Skip to content

Commit 2e63004

Browse files
Update docs/CONFIG-VARS.md
Co-authored-by: Chris Miller <[email protected]>
1 parent ca3ee68 commit 2e63004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONFIG-VARS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ postgres_servers = {
293293
| Name | Description | Type | Default | Notes |
294294
| :--- | ---: | ---: | ---: | ---: |
295295
| machine_type| The machine type for the PostgreSQL server VMs" | string | "db-custom-4-16384" | Google Cloud Postgres supports only shared-core machine types such as db-f1-micro, and custom machine types such as db-custom-2-13312. Must match the PostgreSQL version requirements. |
296-
| edition | Cloud SQL edition type | string | null | Must be `"ENTERPRISE"` for PostgreSQL < 16 or `"ENTERPRISE_PLUS"` for PostgreSQL 16+. |
296+
| edition | Cloud SQL edition type | string | "ENTERPRISE" | Must be `"ENTERPRISE"` for PostgreSQL < 16 or `"ENTERPRISE_PLUS"` for PostgreSQL 16+. |
297297
| storage_gb | Minimum storage allowed for the PostgreSQL server | number | 128 | |
298298
| backups_enabled | Enables postgres backups | bool | true | |
299299
| backups_start_time | Start time for postgres backups | string | "21:00" | |

0 commit comments

Comments
 (0)