Skip to content

Commit

Permalink
Adding service endpoints to sql subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrichlake committed Feb 23, 2024
1 parent 34036e8 commit 596c3f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operations/template/net.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ resource "azurerm_subnet" "database" {
virtual_network_name = data.azurerm_virtual_network.app.name
address_prefixes = ["172.17.67.192/27"]

service_endpoints = ["Microsoft.AzureActiveDirectory, Microsoft.EventHub, Microsoft.ServiceBus, Microsoft.Sql, Microsoft.ContainerRegistry", "Microsoft.KeyVault", "Microsoft.Storage", "Microsoft.Web"]

delegation {
name = "delegation"

Expand Down

0 comments on commit 596c3f7

Please sign in to comment.