Skip to content

Commit

Permalink
feat: Fixed tflints
Browse files Browse the repository at this point in the history
  • Loading branch information
AshutoshAM2002 authored Jan 30, 2024
1 parent 9cc6358 commit c7973cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ module "external_dns" {
project_id = var.project_id
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"
Expand Down
1 change: 1 addition & 0 deletions override_values.tf
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ affinity:
- "critical"
EOT
filename = "${path.module}/override_values/external_dns.yaml"
}

#----------------------- KUBECLARITY ------------------------------
resource "local_file" "kubeclarity_helm_config" {
Expand Down

0 comments on commit c7973cb

Please sign in to comment.