clouddrove/Terraform GitHub Actions
Runscommands via GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 18, 2026
- License
- MIT
Pinned Snippet
uses: clouddrove/github-actions@8782c8d7d3c8e4c0cbca6eded77f36f284c2dc78 # v9.0.4tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Github token for cloning. | yes | — |
| tf_actions_subcommand | Terraform subcommand to execute. | no | — |
| tf_actions_version | Terraform version to install. | no | — |
| 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. | — | . |
| modules | Comma-separated list of modules to include | no | — |
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. |