byu-oit / byu-oit/github-action-tf-plan-analyzer
Introduce strict mode to fail on warnings
Open
enhancement
- Dominant language
- HCL
- Stars
- 1
- Forks
- 0
- Avg merge
- 12m
- Merged PRs (30d)
- 3
Description
Something like
```yml
- name: Analyze Terraform Plan
uses: byu-oit/github-action-tf-plan-analyzer@v2
with:
strict: true
```
or
```yml
with:
fail-on-warning: true
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the GitHub Action input configuration and trace how Terraform plan warnings determine the action result. Compare the proposed `strict` and `fail-on-warning` inputs, then verify that enabling the chosen input causes warnings to fail the action while the default behavior remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- github-actions, terraform
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100