Skip to content

Commit c285f34

Browse files
fix(deps): Update Terraform provider constraints (#357)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andrew Peabody <[email protected]>
1 parent 3484bd2 commit c285f34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/data_warehouse/versions.tf

Lines changed: 3 additions & 3 deletions
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.2"
45+
version = ">= 3.6.2"
4646
}
4747
}
4848
required_version = ">= 1.3"

0 commit comments

Comments
 (0)