coder / modules

A collection of Terraform Modules to extend Coder templates.
https://registry.coder.com
Apache License 2.0
29 stars 26 forks source link

Add password to coder_apps that support it #243

Open matifali opened 5 months ago

matifali commented 5 months ago

Related to coder/coder#13087 Add a password to all modules that support it natively. This will require,

  1. Generating a random password
  2. Exposing it as a coder_metadata item.
  3. Adding an input password = true|false to control if we need password.
  4. Make password required i.e. share = "public" should mandate password = true