Skip to content

Commit a5c2b3b

Browse files
Update versions.tf
1 parent f3e1e25 commit a5c2b3b

File tree

1 file changed

+2
-2
lines changed
  • tools/validate_configs/golden_copies/expectations/versioned_blueprint/primary

1 file changed

+2
-2
lines changed

tools/validate_configs/golden_copies/expectations/versioned_blueprint/primary/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)