Skip to content

Commit fb76c7f

Browse files
committed
terraform fmt
1 parent 3040e08 commit fb76c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

terraform/azure/azure-linux-vm/outputs.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ output "instance_id" {
3333
}
3434

3535
output "ssh_private_key_openssh" {
36-
value = var.admin_public_key_path == "" ? tls_private_key.ssh[0].private_key_openssh : null
37-
sensitive = true
36+
value = var.admin_public_key_path == "" ? tls_private_key.ssh[0].private_key_openssh : null
37+
sensitive = true
3838
}
3939

4040
output "user_data_md5" {

0 commit comments

Comments
 (0)