Fix ip exhaustion by increasing services ip address range.
This commit is contained in:
@@ -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" {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user