auto1-oss/Terraform Action Commands
Sets up and runs terraform commands in your GH Actions workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| 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 |
| command | Command to execute. | no | ensure |
| working-directory | Path to the terraform configuration files. Path is relative to repo root, can also work wih absolute path | no | . |
| bucket | Name of the s3 bucket | no | "" |
| stateprefix | Statefile path in state bucket | no | "" |
| varsfile | Path to variable file | no | "" |
| planfile | The name of the the planfile to create | no | out.plan |
| target | Set targets for plan and apply. | no | "" |
| workspace | The workspace to use to apply changes | no | default |
| create-workspace | Set to True if workspace need to be created | no | false |
| aws_region | The AWS region | no | eu-west-1 |
| aws_access_key_id | The AWS Access key id | no | acracadabra_id |
| aws_secret_access_key | The AWS Secret Access key | no | acracadabra_key |
Outputs
no outputs