tpl/aws/terraform/variables.tf in kite-0.0.8 vs tpl/aws/terraform/variables.tf in kite-0.0.9
- old
+ new
@@ -34,10 +34,18 @@
variable "vpc_name" {
type = "string"
}
+variable "vpc_id" {
+ type = "string"
+}
+
variable "public_subnet_cidr" {
+ type = "string"
+}
+
+variable "public_subnet_id" {
type = "string"
}
variable "public_subnet_name" {
type = "string"