Allow customizable prefix in net-vpc module PSA configs (#2535)

* allow customizable prefix in net-vpc module PSA configs

* fix peered domain key
This commit is contained in:
Ludovico Magnocavallo
2024-08-28 11:24:13 +02:00
committed by GitHub
parent 864a41cb20
commit cecce6b3a0
4 changed files with 137 additions and 13 deletions

View File

@@ -185,6 +185,7 @@ variable "psa_configs" {
export_routes = optional(bool, false)
import_routes = optional(bool, false)
peered_domains = optional(list(string), [])
range_prefix = optional(string)
service_producer = optional(string, "servicenetworking.googleapis.com")
}))
nullable = false