Skip to content

Commit

Permalink
try with ignore all for K8s secrets file
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed May 21, 2024
1 parent f7381ea commit 6e03ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blueprints/02-at-scale/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ 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
# tflint-ignore: all
k8s_secrets = templatefile("k8s/secrets-values.yml", {
global_password = local.global_password
})
Expand Down

0 comments on commit 6e03ac2

Please sign in to comment.