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