Merge pull request #11 from mdanish-kh/description

Update description for ID field
This commit is contained in:
Muhammad Atif Ali 2024-02-25 22:05:08 +05:00 committed by GitHub
commit 8f1095a1d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,10 +16,10 @@ 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. | - |
| **`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` |