fix backwards compatibility for vpc subnet descriptions (#926)
This commit is contained in:
committed by
GitHub
parent
f8e525556d
commit
29cde275f0
@@ -179,6 +179,7 @@ variable "subnets_psc" {
|
||||
name = string
|
||||
ip_cidr_range = string
|
||||
region = string
|
||||
description = optional(string)
|
||||
}))
|
||||
default = []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user