Skip to content

Commit

Permalink
feature/PI-43-stored-properties secret stuff 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohoolio committed Oct 23, 2023
1 parent 1646c8d commit 1da3774
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/infrastructure/terraform/terraform-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ function _get_terraform_dir() {
local account_wide=$2
local parameter_deploy=$3
local dir=$(pwd)
if [ "$RUNNING_IN_CI" = 1 ]; then
echo "${dir}/infrastructure/terraform/per_workspace"
elif [ "$parameter_deploy" = "parameter_deploy"] && ["$account_wide" = "account_wide"]; then
if [ "$parameter_deploy" = "parameter_deploy"] && ["$account_wide" = "account_wide"]; then
echo "${dir}/infrastructure/terraform/per_account/$env/parameters"
elif [ "$account_wide" = "account_wide" ]; then
echo "${dir}/infrastructure/terraform/per_account/$env"
Expand Down

0 comments on commit 1da3774

Please sign in to comment.