Skip to content

Commit 28766a4

Browse files
committed
make gen
Signed-off-by: Danny Kopping <[email protected]>
1 parent ed534d7 commit 28766a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/app.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ resource "coder_app" "vim" {
6060
### Optional
6161

6262
- `command` (String) A command to run in a terminal opening this app. In the web, this will open in a new tab. In the CLI, this will SSH and execute the command. Either `command` or `url` may be specified, but not both.
63+
- `cors_behavior` (String)
6364
- `display_name` (String) A display name to identify the app. Defaults to the slug.
6465
- `external` (Boolean) Specifies whether `url` is opened on the client machine instead of proxied through the workspace.
6566
- `healthcheck` (Block Set, Max: 1) HTTP health checking to determine the application readiness. (see [below for nested schema](#nestedblock--healthcheck))

0 commit comments

Comments
 (0)