fix agent id

This commit is contained in:
Ben
2024-04-06 20:04:28 +00:00
parent 12fd16f701
commit bf06e8d3ac

View File

@@ -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"