Skip to content

Commit

Permalink
Migrate gcp wif
Browse files Browse the repository at this point in the history
  • Loading branch information
Neill Turner committed Dec 20, 2024
1 parent 038ce76 commit 936ecfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ module "web_application" {
replicas = var.web_replicas

enable_logit = var.enable_logit
enable_gcp_wif = true
}

module "worker_application" {
Expand All @@ -69,5 +68,6 @@ module "worker_application" {

replicas = var.worker_replicas

enable_logit = var.enable_logit
enable_logit = var.enable_log
enable_gcp_wif = trueit
}

0 comments on commit 936ecfc

Please sign in to comment.