Skip to content

Commit e7e8cdb

Browse files
Add POSTGRES_16 and POSTGRES_17 (#12531) (#8882)
[upstream:6734dca1baa83ff80227e34b581f59b0c29e1411] Signed-off-by: Modular Magician <[email protected]>
1 parent ef1d452 commit e7e8cdb

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.changelog/12531.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+
```

google-beta/services/sql/resource_sql_database_instance.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ is set to true. Defaults to ZONAL.`,
729729
"database_version": {
730730
Type: schema.TypeString,
731731
Required: true,
732-
Description: `The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, SQLSERVER_2017_STANDARD, SQLSERVER_2017_ENTERPRISE, SQLSERVER_2017_EXPRESS, SQLSERVER_2017_WEB. Database Version Policies includes an up-to-date reference of supported versions.`,
732+
Description: `The MySQL, PostgreSQL or SQL Server (beta) version to use. Supported values include MYSQL_5_6, MYSQL_5_7, MYSQL_8_0, POSTGRES_9_6, POSTGRES_10, POSTGRES_11, POSTGRES_12, POSTGRES_13, POSTGRES_14, POSTGRES_15, POSTGRES_16, POSTGRES_17, SQLSERVER_2017_STANDARD, SQLSERVER_2017_ENTERPRISE, SQLSERVER_2017_EXPRESS, SQLSERVER_2017_WEB. Database Version Policies includes an up-to-date reference of supported versions.`,
733733
},
734734

735735
"encryption_key_name": {

website/docs/r/sql_database_instance.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ The following arguments are supported:
240240
* `database_version` - (Required) The MySQL, PostgreSQL or
241241
SQL Server version to use. Supported values include `MYSQL_5_6`,
242242
`MYSQL_5_7`, `MYSQL_8_0`, `POSTGRES_9_6`,`POSTGRES_10`, `POSTGRES_11`,
243-
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `SQLSERVER_2017_STANDARD`,
244-
`SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
243+
`POSTGRES_12`, `POSTGRES_13`, `POSTGRES_14`, `POSTGRES_15`, `POSTGRES_16`, `POSTGRES_17`,
244+
`SQLSERVER_2017_STANDARD`, `SQLSERVER_2017_ENTERPRISE`, `SQLSERVER_2017_EXPRESS`, `SQLSERVER_2017_WEB`.
245245
`SQLSERVER_2019_STANDARD`, `SQLSERVER_2019_ENTERPRISE`, `SQLSERVER_2019_EXPRESS`,
246246
`SQLSERVER_2019_WEB`.
247247
[Database Version Policies](https://cloud.google.com/sql/docs/db-versions)
@@ -262,7 +262,7 @@ includes an up-to-date reference of supported versions.
262262
is not provided, the provider project is used.
263263

264264
* `replica_configuration` - (Optional) The configuration for replication. The
265-
configuration is detailed below.
265+
configuration is detailed below.
266266

267267
* `replica_names` - (Optional, Computed) List of replica names. Can be updated.
268268

0 commit comments

Comments
 (0)