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"