Skip to content

Commit

Permalink
Merge pull request #239 from dxw/fix-deploy-infrastructure-options
Browse files Browse the repository at this point in the history
Fix deploy infrastructure options
  • Loading branch information
Stretch96 authored Jan 12, 2024
2 parents 23a3e73 + 64b099d commit a8865ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/deploy/infrastructure
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ do
]]
then
"$APP_ROOT/bin/dalmatian" terraform-dependencies run-terraform-command -c "workspace select $workspace" -i -q
"$APP_ROOT/bin/dalmatian" terraform-dependencies run-terraform-command -c "${OPTIONS[@]}" -i -q
STRING_OPTIONS="${OPTIONS[*]}"
"$APP_ROOT/bin/dalmatian" terraform-dependencies run-terraform-command -c "$STRING_OPTIONS" -i -q
fi
done 9< <("$APP_ROOT/bin/dalmatian" terraform-dependencies run-terraform-command -c "workspace list" -i -q)

0 comments on commit a8865ce

Please sign in to comment.