diff --git a/environments/pre/main.tf b/environments/pre/main.tf index d647c5f7b2e1494a674ff5b467080c7aa3f570b8..6fe6f01361c2982f5faa2d72bcfefbbd5dafd76b 100644 --- a/environments/pre/main.tf +++ b/environments/pre/main.tf @@ -289,6 +289,11 @@ module "gke-runner" { # After provisioning you will need to configure +resource "google_compute_address" "pre-gke-pre-static-ip" { + name = "pre-gke-pre" + description = "pre-gke-pre" +} + module "gke-pre" { environment = "${var.environment}" name = "gke-pre"