auto1-oss/Terraform Action Commands

Sets up and runs terraform commands in your GH Actions workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
terraform_versionThe 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`.nolatest
commandCommand to execute.noensure
working-directoryPath to the terraform configuration files. Path is relative to repo root, can also work wih absolute pathno.
bucketName of the s3 bucketno""
stateprefixStatefile path in state bucketno""
varsfilePath to variable fileno""
planfileThe name of the the planfile to createnoout.plan
targetSet targets for plan and apply.no""
workspaceThe workspace to use to apply changesnodefault
create-workspaceSet to True if workspace need to be creatednofalse
aws_regionThe AWS regionnoeu-west-1
aws_access_key_idThe AWS Access key idnoacracadabra_id
aws_secret_access_keyThe AWS Secret Access keynoacracadabra_key

no outputs