Skip to content

Commit bbc93a5

Browse files
committed
Atif's review
1 parent 18dd978 commit bbc93a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

registry/coder/modules/rstudio-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
display_name: RStudio Server
3-
description: A module that deploys Rocker Project distribution of RStudio Server in your Coder template.
3+
description: Deploy the Rocker Project distribution of RStudio Server in your Coder workspace.
44
icon: ../../../../.icons/rstudio.svg
55
verified: true
66
tags: [rstudio, ide, web]
77
---
88

99
# RStudio Server
1010

11-
A module that deploys Rocker Project distribution of RStudio Server in your Coder template.
11+
Deploy the Rocker Project distribution of RStudio Server in your Coder workspace.
1212

1313
![RStudio Server](../../.images/rstudio-server.png)
1414

registry/coder/modules/rstudio-server/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ variable "rstudio_server_version" {
3030
variable "disable_auth" {
3131
type = bool
3232
description = "Disable auth"
33-
default = false
33+
default = true
3434
}
3535

3636
variable "rstudio_user" {

0 commit comments

Comments
 (0)