Skip to content

Commit

Permalink
Getting mariadb settings right
Browse files Browse the repository at this point in the history
  • Loading branch information
twerthi committed Jul 10, 2024
1 parent 83ca00c commit dbca85e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "azurerm_mariadb_server" "permanent" {

sku_name = "B_Gen5_1"
version = "10.3"
backup_retention_days = 1
backup_retention_days = 7
geo_redundant_backup_enabled = false
ssl_enforcement_enabled = true
storage_mb = 5120
Expand Down

0 comments on commit dbca85e

Please sign in to comment.