From f564bd453e4c7e0f7ec13598a970ad85ac7089c3 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Wed, 22 Feb 2023 13:41:36 -0800 Subject: [PATCH] Add default Cloud Deploy Configuration (#70) Should unblock anyone who is getting asked for this var at `terraform apply` time. --- infrastructure/terraform.tfvars.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/terraform.tfvars.sample b/infrastructure/terraform.tfvars.sample index c0c83f3..82dd488 100644 --- a/infrastructure/terraform.tfvars.sample +++ b/infrastructure/terraform.tfvars.sample @@ -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"