9 lines
138 B
HCL
9 lines
138 B
HCL
variable "cidr_block" {
|
|
description = "value"
|
|
type = string
|
|
}
|
|
variable "tag_name" {
|
|
description = "value"
|
|
type = string
|
|
}
|