Skip to content

Commit c145baa

Browse files
authored
Adding postgres 17 (#2852)
1 parent 0667ed8 commit c145baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/vendor/testing-cluster-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ This will create a postgres database, and return the `uri` which allows you to c
109109
<th>Options</th>
110110
<td>
111111
<ul>
112-
<li><strong>version (string):</strong> The Postgres version to create. Supported versions: 11, 12, 13, 14, 15, 16</li>
112+
<li><strong>version (string):</strong> The Postgres version to create. Supported versions: 11, 12, 13, 14, 15, 16, 17</li>
113113
<li><strong>instance-type (string):</strong>The type of instance to use for the Postgres database (default "db.t3.micro"). Supported Instance Types: db.t3.micro, db.t3.small, db.t3.medium, db.t3.large, db.t3.xlarge, db.t3.2xlarge, db.m5d.large, db.m5d.xlarge, db.m5d.2xlarge</li>
114114
<li><strong>disk (number):</strong>Disk Size (GiB) for the Postgres database (default 200)</li>
115115
</ul>

0 commit comments

Comments
 (0)