Skip to content

Commit a14aa3d

Browse files
authored
Merge pull request #11 from verkada/sidprak-patch-1
Allow upgrading null provider
2 parents 5b4b9f9 + 4d3f963 commit a14aa3d

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
@@ -8,7 +8,7 @@ terraform {
88
}
99
null = {
1010
source = "hashicorp/null"
11-
version = "~> 2.0"
11+
version = ">= 3.1.0, < 4"
1212
}
1313
}
1414
}

0 commit comments

Comments
 (0)