Skip to content

Commit

Permalink
remove 'cmd' output
Browse files Browse the repository at this point in the history
  • Loading branch information
theuves committed Sep 7, 2021
1 parent 50be2e1 commit a21848c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions output.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,3 @@ output "linux" {
description = "Linux format."
sensitive = true
}

output "cmd" {
value = join("\n", [for key in keys(local.secrets) : "set ${key}='${local.secrets[key]}'"])
description = "Windows Command Prompt (cmd.exe)."
sensitive = true
}

0 comments on commit a21848c

Please sign in to comment.