techjavelin/techjavelin/iac-github-actions // template
Describe what this action does
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| terraform-dir | Absolute path or relative path from project root to where your terraform files are | no | . |
| artifact-name | Customize the name of the artifact | no | plan-${{ github.sha }}-${{ github.run_id }}-${{ github.run_number }} |
| backend_cloud_credential_hostname | The hostname of the cloud backend provider | no | app.terraform.io |
| backend_cloud_credential_token | If you're using terraform cloud as a backend, provide your credential here | no | — |
| workspace_name | If you're using workspaces, provide the workspace name here | no | — |
Outputs
| name | description |
|---|---|
| msg | The message |