Skip to content

Commit f3e1e25

Browse files
Update expanded_blueprint.yaml
1 parent 68aa5be commit f3e1e25

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/validate_configs/golden_copies/expectations/versioned_blueprint/.ghpc/artifacts/expanded_blueprint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ deployment_groups:
4747
terraform_providers:
4848
google:
4949
source: hashicorp/google
50-
version: ~> 7.2.0
50+
version: '>= 6.9.0, <= 7.2.0'
5151
configuration:
5252
project: ((var.project_id))
5353
region: ((var.region))
5454
zone: ((var.zone))
5555
google-beta:
5656
source: hashicorp/google-beta
57-
version: ~> 7.2.0
57+
version: '>= 6.9.0, <= 7.2.0'
5858
configuration:
5959
project: ((var.project_id))
6060
region: ((var.region))

0 commit comments

Comments
 (0)