정리
This commit is contained in:
13
modules/transit-gateway-route-add/variables.tf
Normal file
13
modules/transit-gateway-route-add/variables.tf
Normal file
@ -0,0 +1,13 @@
|
||||
variable "cidr" {
|
||||
description = "cidr"
|
||||
type = string
|
||||
|
||||
}
|
||||
variable "route_table_id" {
|
||||
description = "route_table_id"
|
||||
type = string
|
||||
|
||||
}
|
||||
variable "attatch_id" {
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user