From 89341167f5affd3f2c3b7debfcc267020d696860 Mon Sep 17 00:00:00 2001 From: Justin Brooks Date: Fri, 6 Oct 2023 16:56:19 -0400 Subject: [PATCH] spacing --- main.tf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/main.tf b/main.tf index aa929ca..6415247 100644 --- a/main.tf +++ b/main.tf @@ -139,7 +139,10 @@ module "wandb" { global = { host = local.url - storage = { connectionString = "gs://${local.bucket}" } + bucket = { + provider = "gcs" + name = local.bucket + } mysql = { name = module.database.database_name @@ -171,7 +174,7 @@ module "wandb" { } ingress = { - issuer = { create = true, type = "google" } + issuer = { create = true, provider = "google" } annotations = { "kubernetes.io/ingress.global-static-ip-name" = module.app_lb.address_name "kubernetes.io/ingress.class" = "gce"