We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3040e08 commit fb76c7fCopy full SHA for fb76c7f
terraform/azure/azure-linux-vm/outputs.tf
@@ -33,8 +33,8 @@ output "instance_id" {
33
}
34
35
output "ssh_private_key_openssh" {
36
- value = var.admin_public_key_path == "" ? tls_private_key.ssh[0].private_key_openssh : null
37
- sensitive = true
+ value = var.admin_public_key_path == "" ? tls_private_key.ssh[0].private_key_openssh : null
+ sensitive = true
38
39
40
output "user_data_md5" {
0 commit comments