Skip to content

Commit

Permalink
Enable WIF in Terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
asatwal committed Sep 6, 2024
1 parent 7e4119a commit 508de90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions terraform/aks/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ module "worker_application" {
max_memory = var.sidekiq_memory_max
replicas = var.sidekiq_replicas
enable_logit = var.enable_logit
enable_gcp_wif = true

enable_prometheus_monitoring = var.enable_prometheus_monitoring
}

0 comments on commit 508de90

Please sign in to comment.