infra/stacks/traefik/terragrunt.hcl
Viktor Barzin 68c7be8653
All checks were successful
ci/woodpecker/push/default Pipeline was successful
ci/woodpecker/push/build-cli Pipeline was successful
traefik: non-merge apply trigger (error-pages buffer fix)
2026-06-12 20:31:24 +00:00

13 lines
375 B
HCL

include "root" {
path = find_in_parent_folders()
}
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).
# apply-trigger 2026-06-12: error-pages READ_BUFFER_SIZE rollout (merge-blind detector)