Skip to content

Commit

Permalink
moving it up a directory
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 5, 2024
1 parent 69e799a commit 88b1524
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terragrunt_plan_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: Retrieve TFVars
run: |
mkdir -p env/${{env.ENVIRONMENT}}/vars
op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - ${{env.ENVIRONMENT}}"/notesPlain > env/${{env.ENVIRONMENT}}/vars/${{env.ENVIRONMENT}}.tfvars
op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - ${{env.ENVIRONMENT}}"/notesPlain > env/${{env.ENVIRONMENT}}/${{env.ENVIRONMENT}}.tfvars
terragrunt-plan-common:
if: |
Expand Down
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", "./vars/${get_env("ENVIRONMENT")}.tfvars")))
inputs = jsondecode(read_tfvars_file(find_in_parent_folders("./aws/${get_env("ENVIRONMENT")}.tfvars", "${get_env("ENVIRONMENT")}.tfvars")))
}

inputs = merge(
Expand Down

0 comments on commit 88b1524

Please sign in to comment.