Skip to content

Commit

Permalink
Adding postgres 17 (#2852)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdewinne authored Nov 22, 2024
1 parent 0667ed8 commit c145baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vendor/testing-cluster-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ This will create a postgres database, and return the `uri` which allows you to c
<th>Options</th>
<td>
<ul>
<li><strong>version (string):</strong> The Postgres version to create. Supported versions: 11, 12, 13, 14, 15, 16</li>
<li><strong>version (string):</strong> The Postgres version to create. Supported versions: 11, 12, 13, 14, 15, 16, 17</li>
<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>
<li><strong>disk (number):</strong>Disk Size (GiB) for the Postgres database (default 200)</li>
</ul>
Expand Down

0 comments on commit c145baa

Please sign in to comment.