User Story 124432 (#236)

* Replaced password with SSH key
This commit is contained in:
Tom Archer
2023-07-12 18:24:59 -07:00
committed by GitHub
parent 7c224d76a1
commit aecb7d60e3
6 changed files with 42 additions and 36 deletions

View File

@ -12,9 +12,4 @@ output "subnet_name" {
output "linux_virtual_machine_names" {
value = [for s in azurerm_linux_virtual_machine.test : s.name[*]]
}
output "linux_virtual_machine_password" {
sensitive = true
value = local.password
}