Skip to content

Commit baa2ce4

Browse files
committed
added output of app ip
1 parent 09f7f93 commit baa2ce4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress

quickstart/201-k8s-cluster-with-aks-applicationgateway-ingress/output.tf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,8 @@ output "identity_resource_id" {
3333

3434
output "identity_client_id" {
3535
value = azurerm_user_assigned_identity.testIdentity.client_id
36-
}
36+
}
37+
38+
output "application_ip_address" {
39+
value = azurerm_public_ip.test.ip_address
40+
}

0 commit comments

Comments
 (0)