Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a98e206

Browse files
committed
shorten more for better plaintext
1 parent f14c3eb commit a98e206

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,16 @@ Update coder templates automatically
1515

1616
## Inputs
1717

18-
| Name | Description | Default |
19-
|---------------------------|-----------------------------------------------------------------------------------------------------------------------------------|-----------------------------|
20-
| **`url`** | **Required** The url of coder deployment (e.g. <https://dev.coder.com>). | - |
21-
| **`coder_session_token`** | **Required** The session token of coder. | - |
22-
| **`id`** | **Required** The name of the template. Visible under Templates > Your Template > Settings > General info in the coder deployment. | - |
23-
| **`dir`** | **Required** The directory of the template that contains `main.tf` file | - |
24-
| `name` | New version name for the template. | Autogenerated name by Coder |
25-
| `activate` | Activate the new template version. | `true` |
26-
| `message` | Update message (similar to commit messages) | - |
27-
| `dry_run` | Dry run mode. | `false` |
28-
29-
18+
| Name | Description | Default |
19+
|---------------------------|----------------------------------------------------------------------------------------------------------------|-----------------------------|
20+
| **`url`** | **Required** The url of coder deployment (e.g. <https://dev.coder.com>). | - |
21+
| **`coder_session_token`** | **Required** The session token of coder. | - |
22+
| **`id`** | **Required** The name of the template. Visible under Template Settings > General info in the coder deployment. | - |
23+
| **`dir`** | **Required** The directory of the template that contains `main.tf` file | - |
24+
| `name` | New version name for the template. | Autogenerated name by Coder |
25+
| `activate` | Activate the new template version. | `true` |
26+
| `message` | Update message (similar to commit messages) | - |
27+
| `dry_run` | Dry run mode. | `false` |
3028

3129
## Examples
3230

0 commit comments

Comments
 (0)