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
-`default_organization_id` (String) Default organization ID to use when creating resources. Defaults to the first organization the token has access to.
88
87
-`token` (String) API token for communicating with the deployment. Most resource types require elevated permissions. Defaults to`$CODER_SESSION_TOKEN`.
89
88
-`url` (String) URL to the Coder deployment. Defaults to`$CODER_URL`.
-`failure_ttl_ms` (Number) (Enterprise) The max lifetime before Coder stops all resources for failed workspaces created from this template, in milliseconds.
80
80
-`icon` (String) Relative path or external URL that specifes an icon to be displayed in the dashboard.
81
81
-`max_port_share_level` (String) (Enterprise) The maximum port share level for workspaces created from this template. Defaults to`owner` on an Enterprise deployment, or`public` otherwise.
82
-
-`organization_id` (String) The ID of the organization. Defaults to the provider's default organization
82
+
-`organization_id` (String) The ID of the organization that this template belongs to.
83
83
-`require_active_version` (Boolean) (Enterprise) Whether workspaces must be created from the active version of this template. Defaults to false.
84
84
-`time_til_dormant_autodelete_ms` (Number) (Enterprise) The max lifetime before Coder permanently deletes dormant workspaces created from this template.
85
85
-`time_til_dormant_ms` (Number) (Enterprise) The max lifetime before Coder locks inactive workspaces created from this template, in milliseconds.