Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

fix url schema for webrdp example #270

Merged
merged 1 commit into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions windows-rdp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module "windows_rdp" {

```tf
module "windows_rdp" {
source = "registry.coder.com/coder/module/windows-rdp"
source = "registry.coder.com/modules/windows-rdp/coder"
version = "1.0.16"
count = data.coder_workspace.me.start_count
agent_id = resource.coder_agent.main.id
Expand All @@ -44,7 +44,7 @@ module "windows_rdp" {

```tf
module "windows_rdp" {
source = "registry.coder.com/coder/module/windows-rdp"
source = "registry.coder.com/modules/windows-rdp/coder"
version = "1.0.16"
count = data.coder_workspace.me.start_count
agent_id = resource.coder_agent.main.id
Expand Down