We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b4b190 commit 064ad50Copy full SHA for 064ad50
infra/outputs.tf
@@ -45,8 +45,3 @@ output "resource_group_name" {
45
sensitive = false
46
}
47
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