actions-marketplace-validations/Terraform S3 Backend Action
Connect to any Terraform S3 backend state authorized to your repository via an IAM OIDC role.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| account-id | AWS account ID of the Terraform state S3 bucket | yes | — |
| role | Name of the IAM OIDC role assumable by the GitHub repository | yes | — |
| region | AWS region of the Terraform state S3 bucket | yes | — |
| bucket | S3 bucket of the Terraform state | yes | — |
| key | S3 key of the Terraform state | no | terraform.tfstate |
Outputs
| name | description |
|---|---|
| path | Path to the backend config file for use with Terraform init |