diff --git a/modules/cloudsql-instance/README.md b/modules/cloudsql-instance/README.md index 341c9d00..0cd19684 100644 --- a/modules/cloudsql-instance/README.md +++ b/modules/cloudsql-instance/README.md @@ -104,7 +104,8 @@ module "db" { | tier | The machine type to use for the instances. | string | ✓ | | | *authorized_networks* | Map of NAME=>CIDR_RANGE to allow to connect to the database(s). | map(string) | | null | | *availability_type* | Availability type for the primary replica. Either `ZONAL` or `REGIONAL` | string | | ZONAL | -| *backup_configuration* | Backup settings for primary instance. Will be automatically enabled if using MySQL with one or more replicas | object({...}) | | ... | +| *backup_configuration* | Backup settings for primary instance. Will be automatically enabled if using MySQL with one or more replicas | object({...}) | | ... | +| *backup_retention_settings* | Backup retention subblock settings. | object({...}) | | ... | | *databases* | Databases to create once the primary instance is created. | list(string) | | null | | *deletion_protection* | Allow terraform to delete instances. | bool | | false | | *disk_size* | Disk size in GB. Set to null to enable autoresize. | number | | null |