Skip to content

Commit

Permalink
feat: Formated code
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshAM2002 committed Jan 30, 2024
1 parent c7973cb commit 026b54e
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 @@ -42,7 +42,7 @@ module "external_dns" {
external_dns_extra_configs = var.external_dns_extra_configs
helm_config = var.external_dns_helm_config != null ? var.external_dns_helm_config : { values = [local_file.external_dns_helm_config[count.index].content] }
}

module "kubeclarity" {
source = "./addons/kubeclarity"
count = var.kubeclarity ? 1 : 0
Expand Down

0 comments on commit 026b54e

Please sign in to comment.