samuraitruong/tf-actions
Simple github action that help to update terraform vars using API call
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | Terraform token | yes | — |
| org_id | Org Id that workspace belong to | yes | — |
| ws_name | The name tf workspaces | yes | — |
| var_names | The name of environment var, multiple vars support by comma separator | yes | — |
| var_values | The values of environment var, multiple vars support by comma separator | yes | — |
| hcl | Indicated that the var is hcl or not, default = false | no | — |
| auto_create | Create var if does not exist, default = false | no | — |
| apply | Trigger TF run after update var | no | — |
| separator | The separator to split names and values | no | , |
Outputs
| name | description |
|---|---|
| result | The name of environment |