Skip to content

Commit

Permalink
feat: allow use of v4 aws provider (#28)
Browse files Browse the repository at this point in the history
Signed-off-by: Darren Murray <[email protected]>
  • Loading branch information
dmurray-lacework authored Mar 9, 2022
1 parent dae6050 commit d66e343
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 @@ -2,7 +2,7 @@ terraform {
required_version = ">= 0.12.31"

required_providers {
aws = "~> 3.0"
aws = ">= 3.0, < 5.0.0"
time = "~> 0.6"
lacework = {
source = "lacework/lacework"
Expand Down

0 comments on commit d66e343

Please sign in to comment.