Skip to content

Commit 1add08e

Browse files
fix(deps): update terraform null to v3 (#114)
Co-authored-by: Andrew Peabody <[email protected]>
1 parent 7e17dca commit 1add08e

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
@@ -35,7 +35,7 @@ terraform {
3535
}
3636
null = {
3737
source = "hashicorp/null"
38-
version = "~> 2.1.2"
38+
version = ">= 2.1.2"
3939
}
4040
random = {
4141
source = "hashicorp/random"

0 commit comments

Comments
 (0)