enable_private_path_for_google_cloud_services added to CloudSQL (#2726)

* enable_private_path_for_google_cloud_services added to CloudSQL

* name of the variable changed

* new feature added to the replica as well

* Update simple.yaml enable_private_path_for_google_cloud_services: false
This commit is contained in:
fulyagonultas
2024-11-22 14:08:33 +01:00
committed by GitHub
parent 2c6bc642d4
commit be0f2e58b2
4 changed files with 23 additions and 20 deletions

View File

@@ -194,7 +194,8 @@ variable "network_config" {
replica = optional(string)
}))
}))
psc_allowed_consumer_projects = optional(list(string))
psc_allowed_consumer_projects = optional(list(string))
enable_private_path_for_services = optional(bool, false)
})
})
validation {