7factor/Stoneford Terraform Action

This action runs Terraform for the Stoneford ecosystem. It can run various Terraform actions such as plan and apply. It also supports running fmt and validate commands.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Jun 6, 2025
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: 7factor/stoneford-terraform-action@84570fd243c7807bfc9a0f5cd926f873f964dbab # v1.1.2

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
directoryThe directory to run terraform in.yes
workspaceThe name of the aws terraform workspace. Required if deployment_role is specified and backend is not disabled.no
fmtWhether to run terraform fmt.nofalse
validateWhether to run terraform validate.nofalse
actionThe terraform action to run.no
accountThe account name to run terraform in. Required if deployment_role is specified and backend is not disabled.no
regionThe region to run terraform in.nous-east-1
disable_backendWhether to disable the terraform backend.nofalse
deployment_roleThe deployment IAM role to use. If not provided, will skip configuring AWS.no
tfvars_contentThe content of the variable file to use.no

no outputs