10 lines
145 B
HCL
10 lines
145 B
HCL
variable "subnet_id" {
|
|
description = "subnet id"
|
|
type = string
|
|
|
|
}
|
|
|
|
variable "tag_name" {
|
|
description = "value"
|
|
type = string
|
|
} |