boxboat/Terraform Steps
Run Terraform plan from PRs and Terraform plan/apply from `main`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 22, 2022
- License
- MIT
Pinned Snippet
uses: boxboat/terraform-azure-actions@57d5e3657e6f1760f2d344f99a5e60e9f577dd15 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| client-id | The service principal Client ID to use | yes | — |
| client-secret | The service principal Client Secret to use. Please load it from a GitHub secret. | yes | — |
| default-subscription-id | The default Subscription ID to use. The service principal must have access. | yes | — |
| tenant-id | The Azure Active Directory Tenant ID to use. | yes | — |
| working-directory | The directory where the Terraform configuration is located. | yes | . |
| plan-title | The title of the comment that GitHub will add after a `terraform plan`. | yes | — |
| terraform-version | The Terraform version to use | yes | 1.1.9 |
| GITHUB_TOKEN | The secrets.GITHUB_TOKEN so that the action can create a comment on the PR | yes | — |
Outputs
no outputs