mirror of
https://github.com/ryboe/private-ip-cloud-sql-db.git
synced 2025-12-19 18:14:59 -05:00
7 lines
106 B
HCL
7 lines
106 B
HCL
// vpc module
|
|
|
|
variable "name" {
|
|
description = "The name of the VPC to create"
|
|
type = string
|
|
}
|