Skip to content

Commit

Permalink
debug cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
leiicamundi committed Jan 20, 2025
1 parent d895f36 commit b9b51c4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ destroy_cluster() {
mkdir -p "$temp_dir" || return 1
cp -a "$MODULES_DIR." "$temp_dir" || return 1

tree "$temp_dir"

echo "Copying backend.tf in $temp_dir"
cp "${MODULES_DIR}fixtures/backend.tf" "$temp_dir/backend.tf" || return 1

Expand Down

0 comments on commit b9b51c4

Please sign in to comment.