5 lines
62 B
HCL
5 lines
62 B
HCL
variable "vpc_name" {
|
|
default = "nyc3"
|
|
type = string
|
|
}
|
variable "vpc_name" {
|
|
default = "nyc3"
|
|
type = string
|
|
}
|