added output of app ip
This commit is contained in:
parent
09f7f93885
commit
baa2ce42c7
@ -33,4 +33,8 @@ output "identity_resource_id" {
|
|||||||
|
|
||||||
output "identity_client_id" {
|
output "identity_client_id" {
|
||||||
value = azurerm_user_assigned_identity.testIdentity.client_id
|
value = azurerm_user_assigned_identity.testIdentity.client_id
|
||||||
}
|
}
|
||||||
|
|
||||||
|
output "application_ip_address" {
|
||||||
|
value = azurerm_public_ip.test.ip_address
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user