Skip to content

Commit

Permalink
fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 10, 2024
1 parent b3f5924 commit 97816f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions env/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,11 @@ inputs = merge(
}
)

terraform {
terraform {

before_hook "before_hook" {
commands = local.inputs.env == "dev" ? ["apply", "plan"] : []
execute =
[find_in_parent_folders("./scripts/checkEnvFile.sh"), find_in_parent_folders("./aws/${get_env("ENVIRONMENT")}.tfvars", "/var/tmp/${get_env("ENVIRONMENT")}.tfvars")]
execute = [find_in_parent_folders("./scripts/checkEnvFile.sh"), find_in_parent_folders("./aws/${get_env("ENVIRONMENT")}.tfvars", "/var/tmp/${get_env("ENVIRONMENT")}.tfvars")]
}

}
Expand Down

0 comments on commit 97816f1

Please sign in to comment.