fix: add verison number to rdp script

pull/262/head
Parkreiner 10 months ago
parent 3f8f6181e0
commit 894e507bb3

@ -14,8 +14,9 @@ Enable Remote Desktop + a web based client on Windows workspaces, powered by [de
```tf
# AWS example. See below for examples of using this module with other providers
module "windows_rdp" {
source = "github.com/coder/modules/windows-rdp"
version = "1.0.15"
count = data.coder_workspace.me.start_count
source = "github.com/coder/modules//windows-rdp"
agent_id = resource.coder_agent.main.id
resource_id = resource.aws_instance.dev.id
}

Loading…
Cancel
Save