Skip to content

Commit 7685cce

Browse files
BasVeenendaalBas VeenendaalCopilot
authored
fix(vm): relax random provider constraint for cross-module compatibility (#245)
* fix(vm): relax random provider constraint for cross-module compatibility * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Bas Veenendaal <bas@novygate.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 489b52d commit 7685cce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ terraform {
1616
}
1717
random = {
1818
source = "hashicorp/random"
19-
version = "~> 3.7"
19+
version = ">= 3.6.2, < 4.0.0"
2020
}
2121
tls = {
2222
source = "hashicorp/tls"

0 commit comments

Comments
 (0)