added output of app ip

This commit is contained in:
Tom Archer 2022-03-05 08:03:57 -08:00
parent 09f7f93885
commit baa2ce42c7

View File

@ -33,4 +33,8 @@ output "identity_resource_id" {
output "identity_client_id" {
value = azurerm_user_assigned_identity.testIdentity.client_id
}
}
output "application_ip_address" {
value = azurerm_public_ip.test.ip_address
}