7 lines
106 B
HCL
7 lines
106 B
HCL
// vpc module
|
|
|
|
variable "name" {
|
|
description = "The name of the VPC to create"
|
|
type = string
|
|
}
|