tpl/gcp/terraform/variables.tf in kite-0.0.7 vs tpl/gcp/terraform/variables.tf in kite-0.0.8

- old
+ new

@@ -20,9 +20,14 @@ variable "vpc_name" { type = "string" default = "platform-tools" } +variable "platform_subnet_name" { + type = "string" + default = "platform-net" +} + variable "subnet_cidr" { type = "string" default = "10.0.0.0/24" }