From 3dd8fbfabaf60c8c5e6bbf9bfa87aee1e5127fca Mon Sep 17 00:00:00 2001 From: Muhammad Danish Date: Sun, 25 Feb 2024 17:19:25 +0500 Subject: [PATCH] Update description for ID field --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3cbed6b..ef29632 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,17 @@ Update coder templates automatically ## Inputs -| Name | Description | Default | -| ------------------------- | ------------------------------------------------------------------------ | --------------------------- | -| **`url`** | **Required** The url of coder deployment (e.g. ). | - | -| **`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. ). | - | +| **`coder_session_token`** | **Required** The session token of coder. | - | +| **`id`** | **Required** The name of the template. This can be seen under Templates > Your 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