You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs from building template versions are streamed from the provisioner when the TF_LOG environment variable is INFO or higher.
7
+
Logs from building template versions can be optionally streamed from the provisioner by setting the TF_LOG environment variable to INFO or higher.
8
8
When importing, the ID supplied can be either a template UUID retrieved via the API or <organization-name>/<template-name>.
9
9
---
10
10
11
11
# coderd_template (Resource)
12
12
13
13
A Coder template.
14
14
15
-
Logs from building template versions are streamed from the provisioner when the `TF_LOG` environment variable is`INFO` or higher.
15
+
Logs from building template versions can be optionally streamed from the provisioner by setting the `TF_LOG` environment variable to`INFO` or higher.
16
16
17
17
When importing, the ID supplied can be either a template UUID retrieved via the API or `<organization-name>/<template-name>`.
18
18
@@ -101,7 +101,7 @@ Optional:
101
101
102
102
-`active` (Boolean) Whether this version is the active version of the template. Only one version can be active at a time.
103
103
-`message` (String) A message describing the changes in this version of the template. Messages longer than 72 characters will be truncated.
104
-
-`name` (String) The name of the template version. Automatically generated if not provided. If provided, the name *must* change each time the directory contents are updated.
104
+
-`name` (String) The name of the template version. Automatically generated if not provided. If provided, the name *must* change each time the directory contents, or the `tf_vars` attribute are updated.
105
105
-`provisioner_tags` (Attributes Set) Provisioner tags for the template version. (see [below for nested schema](#nestedatt--versions--provisioner_tags))
106
106
-`tf_vars` (Attributes Set) Terraform variables for the template version. (see [below for nested schema](#nestedatt--versions--tf_vars))
MarkdownDescription: "The name of the template version. Automatically generated if not provided. If provided, the name *must* change each time the directory contents are updated.",
399
+
MarkdownDescription: "The name of the template version. Automatically generated if not provided. If provided, the name *must* change each time the directory contents, or the `tf_vars` attribute are updated.",
0 commit comments