Skip to content

Commit

Permalink
change from backend to middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
Administrator committed Nov 26, 2024
1 parent 1af7af5 commit 7884b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/terraform/modules/network/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ output "ocrsubnet_id" {
description = "Id of lbsubnet in the network"
}

output "backendsubnet_id" {
value = azurerm_subnet.backend-subnet.id
output "middlewaresubnet_id" {
value = azurerm_subnet.middleware-subnet.id
description = "Id of lbsubnet in the network"
}

Expand Down

0 comments on commit 7884b4d

Please sign in to comment.