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.
1 parent 55338cd commit 9f8396aCopy full SHA for 9f8396a
README.md
@@ -61,7 +61,7 @@ Terraform module to create a Security Group with ingress and egress rules in one
61
62
| Name | Version |
63
|------|---------|
64
-| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36, < 5.0 |
+| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36 |
65
66
## Resources
67
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