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 cb6b94f + 6ae10c0 commit 4d8bfc6Copy full SHA for 4d8bfc6
README.md
@@ -66,7 +66,7 @@ that should make sense for most use cases.
66
67
| Name | Version |
68
|------|---------|
69
-| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36, < 5.0 |
+| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36 |
70
71
## Resources
72
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