Skip to content

Commit 2d7da45

Browse files
authored
fix: relax random provider version (#212)
1 parent 55bd709 commit 2d7da45

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
@@ -25,7 +25,7 @@ terraform {
2525

2626
random = {
2727
source = "hashicorp/random"
28-
version = "~> 3.0"
28+
version = ">= 2.1"
2929
}
3030
}
3131

0 commit comments

Comments
 (0)