Preview, deploy, verify
Goal: Make infrastructure changes with a repeatable preview-first habit.
- Set config and secrets per stack.
- Run `pulumi preview` and review diffs.
- Run `pulumi up`.
- Verify outputs and cloud resources.
- Commit with notes and keep stacks isolated.