fix backwards compatibility for vpc subnet descriptions (#926)

This commit is contained in:
Ludovico Magnocavallo
2022-10-28 08:13:04 +02:00
committed by GitHub
parent f8e525556d
commit 29cde275f0
3 changed files with 22 additions and 15 deletions

View File

@@ -179,6 +179,7 @@ variable "subnets_psc" {
name = string
ip_cidr_range = string
region = string
description = optional(string)
}))
default = []
}