Skip to content

Commit 68aa5be

Browse files
Update versions.tf
1 parent 71dd42b commit 68aa5be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • tools/validate_configs/golden_copies/expectations/igc_tf/zero

tools/validate_configs/golden_copies/expectations/igc_tf/zero/versions.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ terraform {
2020
required_providers {
2121
google = {
2222
source = "hashicorp/google"
23-
version = "~> 7.2.0"
23+
version = ">= 6.9.0, <= 7.2.0"
2424
}
2525
google-beta = {
2626
source = "hashicorp/google-beta"
27-
version = "~> 7.2.0"
27+
version = ">= 6.9.0, <= 7.2.0"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)