Skip to content

Commit 2f8ad61

Browse files
authored
feat!: Upgraded AWS provider to v4 everywhere (#74)
1 parent 3dced79 commit 2f8ad61

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

examples/complete-http/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that this example may create resources which cost money. Run `terraform des
2121
| Name | Version |
2222
|------|---------|
2323
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.1 |
24-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.24 |
24+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
2525
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 2.0 |
2626
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.0 |
2727
| <a name="requirement_tls"></a> [tls](#requirement\_tls) | >= 3.1 |
@@ -30,7 +30,7 @@ Note that this example may create resources which cost money. Run `terraform des
3030

3131
| Name | Version |
3232
|------|---------|
33-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 3.24 |
33+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.0 |
3434
| <a name="provider_null"></a> [null](#provider\_null) | >= 2.0 |
3535
| <a name="provider_random"></a> [random](#provider\_random) | >= 2.0 |
3636
| <a name="provider_tls"></a> [tls](#provider\_tls) | >= 3.1 |

examples/complete-http/versions.tf

+1-1
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.24"
7+
version = ">= 4.0"
88
}
99
random = {
1010
source = "hashicorp/random"

examples/vpc-link-http/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Note that this example may create resources which cost money. Run `terraform des
2121
| Name | Version |
2222
|------|---------|
2323
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.1 |
24-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 3.24 |
24+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 4.0 |
2525
| <a name="requirement_null"></a> [null](#requirement\_null) | >= 2.0 |
2626
| <a name="requirement_random"></a> [random](#requirement\_random) | >= 2.0 |
2727

examples/vpc-link-http/versions.tf

+1-1
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.24"
7+
version = ">= 4.0"
88
}
99
random = {
1010
source = "hashicorp/random"

0 commit comments

Comments
 (0)