terraform-demo/modules/transit-gw-vpc-attatch/variables.tf

15 lines
234 B
HCL

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
}