Remove obsolete init command

This commit is contained in:
2023-11-01 17:46:00 +01:00
parent 1b3bd0dbe7
commit 5e3fe9787e

View File

@ -3,7 +3,6 @@
working_dir=$(pwd) working_dir=$(pwd)
echo "change to $working_dir/$PLUGIN_PATH" echo "change to $working_dir/$PLUGIN_PATH"
cd "$working_dir/$PLUGIN_PATH" || exit 1 cd "$working_dir/$PLUGIN_PATH" || exit 1
terraform init
if [ "$PLUGIN_AUTO_APPROVE" = "true" ] if [ "$PLUGIN_AUTO_APPROVE" = "true" ]
then then
auto_approve=" -auto-approve" auto_approve=" -auto-approve"