786 B
786 B
| display_name | description | icon | verified | tags | |||
|---|---|---|---|---|---|---|---|
| RStudio Server | Deploy the Rocker Project distribution of RStudio Server in your Coder workspace. | ../../../../.icons/rstudio.svg | true |
|
RStudio Server
Note
This module requires
dockerto be available in the workspace. Check Docker in Workspaces to learn how you can set it up.
Deploy the Rocker Project distribution of RStudio Server in your Coder workspace.
module "rstudio-server" {
count = data.coder_workspace.me.start_count
source = "registry.coder.com/coder/rstudio-server/coder"
version = "0.9.1"
agent_id = coder_agent.main.id
}
