From 4b993d133d22d69b95cdcb6d98996d8bb9935a61 Mon Sep 17 00:00:00 2001 From: Alexander Matveev <26750966+AleksandrMatveev@users.noreply.github.com> Date: Fri, 26 Jun 2026 18:41:07 +1200 Subject: [PATCH] fix: emit drift metadata block on plan parse errors Append `{{template "metadata" .}}` to the `when_parse_error` issue-markdown output so "Failure Detected" issues created from early failures (e.g. OIDC/AWS auth timeouts) carry the json metadata block. Without it the drift-detection reconcile action cannot match the issue to a component and never auto-closes it once the component recovers. Co-Authored-By: Claude Opus 4.8 (1M context) --- config/summary.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/summary.yaml b/config/summary.yaml index 2537ddc5a..9661b3926 100644 --- a/config/summary.yaml +++ b/config/summary.yaml @@ -205,4 +205,5 @@ terraform:
Result {{wrapCode .CombinedOutput}}
+ {{template "metadata" .}} {{- end }}