Skip to content

Commit

Permalink
try to fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jan 8, 2024
1 parent feaac00 commit eb44e5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions quickstart/201-mysql-fs-db/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,9 @@ resource "azurerm_mysql_flexible_server" "default" {
private_dns_zone_id = azurerm_private_dns_zone.default.id
sku_name = "GP_Standard_D2ds_v4"
version = "8.0.21"
zone = "1"

high_availability {
mode = "ZoneRedundant"
standby_availability_zone = "2"
mode = "SameZone"
}
maintenance_window {
day_of_week = 0
Expand Down
2 changes: 1 addition & 1 deletion quickstart/201-mysql-fs-db/variables.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
variable "resource_group_location" {
type = string
default = "eastus"
default = "westeurope"
description = "Location of the resource group."
}

Expand Down

0 comments on commit eb44e5a

Please sign in to comment.