Skip to content

Commit

Permalink
debug module path
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed May 30, 2024
1 parent 8da414d commit ffc978e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ destroy_cluster() {
clusters=$(aws s3 ls "s3://$BUCKET/" | awk '{print $2}' | sed -n 's#^tfstate-\(.*\)/$#\1#p')
current_timestamp=$(date +%s)

tree "$MODULES_DIR"

for cluster_id in $clusters; do
cd "$CURRENT_DIR" || return 1

Expand Down

0 comments on commit ffc978e

Please sign in to comment.