Skip to content

Commit

Permalink
Adding in the same line the ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosrodlop committed May 21, 2024
1 parent 6e03ac2 commit 95529fe
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 @@ -109,7 +109,7 @@ module "eks_blueprints_addon_cbci" {
create_k8s_secrets = true
# k8s/secrets-values.yml is not included in the repository
# tflint-ignore: all
k8s_secrets = templatefile("k8s/secrets-values.yml", {
k8s_secrets = templatefile("k8s/secrets-values.yml", { # tflint-ignore: all
global_password = local.global_password
})

Expand Down

0 comments on commit 95529fe

Please sign in to comment.