diff --git a/Makefile b/Makefile
index a0f3ff25..3117aff2 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BIN_NAME=terraform-provider-instaclustr
-VERSION=2.0.134
+VERSION=2.0.135
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 ca1a3f5b..359a7f79 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.4`
- `5.0.0`
- `3.11.17`
- `3.11.16`
- `4.0.12`
+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Cassandra to run on the cluster. Available versions: - `4.1.5`
- `4.1.4`
- `5.0.0`
- `3.11.17`
- `4.0.13`
- `3.11.16`
- `4.0.12`
*___id___*
Type: string, read-only
ID of the cluster.
diff --git a/docs/resources/cassandra_cluster_v2.md b/docs/resources/cassandra_cluster_v2.md
index 2adf3376..a30e3cf8 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.4`
- `5.0.0`
- `3.11.17`
- `3.11.16`
- `4.0.12`
+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`
Version of Cassandra to run on the cluster. Available versions: - `4.1.5`
- `4.1.4`
- `5.0.0`
- `3.11.17`
- `4.0.13`
- `3.11.16`
- `4.0.12`
*___name___*
Type: string, required, immutable
Constraints: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`
Name of the cluster.