User Story 125263 (#238)
* Updated to use AzApi to obtain SSH (instead of tls)
This commit is contained in:
@ -4,9 +4,4 @@ output "resource_group_name" {
|
||||
|
||||
output "public_ip_address" {
|
||||
value = azurerm_linux_virtual_machine.my_terraform_vm.public_ip_address
|
||||
}
|
||||
|
||||
output "tls_private_key" {
|
||||
value = tls_private_key.example_ssh.private_key_pem
|
||||
sensitive = true
|
||||
}
|
Reference in New Issue
Block a user