Skip to content

Commit

Permalink
breaking formatting for atest
Browse files Browse the repository at this point in the history
  • Loading branch information
P0NDER0SA committed Sep 10, 2024
1 parent ca4f19b commit b3f5924
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions env/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ 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 b3f5924

Please sign in to comment.