Skip to content

Commit

Permalink
fix: update tf vars in int.cloudbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nbugden committed Apr 30, 2024
1 parent 0aaf492 commit 678b859
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build/int.cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,10 +171,10 @@ options:
- 'TF_VAR_log_export_storage_force_destroy=true'
- 'TF_VAR_domain_to_allow=test.blueprints.joonix.net'
- 'TF_VAR_domain=test.blueprints.joonix.net.'
- 'TF_VAR_default_region=us-west1'
- 'TF_VAR_default_region1=us-west1'
- 'TF_VAR_default_region2=us-central1'
- 'TF_VAR_instance_region=us-west1'
- 'TF_VAR_default_region=us-central1'
- 'TF_VAR_default_region1=us-central1'
- 'TF_VAR_default_region2=us-west1'
- 'TF_VAR_instance_region=us-central1'
- 'TF_IN_AUTOMATION=true'
substitutions:
_DOCKER_IMAGE_DEVELOPER_TOOLS: 'cft/developer-tools'
Expand Down

0 comments on commit 678b859

Please sign in to comment.