Validation: Add inbound_domain to postmark module (#587)
Ticket
ldraney/pal-e-platform #587 — Board item #2003. Add inbound_domain to postmark module so tofu apply stops clearing InboundDomain.
Environment
pal-e-platform terraform, Postmark server ID 19810055
Checks
| # | Criterion | How to Verify | Result | Evidence |
|---|---|---|---|---|
| 1 | inbound_domain variable added to module | PR #588 diff | PASS | Added to terraform/modules/postmark/variables.tf (type string, default "") |
| 2 | postmark_server.this includes inbound_domain | PR #588 diff | PASS | Added to terraform/modules/postmark/main.tf |
| 3 | ISS module instance passes inbound_domain | PR #588 diff | PASS | terraform/main.tf passes inbound_domain = "intelligentstaffingsystems.ai" |
| 4 | tofu plan shows no diff after apply | Pipeline #1902 plan output | PASS | Plan: 0 to change for postmark resources (only unrelated vast_gpu change) |
| 5 | E2E inbound email works | Previous e2e test (same session) | PASS | Email to test@intelligentstaffingsystems.ai arrived in inbound stream, Status: Processed |
Verdict
PASS — all checks green. InboundDomain is now Terraform-managed and stable across applies.
Discovered Issues
None.