StackGuardian / StackGuardian/tirith
feat(terraform_plan): multiple `resource_type`s per operation; data resources
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 165
- Forks
- 42
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 11
Description
Two long-standing asks that are cheap alongside the other handler work: accept a list in
terraform_resource_type (#219), and make mode: data resources addressable (#208).
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 by locating the terraform_plan handler and read the context from issues #219 and #208. Confirm how terraform_resource_type is currently handled and how resource mode is represented, then verify that list-valued types and mode: data resources can both be addressed by the existing plan evaluation flow.
Written by the indexing model from the issue text.
Assessment
- Domain
- infrastructure
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100