Skip to content

Commit

Permalink
Merge pull request #465 from instaclustr/terraform-jenkins-branch-202…
Browse files Browse the repository at this point in the history
…4-10-08T102407Z

terraform-jenkins-branch-2024-10-08T102407Z
  • Loading branch information
admintfprovider authored Oct 8, 2024
2 parents 953ba85 + ca6728c commit fa4d6f0
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN_NAME=terraform-provider-instaclustr

VERSION=2.0.155
VERSION=2.0.156

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/clickhouse_cluster_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Defines information about the S3 bucket to be used for remote storage.<br>
### Read-only attributes
*___prefix___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `^[a-zA-Z\d\-_]{1,100}$`<br><br>By default data in the S3 bucket will be stored in a folder named after the cluster's ID. If a prefix is provided, data will be stored in `<prefix>/<cluster_id>` instead<br><br>
<ins>Constraints</ins>: pattern: `^[a-zA-Z\d\-_]{0,100}$`<br><br>By default data in the S3 bucket will be stored in a folder named after the cluster's ID. If a prefix is provided, data will be stored in `<prefix>/<cluster_id>` instead<br><br>
*___s3_bucket_name___*<br>
<ins>Type</ins>: string, read-only<br>
<br>S3 bucket name for ClickHouse remote storage<br><br>
Expand Down
6 changes: 3 additions & 3 deletions docs/data-sources/opensearch_cluster_v2_instance.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/resources/clickhouse_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ Defines information about the S3 bucket to be used for remote storage.<br>
### Input attributes - Optional
*___prefix___*<br>
<ins>Type</ins>: string, optional, immutable<br>
<ins>Constraints</ins>: pattern: `^[a-zA-Z\d\-_]{1,100}$`<br><br>By default data in the S3 bucket will be stored in a folder named after the cluster's ID. If a prefix is provided, data will be stored in `<prefix>/<cluster_id>` instead<br><br>
<ins>Constraints</ins>: pattern: `^[a-zA-Z\d\-_]{0,100}$`<br><br>By default data in the S3 bucket will be stored in a folder named after the cluster's ID. If a prefix is provided, data will be stored in `<prefix>/<cluster_id>` instead<br><br>
<a id="nested--tiered_storage"></a>
## Nested schema for `tiered_storage`
Enable Tiered Storage for ClickHouse<br>
Expand Down
6 changes: 3 additions & 3 deletions docs/resources/opensearch_cluster_v2.md

Large diffs are not rendered by default.

0 comments on commit fa4d6f0

Please sign in to comment.