We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b696fe0 + e60983d commit 2c2ea79Copy full SHA for 2c2ea79
README.md
@@ -71,7 +71,7 @@ No outputs.
71
72
| Name | Version |
73
|------|---------|
74
-| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36, < 5.0 |
+| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36 |
75
76
## Resources
77
versions.tf
@@ -4,7 +4,7 @@ terraform {
4
required_providers {
5
aws = {
6
source = "hashicorp/aws"
7
- version = ">= 4.36, < 5.0"
+ version = ">= 4.36"
8
}
9
10
0 commit comments