diff --git a/stacks/android-emulator/terragrunt.hcl b/stacks/android-emulator/terragrunt.hcl index a9657757..5180b1c4 100644 --- a/stacks/android-emulator/terragrunt.hcl +++ b/stacks/android-emulator/terragrunt.hcl @@ -4,3 +4,5 @@ include "root" { # apply-trigger: non-merge commit so the stack detector sees this stack # (merge-commit diffs hide stacks from it — same issue as the tts 798b0255 fix) + +# apply-trigger 2026-06-12: non-merge commit so the detector sees this stack diff --git a/stacks/traefik/terragrunt.hcl b/stacks/traefik/terragrunt.hcl index 4f16dddf..bd5e7e6c 100644 --- a/stacks/traefik/terragrunt.hcl +++ b/stacks/traefik/terragrunt.hcl @@ -6,3 +6,6 @@ dependency "infra" { config_path = "../infra" skip_outputs = true } + +# apply-trigger 2026-06-12 (android-emulator-rate-limit middleware): non-merge +# commit so the changed-stack detector sees this stack (merge-diff blindness).