Skip to content

Commit

Permalink
feat: Adds Support for AWS module 4.9+ #57
Browse files Browse the repository at this point in the history
Adds Support for AWS module 4.9+ #57
  • Loading branch information
treksler authored and mariux committed Oct 6, 2022
1 parent 65c9c49 commit d9e1ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ terraform {
required_version = ">= 0.12.20, < 2.0"

required_providers {
aws = ">= 2.51, < 4.0"
aws = ">= 2.51, != 4.0.0, != 4.1.0, != 4.2.0, != 4.3.0, != 4.4.0, != 4.5.0, != 4.6.0, != 4.7.0, != 4.8.0, < 5.0"
}
}

0 comments on commit d9e1ad4

Please sign in to comment.