File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments