brunordias/Terraform Runner Action
Executes Terraform commands inside a Docker container using GHCR.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token used to interact with the API (e.g., commenting, releases) | yes | — |
| tf_mode | Terraform execution mode (plan, apply or destroy). | yes | plan |
| tf_config_dir | Directory containing Terraform configuration files. | yes | . |
| terraform_version | Version of Terraform to use. | no | latest |
| tf_variables_dir | Directory containing Terraform variables files. | no | — |
| tf_override_dir | Directory containing Terraform override files. | no | — |
| tf_workspace_id | Terraform workspace ID to use. | no | — |
Outputs
no outputs