dimpz1804/HashiCorp - Setup Terraform
Sets up Terraform 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 |
|---|---|---|---|
| cli_config_credentials_hostname | The hostname of a HCP Terraform/Terraform Enterprise instance to place within the credentials block of the Terraform CLI configuration file. Defaults to `app.terraform.io`. | no | app.terraform.io |
| cli_config_credentials_token | The API token for a HCP Terraform/Terraform Enterprise instance to place within the credentials block of the Terraform CLI configuration file. | no | sd17rWSmAfI08Q.atlasv1.INfXsJvycyMvGBSHcoAc5GHtz0mXSwhNwzRbZ2fcZ4Gfx33uXRgqoye7a0XrFzzdl0M |
| terraform_version | The version of Terraform CLI to install. Instead of full version string you can also specify constraint string starting with "<" (for example `<1.13.0`) to install the latest version satisfying the constraint. A value of `latest` will install the latest version of Terraform CLI. Defaults to `latest`. | no | latest |
| terraform_wrapper | Whether or not to install a wrapper to wrap subsequent calls of the `terraform` binary and expose its STDOUT, STDERR, and exit code as outputs named `stdout`, `stderr`, and `exitcode` respectively. Defaults to `true`. | no | true |
Outputs
no outputs