Add support for private service connect

This commit is contained in:
Julio Castillo
2021-04-21 13:55:00 +02:00
parent 4824bc7009
commit 140378f2f5
7 changed files with 102 additions and 16 deletions

View File

@@ -119,3 +119,9 @@ variable "subnet_private_access" {
type = map(bool)
default = {}
}
variable "private_service_networking_range" {
description = "RFC1919 CIDR range used for Google services that support private service networking."
type = string
default = null
}