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 |