From 5e3fe9787e7a512d001fcd70d1bbb2bf465b0803 Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 1 Nov 2023 17:46:00 +0100 Subject: [PATCH] Remove obsolete init command --- tool.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tool.sh b/tool.sh index 3e6077a..95f1901 100644 --- a/tool.sh +++ b/tool.sh @@ -3,7 +3,6 @@ working_dir=$(pwd) echo "change to $working_dir/$PLUGIN_PATH" cd "$working_dir/$PLUGIN_PATH" || exit 1 -terraform init if [ "$PLUGIN_AUTO_APPROVE" = "true" ] then auto_approve=" -auto-approve"