Skip to content

Commit

Permalink
Adding tflint-ignore k8s/secrets-values.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed May 21, 2024
1 parent 80329c3 commit f7381ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blueprints/02-at-scale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ module "eks_blueprints_addon_cbci" {
}

create_k8s_secrets = true
# k8s/secrets-values.yml is not included in the repository
# tflint-ignore: terraform_unused_declarations_with_resource
k8s_secrets = templatefile("k8s/secrets-values.yml", {
global_password = local.global_password
})
Expand Down

0 comments on commit f7381ea

Please sign in to comment.