Skip to content

Commit 95217b7

Browse files
committed
fix mysql type
1 parent 4b6c4eb commit 95217b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/06_azure/5-mariadb.md renamed to content/en/docs/06_azure/5-mysql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource "azurerm_mysql_flexible_server" "demo" {
8484
location = azurerm_resource_group.db.location
8585
administrator_login = "demo"
8686
administrator_password = random_password.mysql.result
87-
sku_name = "B_Standard_B1s"
87+
sku_name = "B_Standard_B1ms"
8888
backup_retention_days = 7
8989
geo_redundant_backup_enabled = false
9090
version = "8.0.21"

0 commit comments

Comments
 (0)