fix agent id
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user