fix module usage
This commit is contained in:
@@ -16,10 +16,11 @@ Enable Remote Desktop + a web based client on Windows workspaces
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```tf
|
```tf
|
||||||
module "code-server" {
|
module "windows_rdp" {
|
||||||
source = "registry.coder.com/modules/code-server/coder"
|
count = data.coder_workspace.me.start_count
|
||||||
version = "1.0.10"
|
source = "github.com/coder/modules//windows-rdp?ref=web-rdp"
|
||||||
agent_id = coder_agent.example.id
|
agent_id = resource.coder_agent.main.id
|
||||||
|
resource_id = resource.google_compute_instance.dev[0].id
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user