From d3ccf8f4fe0553b6abf49c185afd305fdf4524ab Mon Sep 17 00:00:00 2001 From: Roman Zhukov Date: Thu, 19 Oct 2023 09:52:51 +0300 Subject: [PATCH] Add supported verions for mdb_postgresql_cluster --- website/docs/r/mdb_postgresql_cluster.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/r/mdb_postgresql_cluster.html.markdown b/website/docs/r/mdb_postgresql_cluster.html.markdown index cf70960c0..30a55181b 100644 --- a/website/docs/r/mdb_postgresql_cluster.html.markdown +++ b/website/docs/r/mdb_postgresql_cluster.html.markdown @@ -260,7 +260,7 @@ The `config` block supports: * `resources` - (Required) Resources allocated to hosts of the PostgreSQL cluster. The structure is documented below. -* `version` - (Required) Version of the PostgreSQL cluster. (allowed versions are: 10, 10-1c, 11, 11-1c, 12, 12-1c, 13, 13-1c, 14, 14-1c) +* `version` - (Required) Version of the PostgreSQL cluster. (allowed versions are: 10, 10-1c, 11, 11-1c, 12, 12-1c, 13, 13-1c, 14, 14-1c, 15, 15-1с, 16). * `access` - (Optional) Access policy to the PostgreSQL cluster. The structure is documented below.