Skip to content

Commit d66e343

Browse files
feat: allow use of v4 aws provider (#28)
Signed-off-by: Darren Murray <[email protected]>
1 parent dae6050 commit d66e343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_version = ">= 0.12.31"
33

44
required_providers {
5-
aws = "~> 3.0"
5+
aws = ">= 3.0, < 5.0.0"
66
time = "~> 0.6"
77
lacework = {
88
source = "lacework/lacework"

0 commit comments

Comments
 (0)