File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de
14
14
``` tf
15
15
# AWS example. See below for examples of using this module with other providers
16
16
module "windows_rdp" {
17
- source = "github. com/coder/modules /windows-rdp"
18
- version = "1.0.15 "
17
+ source = "registry.coder. com/coder/module /windows-rdp"
18
+ version = "1.0.16 "
19
19
count = data.coder_workspace.me.start_count
20
20
agent_id = resource.coder_agent.main.id
21
21
resource_id = resource.aws_instance.dev.id
@@ -32,8 +32,9 @@ https://github.com/coder/modules/assets/28937484/fb5f4a55-7b69-4550-ab62-301e13a
32
32
33
33
``` tf
34
34
module "windows_rdp" {
35
+ source = "registry.coder.com/coder/module/windows-rdp"
36
+ version = "1.0.16"
35
37
count = data.coder_workspace.me.start_count
36
- source = "github.com/coder/modules//windows-rdp"
37
38
agent_id = resource.coder_agent.main.id
38
39
resource_id = resource.aws_instance.dev.id
39
40
}
@@ -43,8 +44,9 @@ module "windows_rdp" {
43
44
44
45
``` tf
45
46
module "windows_rdp" {
47
+ source = "registry.coder.com/coder/module/windows-rdp"
48
+ version = "1.0.16"
46
49
count = data.coder_workspace.me.start_count
47
- source = "github.com/coder/modules//windows-rdp"
48
50
agent_id = resource.coder_agent.main.id
49
51
resource_id = resource.google_compute_instance.dev[0].id
50
52
}
You can’t perform that action at this time.
0 commit comments