matifali/Update Coder Template
An action to deploy changes to your coder template automatically
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| id | Template identifier (e.g. my-template) | yes | — |
| url | Coder access URL (e.g. https://coder.example.com) | yes | — |
| coder_session_token | Coder session token | yes | — |
| dir | Template directory name (path to the directory containing the main.tf file default: TEMPLATE_NAME) | no | — |
| name | Template version name (e.g. v1.0.0, commit hash, etc.), should be unique, default: a random string | no | — |
| activate | Marks the current template version as active | no | true |
| provisioner_tag | Add provisioner tag to the template, useful for identifying the template version in the Coder UI | no | - |
| message | update message | no | Updated via update-coder-template action |
| organization | organization name | no | "" |
| dry_run | Dry run | no | false |
| ignore_lockfile | Ignore warnings about not having a .terraform.lock.hcl file present in the template. | no | false |
Outputs
no outputs