Skip to content

Commit

Permalink
trying another function
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 5, 2024
1 parent 007a0c6 commit 9324729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/terragrunt.hcl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
inputs = jsondecode(read_tfvars_file(find_in_parent_folders("./aws/${get_env("ENVIRONMENT")}.tfvars", "var/tmp/${get_env("ENVIRONMENT")}.tfvars")))
inputs = jsondecode(read_tfvars_file(find_in_parent_folders("./aws/${get_env("ENVIRONMENT")}.tfvars", path_relative_to_include("${get_env("ENVIRONMENT")}.tfvars"))))
}

inputs = merge(
Expand Down

0 comments on commit 9324729

Please sign in to comment.