We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8daad5 commit b857e45Copy full SHA for b857e45
1 file changed
rebuild.sh
@@ -511,7 +511,7 @@ destroy_module() {
511
# Prefix every line of tofu output with the module name so it is easy to
512
# identify which module produced a given log line in a long terminal session.
513
tofu destroy -auto-approve "${extra_vars[@]}" 2>&1 \
514
- | sed "s/^/ [${dir}] /"
+ | sed "s|^| [${dir}] |"
515
) || warn "tofu destroy for $dir reported errors (continuing with teardown)"
516
517
success "Destroyed $dir"
0 commit comments