Skip to content

Commit

Permalink
feat: Resolved tfchecks
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshAM2002 committed Jan 19, 2024
1 parent 858588c commit e0b6a8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addons/helm/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ module "workload_identity" {
count = length(var.workload_identity_config) > 0 ? 1 : 0

create_kubernetes_namespace = try(var.workload_identity_config.create_kubernetes_namespace, true)
environment = try(var.workload_identity_config.environment, null)
project_id = try(var.workload_identity_config.project_id, null)
GCP_GSA_NAME = try(var.workload_identity_config.GCP_GSA_NAME, null)
GCP_KSA_NAME = try(var.workload_identity_config.GCP_GSA_NAME, null)
Expand Down

0 comments on commit e0b6a8c

Please sign in to comment.