Skip to content

Commit 0ba6c56

Browse files
authored
fix: relax null provider constraint (#79)
1 parent 8ef6e1f commit 0ba6c56

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
@@ -24,7 +24,7 @@ terraform {
2424
}
2525
null = {
2626
source = "hashicorp/null"
27-
version = "~> 3.2"
27+
version = ">= 2.1"
2828
}
2929
}
3030

0 commit comments

Comments
 (0)