Skip to content

Commit 642baf5

Browse files
fix: set lacework provider to minimum version for api v2 migration (#33)
Signed-off-by: Darren Murray <[email protected]>
1 parent 0b1c61a commit 642baf5

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
@@ -6,7 +6,7 @@ terraform {
66
time = "~> 0.6"
77
lacework = {
88
source = "lacework/lacework"
9-
version = "~> 0.11"
9+
version = "~> 0.26"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)