From fd34742335631d3dedd54e9fea35ebf5582c8263 Mon Sep 17 00:00:00 2001 From: jenkins Date: Tue, 10 Dec 2024 10:24:53 +0000 Subject: [PATCH] Committing changes from release-terraform-provider-auto-pr --- Makefile | 2 +- docs/data-sources/clickhouse_cluster_v2_instance.md | 2 +- docs/resources/clickhouse_cluster_v2.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 39439b76..73f176c2 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN_NAME=terraform-provider-instaclustr -VERSION=2.0.173 +VERSION=2.0.174 FULL_BIN_NAME="${BIN_NAME}_v${VERSION}" SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS" diff --git a/docs/data-sources/clickhouse_cluster_v2_instance.md b/docs/data-sources/clickhouse_cluster_v2_instance.md index 4c6a398d..a2ca131e 100644 --- a/docs/data-sources/clickhouse_cluster_v2_instance.md +++ b/docs/data-sources/clickhouse_cluster_v2_instance.md @@ -33,7 +33,7 @@ The following terms are used to describe attributes in the schema of this data s
Status of the cluster.

*___clickhouse_version___*
Type: string, read-only
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

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

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

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

*___id___*
Type: string, read-only

ID of the cluster.

diff --git a/docs/resources/clickhouse_cluster_v2.md b/docs/resources/clickhouse_cluster_v2.md index 63c72265..412dfb6c 100644 --- a/docs/resources/clickhouse_cluster_v2.md +++ b/docs/resources/clickhouse_cluster_v2.md @@ -56,7 +56,7 @@ The following terms are used to describe attributes in the schema of this resour Constraints: allowed values: [ `PRODUCTION`, `NON_PRODUCTION` ]

SLA Tier of the cluster. Non-production clusters may receive lower priority support and reduced SLAs. Production tier is not available when using Developer class nodes. See [SLA Tier](https://www.instaclustr.com/support/documentation/useful-information/sla-tier/) for more information.

*___clickhouse_version___*
Type: string, required, immutable
-Constraints: pattern: `[0-9]+\.[0-9]+\.[0-9]+`

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

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

Version of ClickHouse 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.