라우팅테이블 서브넷 리스트 할당 연결
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
variable "subnet_ids" {
|
||||
description = "Subnet id"
|
||||
type = list
|
||||
}
|
||||
|
||||
variable "route_table_id" {
|
||||
description = "Subnet id"
|
||||
type = string
|
||||
}
|
Reference in New Issue
Block a user