Skip to content

Commit

Permalink
Merge pull request #4 from geekcell/version-constraint
Browse files Browse the repository at this point in the history
fix: version constraint
  • Loading branch information
Ic3w0lf authored Jun 28, 2023
2 parents cb6b94f + 6ae10c0 commit 4d8bfc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ that should make sense for most use cases.

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

## Resources

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = ">= 4.36, < 5.0"
version = ">= 4.36"
}
}
}

0 comments on commit 4d8bfc6

Please sign in to comment.