14 lines
206 B
HCL
14 lines
206 B
HCL
variable "vpc_id" {
|
|
description = "set vpc id"
|
|
type = string
|
|
}
|
|
|
|
variable "tag_name" {
|
|
description = "value"
|
|
type = string
|
|
}
|
|
|
|
variable "igw_id" {
|
|
description = "value"
|
|
type = string
|
|
} |