coder / modules

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

fix url schema for webrdp example #270

Closed stirby closed 4 months ago

stirby commented 4 months ago

Tested the corrected URL on dogfood.

Was

module "windows_rdp" {
  source      = "registry.coder.com/coder/module/windows-rdp"
  ...
}

Now

module "windows_rdp" {
  source      = "registry.coder.com/modules/windows-rdp/coder"
  ...
}
stirby commented 4 months ago

Hmm there seems to be an issue on my workspace... Please hold