Skip to content

Commit 064ad50

Browse files
committed
removed duplicated lb
1 parent 5b4b190 commit 064ad50

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

infra/outputs.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,3 @@ output "resource_group_name" {
4545
sensitive = false
4646
}
4747

48-
output "lb_api_url" {
49-
value = "http://${azurerm_public_ip.example.ip_address}" # Or your actual LB URL
50-
description = "Backend API URL"
51-
sensitive = false
52-
}

0 commit comments

Comments
 (0)