Skip to content

Commit 342dae3

Browse files
docs(cloudsql): complete POSTGRES version list (#3568) (#2108)
Co-authored-by: Bastien Dronneau <[email protected]> Signed-off-by: Modular Magician <[email protected]> Co-authored-by: Bastien Dronneau <[email protected]>
1 parent 6eebe4b commit 342dae3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.changelog/3568.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

website/docs/r/sql_database_instance.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ The following arguments are supported:
194194

195195
* `database_version` - (Optional, Default: `MYSQL_5_6`) The MySQL, PostgreSQL or
196196
SQL Server (beta) version to use. Supported values include `MYSQL_5_6`,
197-
`MYSQL_5_7`, `POSTGRES_9_6`,`POSTGRES_11`, `SQLSERVER_2017_STANDARD`,
197+
`MYSQL_5_7`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`, `POSTGRES_12`, `SQLSERVER_2017_STANDARD`,
198198
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
199199
[Database Version Policies](https://cloud.google.com/sql/docs/sqlserver/db-versions)
200200
includes an up-to-date reference of supported versions.

0 commit comments

Comments
 (0)