201-mysql-fs-db patch (#182)

* fix example

* fix example

* fix example
This commit is contained in:
Dingjia Chen
2023-03-01 20:54:49 -06:00
committed by GitHub
parent b32087dbf6
commit 8dca60b848
4 changed files with 19 additions and 8 deletions

View File

@ -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]
}
}