We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a381c3e commit fd2f91cCopy full SHA for fd2f91c
windows-rdp/main.tf
@@ -152,26 +152,3 @@ resource "coder_app" "rdp-docs" {
152
url = "https://coder.com/docs/v2/latest/ides/remote-desktops#rdp-desktop"
153
external = true
154
}
155
-
156
-# For some reason this is not rendering, commented out for now
157
-# resource "coder_metadata" "rdp_details" {
158
-# resource_id = var.resource_id
159
-# daily_cost = 0
160
-# item {
161
-# key = "Host"
162
-# value = "localhost"
163
-# }
164
165
-# key = "Port"
166
-# value = "3389"
167
168
169
-# key = "Username"
170
-# value = "Administrator"
171
172
173
-# key = "Password"
174
-# value = var.admin_password
175
-# sensitive = true
176
177
0 commit comments