fix agent id

web-rdp-cloud-fixes
Ben 1 year ago
parent 12fd16f701
commit bf06e8d3ac

@ -109,7 +109,7 @@ resource "coder_app" "windows-rdp" {
}
resource "coder_app" "rdp-docs" {
agent_id = coder_agent.main.id
agent_id = var.agent_id
display_name = "Local RDP"
slug = "rdp-docs"
icon = "https://raw.githubusercontent.com/matifali/logos/main/windows.svg"

Loading…
Cancel
Save