Skip to content

Commit 9f8396a

Browse files
fix: version constraint (#12)
* fix: version constraint Too strict version constraint * terraform-docs: automated action --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 55338cd commit 9f8396a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Terraform module to create a Security Group with ingress and egress rules in one
6161

6262
| Name | Version |
6363
|------|---------|
64-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36, < 5.0 |
64+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36 |
6565

6666
## Resources
6767

versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ terraform {
44
required_providers {
55
aws = {
66
source = "hashicorp/aws"
7-
version = ">= 4.36, < 5.0"
7+
version = ">= 4.36"
88
}
99
}
1010
}

0 commit comments

Comments
 (0)