chroju/Terraform Cloud Workspace Auto Update
Automates the terraform version update of your Terraform cloud workspace
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| working_dir | Terraform working directory | — | ./ |
| auto_update | Whether automatically update Terraform Cloud workspace to the latest version compatible with required version | — | false |
| comment_pr | Whether or not to post a comment on GitHub pull requests | — | false |
| specific_version | The specific terraform version update to | — | — |
Outputs
| name | description |
|---|---|
| is_available_update | Wherther or not available update ('true' or 'false') |
| output | result message (empty if new version is not released) |