Skip to content

Commit bd706bf

Browse files
authored
Update version pinning for AWS provider (#146)
1 parent 6086145 commit bd706bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,14 +213,14 @@ Available targets:
213213
| Name | Version |
214214
|------|---------|
215215
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
216-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.68.0, < 4.0 |
216+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.68.0, != 4.0.0, != 4.1.0, != 4.2.0, != 4.3.0, != 4.4.0, != 4.5.0, != 4.6.0, != 4.7.0, != 4.8.0, < 5.0 |
217217
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.7 |
218218

219219
## Providers
220220

221221
| Name | Version |
222222
|------|---------|
223-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.68.0, < 4.0 |
223+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.68.0, != 4.0.0, != 4.1.0, != 4.2.0, != 4.3.0, != 4.4.0, != 4.5.0, != 4.6.0, != 4.7.0, != 4.8.0, < 5.0 |
224224
| <a name="provider_time"></a> [time](#provider\_time) | >= 0.7 |
225225

226226
## Modules

docs/terraform.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
7-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.68.0, < 4.0 |
7+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.68.0, != 4.0.0, != 4.1.0, != 4.2.0, != 4.3.0, != 4.4.0, != 4.5.0, != 4.6.0, != 4.7.0, != 4.8.0, < 5.0 |
88
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.7 |
99

1010
## Providers
1111

1212
| Name | Version |
1313
|------|---------|
14-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.68.0, < 4.0 |
14+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.68.0, != 4.0.0, != 4.1.0, != 4.2.0, != 4.3.0, != 4.4.0, != 4.5.0, != 4.6.0, != 4.7.0, != 4.8.0, < 5.0 |
1515
| <a name="provider_time"></a> [time](#provider\_time) | >= 0.7 |
1616

1717
## Modules

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 3.68.0, < 4.0"
7+
version = ">= 3.68.0, != 4.0.0, != 4.1.0, != 4.2.0, != 4.3.0, != 4.4.0, != 4.5.0, != 4.6.0, != 4.7.0, != 4.8.0, < 5.0"
88
}
99
time = {
1010
source = "hashicorp/time"

0 commit comments

Comments
 (0)