9 lines
139 B
HCL
9 lines
139 B
HCL
variable "vpc_id" {
|
|
description = "set vpc id"
|
|
type = string
|
|
}
|
|
|
|
variable "tag_name" {
|
|
description = "value"
|
|
type = string
|
|
} |