phaka/Phaka Terraform Action
An action that wraps Terraform and provides a few extra features
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working-directory | The location where the terraform files are stored | no | . |
| workspace | The name of the workspace to use | no | default |
| check-format | Whether to check the formatting of the Terraform files | no | false |
| validate-module | Whether to validate the Terraform module | no | true |
| command | The Terraform command to run (plan, apply, destroy) | yes | — |
Outputs
| name | description |
|---|---|
| to-add | Number of resources to add |
| to-change | Number of resources to change |
| to-destroy | Number of resources to destroy |
| to-import | Number of resources to import |