From 27eb8d1923e52129084981e50188216dc6d5919e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=B3sa=20M=C3=A1rk=C3=B3?= Date: Mon, 8 Dec 2025 13:22:43 +0100 Subject: [PATCH] Docs cloudsql-instance: Update backup_configuration to set retain_backups_on_delete default to null --- modules/cloudsql-instance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cloudsql-instance/README.md b/modules/cloudsql-instance/README.md index 2a556b346..4ef16cecc 100644 --- a/modules/cloudsql-instance/README.md +++ b/modules/cloudsql-instance/README.md @@ -416,7 +416,7 @@ module "db" { | [tier](variables.tf#L301) | The machine type to use for the instances. | string | ✓ | | | [activation_policy](variables.tf#L16) | This variable specifies when the instance should be active. Can be either ALWAYS, NEVER or ON_DEMAND. Default is ALWAYS. | string | | "ALWAYS" | | [availability_type](variables.tf#L27) | Availability type for the primary replica. Either `ZONAL` or `REGIONAL`. | string | | "ZONAL" | -| [backup_configuration](variables.tf#L33) | Backup settings for primary instance. Will be automatically enabled if using MySQL with one or more replicas. | object({…}) | | {…} | +| [backup_configuration](variables.tf#L33) | Backup settings for primary instance. Will be automatically enabled if using MySQL with one or more replicas. | object({…}) | | {…} | | [collation](variables.tf#L63) | The name of server instance collation. | string | | null | | [connector_enforcement](variables.tf#L69) | Specifies if connections must use Cloud SQL connectors. | string | | null | | [data_cache](variables.tf#L75) | Enable data cache. Only used for Enterprise MYSQL and PostgreSQL. | bool | | false |