Skip to content

Commit 41dbc18

Browse files
Update registry/coder/modules/local-windows-rdp/main.tf
Co-authored-by: Atif Ali <[email protected]>
1 parent 9968c3d commit 41dbc18

File tree

1 file changed

+0
-12
lines changed
  • registry/coder/modules/local-windows-rdp

1 file changed

+0
-12
lines changed

registry/coder/modules/local-windows-rdp/main.tf

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,3 @@ resource "coder_app" "rdp_desktop" {
7272
order = var.order
7373
}
7474

75-
output "app" {
76-
description = "The created RDP desktop app resource"
77-
value = coder_app.rdp_desktop
78-
sensitive = true
79-
}
80-
81-
output "script" {
82-
description = "The RDP configuration script resource"
83-
value = coder_script.rdp_setup
84-
sensitive = true
85-
}
86-

0 commit comments

Comments
 (0)