mildsalsa/Terraform GitHub Actions
Runs Terraform commands via GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tf_actions_subcommand | Terraform subcommand to execute. | yes | — |
| tf_actions_version | Terraform version to install. | yes | — |
| tf_actions_cli_credentials_hostname | Hostname for the CLI credentials file. | — | app.terraform.io |
| tf_actions_cli_credentials_token | Token for the CLI credentials file. | — | — |
| tf_actions_comment | Whether or not to comment on pull requests. | — | true |
| tf_actions_working_dir | Terraform working directory. | — | . |
| tf_actions_fmt_write | Write Terraform fmt changes to source files. | — | false |
Outputs
| name | description |
|---|---|
| tf_actions_output | The Terraform outputs in JSON format. |
| tf_actions_plan_has_changes | Whether or not the Terraform plan contained changes. |
| tf_actions_plan_output | The Terraform plan output. |
| tf_actions_fmt_written | Whether or not the Terraform formatting was written to source files. |