@ -51,7 +51,7 @@ resource "azurerm_subnet" "default" {
|
||||
name = "fs"
|
||||
|
||||
service_delegation {
|
||||
name = "Microsoft.DBforMySQL/flexibleServers"
|
||||
name = "Microsoft.DBforMySQL/flexibleServers"
|
||||
actions = [
|
||||
"Microsoft.Network/virtualNetworks/subnets/join/action",
|
||||
]
|
||||
@ -103,4 +103,4 @@ resource "azurerm_mysql_flexible_server" "default" {
|
||||
}
|
||||
|
||||
depends_on = [azurerm_private_dns_zone_virtual_network_link.default]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user