We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8579486 commit f1f8c63Copy full SHA for f1f8c63
outputs.tf
@@ -9,6 +9,6 @@ output "identity" {
9
}
10
11
output "public_ip" {
12
- value = azurerm_public_ip.this[0].ip_address
+ value = azurerm_public_ip.this[0].ip_address
13
description = "Linux Virtual Machine public IP address"
14
0 commit comments