removed testcase

This commit is contained in:
miampf 2024-04-25 12:45:44 +02:00
parent d330757b87
commit bc3cfe1145
No known key found for this signature in database
GPG Key ID: EF039364B5B6886C

View File

@ -63,8 +63,6 @@ done
mapfile -t database_ids < <(echo "${database_ids[@]}")
mapfile -td " " database_ids < <(echo "${database_ids[@]}")
database_ids=("8750778451")
echo "[*] downloading terraform state artifacts"
for id in "${database_ids[@]}"; do
if [[ $id == *[^[:space:]]* ]]; then