Skip to content

Commit fd2f91c

Browse files
committed
fix: remove commented-out code
1 parent a381c3e commit fd2f91c

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

windows-rdp/main.tf

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -152,26 +152,3 @@ resource "coder_app" "rdp-docs" {
152152
url = "https://coder.com/docs/v2/latest/ides/remote-desktops#rdp-desktop"
153153
external = true
154154
}
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-
# item {
165-
# key = "Port"
166-
# value = "3389"
167-
# }
168-
# item {
169-
# key = "Username"
170-
# value = "Administrator"
171-
# }
172-
# item {
173-
# key = "Password"
174-
# value = var.admin_password
175-
# sensitive = true
176-
# }
177-
# }

0 commit comments

Comments
 (0)