Skip to content

Commit 74cecd2

Browse files
committed
chore: fix null version to major
1 parent 3495d80 commit 74cecd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/webhook/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ terraform {
99

1010
null = {
1111
source = "hashicorp/null"
12-
version = "~> 3.2"
12+
version = "~> 3"
1313
}
1414
}
1515
}

0 commit comments

Comments
 (0)