Fix ip exhaustion by increasing services ip address range.

This commit is contained in:
Tom Alexander
2021-07-13 20:50:43 -04:00
parent 2cf9f93de6
commit 40f4a8c398
4 changed files with 22 additions and 37 deletions

View File

@@ -81,9 +81,9 @@ module "gke" {
private_subnetwork_id = module.networking.private_subnetwork_id
service_cloudkms = google_project_service.cloudkms
# depends_on = [
# module.networking
# ]
depends_on = [
module.networking
]
}
output "gke_connect_command" {
@@ -128,3 +128,7 @@ output "redis_port" {
}