From d3af2f7a18f7c5c93990bcb37db95faf18585d5b Mon Sep 17 00:00:00 2001 From: jenkins Date: Thu, 19 Dec 2024 10:24:46 +0000 Subject: [PATCH] Committing changes from release-terraform-provider-auto-pr --- Makefile | 2 +- docs/data-sources/cassandra_cluster_v2_instance.md | 2 +- docs/data-sources/postgresql_cluster_v2_instance.md | 2 +- docs/resources/cassandra_cluster_v2.md | 2 +- docs/resources/postgresql_cluster_v2.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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:

+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Cassandra to run on the cluster. Available versions:

*___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:

+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Postgresql to run on the cluster. Available versions:

*___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:

+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Cassandra to run on the cluster. Available versions:

*___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:

+Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

Version of Postgresql to run on the cluster. Available versions:

*___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/).