route table 추가 환경변경
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
variable "destination_cidr" {
|
||||
description = "destination cidr"
|
||||
type = string
|
||||
|
||||
}
|
||||
variable "route_id" {
|
||||
description = "value"
|
||||
type = string
|
||||
@ -16,4 +21,10 @@ variable "nat_id" {
|
||||
description = "value"
|
||||
type = string
|
||||
default = "null"
|
||||
}
|
||||
|
||||
variable "tgw_id" {
|
||||
description = "value"
|
||||
type = string
|
||||
default = "null"
|
||||
}
|
Reference in New Issue
Block a user