Skip to content

Commit 8849f52

Browse files
authored
Update versions.tf
1 parent 704f44d commit 8849f52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/data_warehouse/versions.tf

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ terraform {
2626
}
2727
archive = {
2828
source = "hashicorp/archive"
29-
version = "2.4.2"
29+
version = ">= 2.4.2"
3030
}
3131
time = {
3232
source = "hashicorp/time"
@@ -38,11 +38,11 @@ terraform {
3838
}
3939
local = {
4040
source = "hashicorp/local"
41-
version = ">=2.4"
41+
version = ">= 2.4"
4242
}
4343
random = {
4444
source = "hashicorp/random"
45-
version = "3.6.3"
45+
version = ">= 3.6.2"
4646
}
4747
}
4848
required_version = ">= 1.3"

0 commit comments

Comments
 (0)