Files
private-ip-cloud-sql-db/modules/vpc/variables.tf
Ryan Boehning f7ef3d241a Initial commit
2020-04-19 03:40:44 -07:00

7 lines
106 B
HCL

// vpc module
variable "name" {
description = "The name of the VPC to create"
type = string
}