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 GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jun 6, 2025
- License
- None
Pinned Snippet
uses: 7factor/stoneford-terraform-action@84570fd243c7807bfc9a0f5cd926f873f964dbab # v1.1.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| directory | The directory to run terraform in. | yes | — |
| workspace | The name of the aws terraform workspace. Required if deployment_role is specified and backend is not disabled. | no | — |
| fmt | Whether to run terraform fmt. | no | false |
| validate | Whether to run terraform validate. | no | false |
| action | The terraform action to run. | no | — |
| account | The account name to run terraform in. Required if deployment_role is specified and backend is not disabled. | no | — |
| region | The region to run terraform in. | no | us-east-1 |
| disable_backend | Whether to disable the terraform backend. | no | false |
| deployment_role | The deployment IAM role to use. If not provided, will skip configuring AWS. | no | — |
| tfvars_content | The content of the variable file to use. | no | — |
Outputs
no outputs