badgerhobbs/terraform-state
Store Terraform state for your GitHub Actions as an encrypted artifact or repository file.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| encryption_key | AES-256 Encryption key used to encrypt/decrypt the Terraform state file. | no | — |
| operation | Specifies if the operation is to download or upload the Terraform state file. [Options: download/upload] | yes | — |
| location | Specifies the storage location of the Terraform state file. [Options: repository/artifact] | yes | — |
| directory | Directory of the Terraform state file. | no | . |
| github_token | GitHub Access Token used to retrieve latest artifact. | no | — |
Outputs
no outputs