We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a428d50 commit 89c3760Copy full SHA for 89c3760
infrastructure/terraform/bin/terraform.sh
@@ -403,7 +403,7 @@ readonly component_name=$(basename ${component_path});
403
# verify terraform version matches .tool-versions
404
echo ${PWD}
405
tool_version=$(grep "terraform " .tool-versions | cut -d ' ' -f 2)
406
-asdf plugin add terraform && asdf install terraform "${tool_version}"
+asdf plugin-add terraform && asdf install terraform "${tool_version}"
407
current_version=$(terraform --version | head -n 1 | cut -d 'v' -f 2)
408
409
if [ -z "${current_version}" ] || [ "${current_version}" != "${tool_version}" ]; then
0 commit comments