Remove obsolete init command
This commit is contained in:
1
tool.sh
1
tool.sh
@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user