Skip to content

Commit 4483701

Browse files
authored
feat!: Bump AWS provider requirement to v6 (#1205)
1 parent 83187ed commit 4483701

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/simple/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ Note that this example may create resources which can cost money (AWS Elastic IP
2626
| Name | Version |
2727
|------|---------|
2828
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.0 |
29-
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 5.46 |
29+
| <a name="requirement_aws"></a> [aws](#requirement\_aws) | >= 6.0 |
3030

3131
## Providers
3232

3333
| Name | Version |
3434
|------|---------|
35-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 5.46 |
35+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 6.0 |
3636

3737
## Modules
3838

examples/simple/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 = ">= 5.46"
7+
version = ">= 6.0"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)