14 lines
196 B
HCL
14 lines
196 B
HCL
variable "cidr" {
|
|
description = "cidr"
|
|
type = string
|
|
|
|
}
|
|
variable "route_table_id" {
|
|
description = "route_table_id"
|
|
type = string
|
|
|
|
}
|
|
variable "attatch_id" {
|
|
type = string
|
|
}
|