Skip to content

Commit 332f8ae

Browse files
docs: document minimum version required for 'hidden' attribute (#285)
* docs: document minimum version required for 'hidden' attribute * fix: capitalize coder Co-authored-by: Cian Johnston <cian@coder.com> * fix: apply 'make gen' --------- Co-authored-by: Cian Johnston <cian@coder.com>
1 parent cd7945d commit 332f8ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/resources/app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ resource "coder_app" "vim" {
6363
- `display_name` (String) A display name to identify the app. Defaults to the slug.
6464
- `external` (Boolean) Specifies whether `url` is opened on the client machine instead of proxied through the workspace.
6565
- `healthcheck` (Block Set, Max: 1) HTTP health checking to determine the application readiness. (see [below for nested schema](#nestedblock--healthcheck))
66-
- `hidden` (Boolean) Determines if the app is visible in the UI.
66+
- `hidden` (Boolean) Determines if the app is visible in the UI (minimum Coder version: v2.16).
6767
- `icon` (String) A URL to an icon that will display in the dashboard. View built-in icons here: https://github.com/coder/coder/tree/main/site/static/icon. Use a built-in icon with `"${data.coder_workspace.me.access_url}/icon/<path>"`.
6868
- `order` (Number) The order determines the position of app in the UI presentation. The lowest order is shown first and apps with equal order are sorted by name (ascending order).
6969
- `share` (String) Determines the level which the application is shared at. Valid levels are `"owner"` (default), `"authenticated"` and `"public"`. Level `"owner"` disables sharing on the app, so only the workspace owner can access it. Level `"authenticated"` shares the app with all authenticated users. Level `"public"` shares it with any user, including unauthenticated users. Permitted application sharing levels can be configured site-wide via a flag on `coder server` (Enterprise only).

provider/app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func appResource() *schema.Resource {
218218
},
219219
"hidden": {
220220
Type: schema.TypeBool,
221-
Description: "Determines if the app is visible in the UI.",
221+
Description: "Determines if the app is visible in the UI (minimum Coder version: v2.16).",
222222
Default: false,
223223
ForceNew: true,
224224
Optional: true,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy