Uncomment delete command

This commit is contained in:
vcerenu 2024-11-14 09:35:10 -03:00
parent f0c253c072
commit 10f073f10f
No known key found for this signature in database
GPG Key ID: 4D7B159107F1244A

View File

@ -209,7 +209,7 @@ jobs:
--query "Volumes[].VolumeId" \
--output text); do
echo "Eliminando volumen con ID: $volume_id"
## aws ec2 delete-volume --region ${{ env.AWS_REGION }} --volume-id $volume_id
aws ec2 delete-volume --region ${{ env.AWS_REGION }} --volume-id $volume_id
done
Local_deployment_test: