Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchiFleKs committed Oct 21, 2019
1 parent 4904b30 commit f1a6eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ locals {
aws_region = basename(dirname(get_terragrunt_dir()))
env = "production"
db_name = replace(basename(get_terragrunt_dir()), "postgres-", "")
custom_tags = yamldecode(file("${get_terragrunt_dir()}/${find_in_parent_folders("common_tags_unity.yaml")}"))
custom_tags = yamldecode(file("${get_terragrunt_dir()}/${find_in_parent_folders("common_tags.yaml")}"))
}

inputs = {
Expand Down

0 comments on commit f1a6eae

Please sign in to comment.