fix(pgsql-subnet) add explicit definition for the automatic action

Signed-off-by: Damien Duportal <damien.duportal@gmail.com>
pull/190/head
Damien Duportal 11 months ago
parent c2705d6161
commit bef32d0040

1
.gitignore vendored

@ -10,3 +10,4 @@
.terraform
backend-config
terraform-plan-output.txt
tfplan

@ -59,6 +59,9 @@ resource "azurerm_subnet" "pgsql_tier" {
name = "pgsql"
service_delegation {
name = "Microsoft.DBforPostgreSQL/flexibleServers"
actions = [
"Microsoft.Network/virtualNetworks/subnets/join/action",
]
}
}
}

Loading…
Cancel
Save