updated terraform_import.sh

pull/4/head
Hari Sekhon 1 year ago
parent fc46cb135d
commit 4397866011

@ -73,7 +73,6 @@ while read -r resource; do
fi
cmd=(terraform import "$resource_type.$resource" "$resource")
timestamp "${cmd[*]}"
echo "${cmd[@]}"
if [ -z "${TERRAFORM_PRINT_ONLY:-}" ]; then
"${cmd[@]}"
fi

Loading…
Cancel
Save