tofuutils/tofuutils/tenv - Setup OpenTofu/Terraform/Terragrunt/Atmos in one action
Sets up OpenTofu/Terraform/Terragrunt/Atmos CLI in your GitHub Actions workflow.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| tool_name | — | yes | — |
| tool_version | — | no | latest |
| github_token | API token for GitHub to increase the rate limit. | no | "" |
Outputs
| name | description |
|---|---|
| stdout | The STDOUT stream of the call to the `tofu` binary. |
| stderr | The STDERR stream of the call to the `tofu` binary. |
| exitcode | The exit code of the call to the `tofu` binary. |