9 lines
149 B
HCL
9 lines
149 B
HCL
variable "VpcName" {
|
|
type = string
|
|
description = "Name of VPC"
|
|
}
|
|
|
|
variable "VpcCidr" {
|
|
type = string
|
|
description = "VPC CIDR"
|
|
} |