Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Feb 21, 2024
1 parent ad1997e commit b60a26c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions operations/template/net.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ resource "azurerm_subnet" "app" {
name = "Microsoft.Web/serverFarms"
actions = ["Microsoft.Network/virtualNetworks/subnets/join/action"]
}
}}
}
}

resource "azurerm_subnet" "database" {
name = "database"
Expand All @@ -44,7 +45,8 @@ resource "azurerm_subnet" "database" {
name = "Microsoft.DBforPostgreSQL/flexibleServers"
actions = ["Microsoft.Network/virtualNetworks/subnets/join/action"]
}
}}
}
}


#data "azurerm_subnet" "db_subnet" {
Expand Down

0 comments on commit b60a26c

Please sign in to comment.