output 변수 테스트
This commit is contained in:
@ -1,9 +1,15 @@
|
||||
variable "subnet_ids" {
|
||||
description = "Subnet id"
|
||||
type = list
|
||||
description = "Subnet id"
|
||||
type = list(any)
|
||||
}
|
||||
|
||||
variable "route_table_id" {
|
||||
description = "Subnet id"
|
||||
type = string
|
||||
}
|
||||
description = "Subnet id"
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "association_count" {
|
||||
description = "Subnet count"
|
||||
type = number
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user