fixed url schema for webrdp example
This commit is contained in:
@@ -32,7 +32,7 @@ module "windows_rdp" {
|
|||||||
|
|
||||||
```tf
|
```tf
|
||||||
module "windows_rdp" {
|
module "windows_rdp" {
|
||||||
source = "registry.coder.com/coder/module/windows-rdp"
|
source = "registry.coder.com/modules/windows-rdp/coder"
|
||||||
version = "1.0.16"
|
version = "1.0.16"
|
||||||
count = data.coder_workspace.me.start_count
|
count = data.coder_workspace.me.start_count
|
||||||
agent_id = resource.coder_agent.main.id
|
agent_id = resource.coder_agent.main.id
|
||||||
@@ -44,7 +44,7 @@ module "windows_rdp" {
|
|||||||
|
|
||||||
```tf
|
```tf
|
||||||
module "windows_rdp" {
|
module "windows_rdp" {
|
||||||
source = "registry.coder.com/coder/module/windows-rdp"
|
source = "registry.coder.com/modules/windows-rdp/coder"
|
||||||
version = "1.0.16"
|
version = "1.0.16"
|
||||||
count = data.coder_workspace.me.start_count
|
count = data.coder_workspace.me.start_count
|
||||||
agent_id = resource.coder_agent.main.id
|
agent_id = resource.coder_agent.main.id
|
||||||
|
|||||||
Reference in New Issue
Block a user