route table 추가 환경변경
This commit is contained in:
14
modules/transit-gw-vpc-attatch/variables.tf
Normal file
14
modules/transit-gw-vpc-attatch/variables.tf
Normal file
@ -0,0 +1,14 @@
|
||||
variable "subnet_id_list" {
|
||||
description = "subnet_id_list"
|
||||
type = list(string)
|
||||
}
|
||||
|
||||
variable "tgw_id" {
|
||||
description = "tgw_id"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "vpc_id" {
|
||||
description = "vpc_id"
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user