Skip to content

Commit

Permalink
update zone in tc
Browse files Browse the repository at this point in the history
  • Loading branch information
neil-yechenwei committed Oct 17, 2024
1 parent 66f37c5 commit f7ebf2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "azurerm_mysql_flexible_server" "test" {
administrator_password = "QAZwsx123"
version = "8.0.21"
sku_name = "B_Standard_B1s"
zone = "1"
zone = "2"
}
resource "azurerm_data_protection_backup_vault" "test" {
Expand Down

0 comments on commit f7ebf2f

Please sign in to comment.