From 025e2c49661ae3b7cc9ec119821b63587a10a8cc Mon Sep 17 00:00:00 2001 From: KratkyZobak Date: Sun, 10 Apr 2022 21:54:43 +0200 Subject: [PATCH] Fix documentation of backup_retention_days https://github.com/hashicorp/terraform-provider-azurerm/issues/16311 --- website/docs/r/mysql_flexible_server.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/mysql_flexible_server.html.markdown b/website/docs/r/mysql_flexible_server.html.markdown index e271b81eba66..3362a671030b 100644 --- a/website/docs/r/mysql_flexible_server.html.markdown +++ b/website/docs/r/mysql_flexible_server.html.markdown @@ -87,7 +87,7 @@ The following arguments are supported: * `administrator_password` - (Optional) The Password associated with the `administrator_login` for the MySQL Flexible Server. Required when `create_mode` is `Default`. -* `backup_retention_days` - (Optional) The backup retention days for the MySQL Flexible Server. Possible values are between `7` and `35` days. Defaults to `7`. +* `backup_retention_days` - (Optional) The backup retention days for the MySQL Flexible Server. Possible values are between `1` and `35` days. Defaults to `7`. * `create_mode` - (Optional)The creation mode which can be used to restore or replicate existing servers. Possible values are `Default`, `PointInTimeRestore`, `GeoRestore`, and `Replica`. Changing this forces a new MySQL Flexible Server to be created.