Skip to content

Commit

Permalink
Addede debug warning
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Jun 17, 2024
1 parent e95e1b0 commit 64c0a0a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/summary.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ templates:
deletion_warning: |
{{if .HasDestroy}}
> [!CAUTION]
**Terraform will delete resources!**
This plan contains resource delete operations. Please check the plan result very carefully.
> **Terraform will delete resources!**
> This plan contains resource delete operations. Please check the plan result very carefully.
{{end}}
change_inside_terraform: |
Expand All @@ -116,7 +116,9 @@ templates:
warning: |
{{if .Warning}}
> [!WARNING]
{{ wrapCode .Warning }}
{{ range (wrapCode .Warning | splitList "\n") }}
> {{ . -}}
{{- end}}
{{end}}
error_messages: |
{{ if eq .ExitCode 1 }}
Expand Down

0 comments on commit 64c0a0a

Please sign in to comment.