Skip to content

Commit

Permalink
add pipefail to the cleanup script
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Aug 23, 2024
1 parent 5c6e8d4 commit a0e3c77
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

set -o pipefail

# Description:
# This script performs a Terraform destroy operation for clusters defined in an S3 bucket.
# It copies the Terraform module directory to a temporary location, initializes Terraform with
Expand Down

0 comments on commit a0e3c77

Please sign in to comment.