Compare commits

...

4 commits

Author SHA1 Message Date
Muhammad Atif Ali 8f1095a1d9
Merge pull request #11 from mdanish-kh/description
Update description for ID field
2024-02-25 22:05:08 +05:00
Muhammad Danish a98e206dcd shorten more for better plaintext 2024-02-25 17:24:04 +05:00
Muhammad Danish f14c3eb417 shorten table 2024-02-25 17:21:14 +05:00
Muhammad Danish 3dd8fbfaba Update description for ID field 2024-02-25 17:19:25 +05:00

View file

@ -15,16 +15,16 @@ Update coder templates automatically
## Inputs
| Name | Description | Default |
| ------------------------- | ------------------------------------------------------------------------ | --------------------------- |
| **`url`** | **Required** The url of coder deployment (e.g. <https://dev.coder.com>). | - |
| **`coder_session_token`** | **Required** The session token of coder. | - |
| **`id`** | **Required** The id of template. | - |
| **`dir`** | **Required** The directory of the template that contains `main.tf` file | - |
| `name` | New version name for the template. | Autogenerated name by Coder |
| `activate` | Activate the new template version. | `true` |
| `message` | Update message (similar to commit messages) | - |
| `dry_run` | Dry run mode. | `false` |
| Name | Description | Default |
|---------------------------|----------------------------------------------------------------------------------------------------------------|-----------------------------|
| **`url`** | **Required** The url of coder deployment (e.g. <https://dev.coder.com>). | - |
| **`coder_session_token`** | **Required** The session token of coder. | - |
| **`id`** | **Required** The name of the template. Visible under Template Settings > General info in the coder deployment. | - |
| **`dir`** | **Required** The directory of the template that contains `main.tf` file | - |
| `name` | New version name for the template. | Autogenerated name by Coder |
| `activate` | Activate the new template version. | `true` |
| `message` | Update message (similar to commit messages) | - |
| `dry_run` | Dry run mode. | `false` |
## Examples