actions-marketplace-validations/Execute Terraform commands
Execute Terraform commands using Terraform CLI
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 23, 2021
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/khannaabhinav_terraform-action@d40de5fd0abd0fd8f11d5b9551b550716c8ee8bd # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | Terraform Version | no | default |
| command | Terraform Command to execute | yes | — |
| params | input to the Terraform command | no | — |
Outputs
| name | description |
|---|---|
| commandOutput | std output from the Terraform commands |
| commandError | std error from the Terraform commands |