Skip to content

Commit

Permalink
feat: Resolved warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshAM2002 committed Jan 19, 2024
1 parent 76ca81e commit ddefc59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "certification_manager" {
source = "./addons/cert-manager"
count = var.certification_manager ? 1 : 0
environment = var.environment
project_id = var.project_idt
project_id = var.project_id
certification_manager_extra_configs = var.certification_manager_extra_configs
helm_config = var.certification_manager_helm_config != null ? var.certification_manager_helm_config : { values = [local_file.certification_manager_helm_config[count.index].content] }
}
Expand Down

0 comments on commit ddefc59

Please sign in to comment.