encore-mieux/Review terraform plan
Run and cleanup terraform plan output, store it into an output to allow reviewing it.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 23, 2022
- License
- None
Pinned Snippet
uses: encore-mieux/review-terraform-plan@d50ff69ca9c930660c4cf5fa18587e55907bfb11 # v2.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| terraform-environment | Terraform environment, used to load corresponding var file named <terraform-environment>.tfvars into the working directory. | yes | preproduction |
| working-directory | working directory | yes | . |
| terraform-plan-output | Path of the plan file, to be used by the action "Apply terraform plan". | no | /tmp/plan.tfplan |
Outputs
| name | description |
|---|---|
| plan-details | Clean terraform plan, in HTML format, ready to integrate in a comment of corresponding pull request. |