Skip to content

Commit f1f8c63

Browse files
committed
fix: fmt
1 parent 8579486 commit f1f8c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ output "identity" {
99
}
1010

1111
output "public_ip" {
12-
value = azurerm_public_ip.this[0].ip_address
12+
value = azurerm_public_ip.this[0].ip_address
1313
description = "Linux Virtual Machine public IP address"
1414
}

0 commit comments

Comments
 (0)