diff --git a/Makefile b/Makefile
index 3ad856a1..fb6cb08f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BIN_NAME=terraform-provider-instaclustr
-VERSION=2.0.176
+VERSION=2.0.177
FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
diff --git a/docs/data-sources/cassandra_cluster_v2_instance.md b/docs/data-sources/cassandra_cluster_v2_instance.md
index 27baf05c..bcef9b38 100644
--- a/docs/data-sources/cassandra_cluster_v2_instance.md
+++ b/docs/data-sources/cassandra_cluster_v2_instance.md
@@ -39,7 +39,7 @@ The following terms are used to describe attributes in the schema of this data s
Status of the cluster.
*___cassandra_version___*
Type: string, read-only
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Cassandra to run on the cluster. Available versions:
- `4.1.7`
- `4.1.6`
- `5.0.2`
- `5.0.1`
- `3.11.17`
- `4.0.13`
- `4.0.14`
+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Cassandra to run on the cluster. Available versions: - `4.1.7`
- `4.1.6`
- `5.0.2`
- `3.11.17`
- `4.0.13`
- `4.0.14`
*___id___*
Type: string, read-only
ID of the cluster.
diff --git a/docs/data-sources/postgresql_cluster_v2_instance.md b/docs/data-sources/postgresql_cluster_v2_instance.md
index 9e96a99a..1cc22ff2 100644
--- a/docs/data-sources/postgresql_cluster_v2_instance.md
+++ b/docs/data-sources/postgresql_cluster_v2_instance.md
@@ -48,7 +48,7 @@ The following terms are used to describe attributes in the schema of this data s
Constraints: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`
Name of the cluster.
*___postgresql_version___*
Type: string, read-only
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Postgresql to run on the cluster. Available versions: - `15.8.0`
- `16.4.0`
- `14.13.0`
+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Postgresql to run on the cluster. Available versions: - `15.8.0`
- `15.10.0`
- `16.6.0`
- `16.4.0`
- `14.13.0`
- `14.15.0`
*___resize_settings___*
Type: nested block, read-only, see [resize_settings](#nested--resize_settings) for nested schema
Settings to determine how resize requests will be performed for the cluster.
diff --git a/docs/resources/cassandra_cluster_v2.md b/docs/resources/cassandra_cluster_v2.md
index e178d602..ae21aa1b 100644
--- a/docs/resources/cassandra_cluster_v2.md
+++ b/docs/resources/cassandra_cluster_v2.md
@@ -76,7 +76,7 @@ The following terms are used to describe attributes in the schema of this resour
Adds Apache Lucene to the Cassandra cluster.
*___cassandra_version___*
Type: string, required, immutable
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Cassandra to run on the cluster. Available versions: - `4.1.7`
- `4.1.6`
- `5.0.2`
- `5.0.1`
- `3.11.17`
- `4.0.13`
- `4.0.14`
+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Cassandra to run on the cluster. Available versions: - `4.1.7`
- `4.1.6`
- `5.0.2`
- `3.11.17`
- `4.0.13`
- `4.0.14`
*___name___*
Type: string, required, immutable
Constraints: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`
Name of the cluster.
diff --git a/docs/resources/postgresql_cluster_v2.md b/docs/resources/postgresql_cluster_v2.md
index b98a6da1..acfe0e33 100644
--- a/docs/resources/postgresql_cluster_v2.md
+++ b/docs/resources/postgresql_cluster_v2.md
@@ -55,7 +55,7 @@ The following terms are used to describe attributes in the schema of this resour
Constraints: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`
Name of the cluster.
*___postgresql_version___*
Type: string, required, immutable
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Postgresql to run on the cluster. Available versions: - `15.8.0`
- `16.4.0`
- `14.13.0`
+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Postgresql to run on the cluster. Available versions: - `15.8.0`
- `15.10.0`
- `16.6.0`
- `16.4.0`
- `14.13.0`
- `14.15.0`
*___private_network_cluster___*
Type: boolean, required, immutable
Creates the cluster with private network only, see [Private Network Clusters](https://www.instaclustr.com/support/documentation/useful-information/private-network-clusters/).