Changes password for a user on RStudio container
RStudio has users based on unix user accounts
gce_rstudio_password(instance, username, password, container = "rstudio")
instance
: An instance with RStudio installed via gce_vm_templateusername
: The user to change the password forpassword
: The user passwordcontainer
: The rstudio container to add the user toThe instance
Useful links