Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 77fe2da

Browse files
committed
update random provider constraint
1 parent 644ea93 commit 77fe2da

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
@@ -12,7 +12,7 @@ terraform {
1212
}
1313
random = {
1414
source = "hashicorp/random"
15-
version = ">= 3.5.0, < 4.0"
15+
version = ">= 3.3.2, < 4.0"
1616
}
1717
}
1818
}

0 commit comments

Comments
 (0)