Skip to content

Commit

Permalink
Migrate gcp-wif
Browse files Browse the repository at this point in the history
  • Loading branch information
vipin-dfe committed Jan 8, 2025
1 parent dd65a00 commit 304ca44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ module "web_application" {

enable_logit = var.enable_logit
send_traffic_to_maintenance_page = var.send_traffic_to_maintenance_page

enable_gcp_wif = true
}

module "worker_application" {
Expand All @@ -93,4 +91,5 @@ module "worker_application" {
max_memory = var.worker_memory_max

enable_logit = var.enable_logit
enable_gcp_wif = true
}

0 comments on commit 304ca44

Please sign in to comment.