hauke-cloud/Terraform Usage Block Validator
Validate and update Terraform usage blocks in README.md based on variables.tf
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | Mode: "check" to validate only, "update" to update README.md | no | check |
| directory | Directory containing variables.tf and README.md | no | . |
| readme-path | Custom path to README.md (optional) | no | "" |
| fail-on-diff | Fail if usage block is out of date (only applies in check mode) | no | true |
Outputs
| name | description |
|---|---|
| updated | Whether the README.md was updated (true/false) |
| status | Status of the check: "up-to-date", "updated", or "outdated" |