Skip to content

Commit

Permalink
spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
jsbroks committed Oct 6, 2023
1 parent 57988a4 commit 8934116
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 8934116

Please sign in to comment.