Skip to content

Commit d27d807

Browse files
authored
Don't lock random provider version (#50)
1 parent eb71dd4 commit d27d807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/database/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ terraform {
77
}
88
random = {
99
source = "hashicorp/random"
10-
version = "3.6.3"
10+
version = ">= 3.6.3"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)