File tree Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Expand file tree Collapse file tree 1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -15,18 +15,16 @@ Update coder templates automatically
15
15
16
16
# # Inputs
17
17
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` |
30
28
31
29
# # Examples
32
30
You can’t perform that action at this time.
0 commit comments