StackGuardian / StackGuardian/tirith
feat(terraform_plan): an `output_changes` operation
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 165
- Forks
- 42
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 11
Description
output_changes is in every plan and the provider ignores it (reachable only via the untyped json
provider). Unlocks: no output exposes a credential; no module removes an output without a
deprecation — a breaking API change to every consumer, invisible today.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the provider implementation for Terraform plan operations and trace how output_changes is handled, comparing it with the untyped JSON provider path. Identify the existing provider tests before changing behavior. Done means typed plans expose output_changes to policy evaluation, including output additions, removals, and sensitive values without exposing credentials.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python, terraform
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 48/100