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
ide
web

RStudio Server

Note

This module requires docker to 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.

RStudio Server

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
}