Skip to content

Commit

Permalink
Output the public ip
Browse files Browse the repository at this point in the history
  • Loading branch information
Secretions committed Apr 11, 2019
1 parent 22b5fdd commit 22bed0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ output "backend_address_pool_id" {
description = "The ID of the application gateway backend address pool"
value = "${azurerm_application_gateway.this.backend_address_pool.0.id}"
}

output "public_ip" {
description = "The public IP of the application gateway"
value = "${azurerm_public_ip.this.ip_address}"
}

0 comments on commit 22bed0f

Please sign in to comment.