Skip to content

Commit 4d8bfc6

Browse files
authored
Merge pull request #4 from geekcell/version-constraint
fix: version constraint
2 parents cb6b94f + 6ae10c0 commit 4d8bfc6

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
@@ -66,7 +66,7 @@ that should make sense for most use cases.
6666

6767
| Name | Version |
6868
|------|---------|
69-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36, < 5.0 |
69+
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.36 |
7070

7171
## Resources
7272

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)