Skip to content

Commit

Permalink
Add default Cloud Deploy Configuration (#70)
Browse files Browse the repository at this point in the history
Should unblock anyone who is getting asked for this var at `terraform
apply` time.
  • Loading branch information
markmandel authored Feb 22, 2023
1 parent 865ff70 commit f564bd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infrastructure/terraform.tfvars.sample
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@

project = "PROJECT_ID"

# Cloud Deploy Configuration
clouddeploy_config = {
"location" : "us-central1"
}

# VPC Regions & associated subnet CIDRs Values

vpc_name = "global-game-vpc"
Expand Down

0 comments on commit f564bd4

Please sign in to comment.