Skip to content

Commit

Permalink
tg: remove secrets (merged into vars)
Browse files Browse the repository at this point in the history
  • Loading branch information
digorgonzola committed Dec 20, 2023
1 parent 2f3e648 commit d017daa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions deploy/tg/ecs/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ inputs = merge(local.override_vars, {
ecr_repository = get_env("ECR_REPOSITORY")

iam_statements = local.iam_statements
secrets = local.secrets
})

locals {
Expand Down Expand Up @@ -58,7 +57,6 @@ locals {
})), [])

override_vars = try(yamldecode(file("../../tf_vars/${local.global.environment}/variables.yaml")))
secrets = try(yamldecode(file("../../tf_vars/${local.global.environment}/secrets.yaml")))
}

terraform {
Expand Down

0 comments on commit d017daa

Please sign in to comment.