Skip to content

Commit

Permalink
feature/PI-43-stored-properties secret stuff 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohoolio committed Oct 24, 2023
1 parent 84179b8 commit eeac6b8
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/infrastructure/terraform/terraform-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function _get_terraform_dir() {
local account_wide=$2
local parameter_deploy=$3
local dir=$(pwd)
if [ "$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 eeac6b8

Please sign in to comment.