Skip to content

Commit

Permalink
Adds Support for AWS module 4.9+ mineiros-io#57
Browse files Browse the repository at this point in the history
Adds Support for AWS module 4.9+ mineiros-io#57
  • Loading branch information
treksler authored Oct 5, 2022
1 parent 65c9c49 commit 323f78d
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 323f78d

Please sign in to comment.