Skip to content

Commit

Permalink
Merge pull request #487 from instaclustr/terraform-jenkins-branch-202…
Browse files Browse the repository at this point in the history
…4-12-19T102408Z

terraform-jenkins-branch-2024-12-19T102408Z
  • Loading branch information
admintfprovider authored Dec 19, 2024
2 parents b14307a + d3af2f7 commit 53cb09f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.176
VERSION=2.0.177

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/cassandra_cluster_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following terms are used to describe attributes in the schema of this data s
<br>Status of the cluster.<br><br>
*___cassandra_version___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Cassandra to run on the cluster. Available versions: <ul> <li>`4.1.7`</li> <li>`4.1.6`</li> <li>`5.0.2`</li> <li>`5.0.1`</li> <li>`3.11.17`</li> <li>`4.0.13`</li> <li>`4.0.14`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Cassandra to run on the cluster. Available versions: <ul> <li>`4.1.7`</li> <li>`4.1.6`</li> <li>`5.0.2`</li> <li>`3.11.17`</li> <li>`4.0.13`</li> <li>`4.0.14`</li> </ul><br><br>
*___id___*<br>
<ins>Type</ins>: string, read-only<br>
<br>ID of the cluster.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/postgresql_cluster_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The following terms are used to describe attributes in the schema of this data s
<ins>Constraints</ins>: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`<br><br>Name of the cluster.<br><br>
*___postgresql_version___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Postgresql to run on the cluster. Available versions: <ul> <li>`15.8.0`</li> <li>`16.4.0`</li> <li>`14.13.0`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Postgresql to run on the cluster. Available versions: <ul> <li>`15.8.0`</li> <li>`15.10.0`</li> <li>`16.6.0`</li> <li>`16.4.0`</li> <li>`14.13.0`</li> <li>`14.15.0`</li> </ul><br><br>
*___resize_settings___*<br>
<ins>Type</ins>: nested block, read-only, see [resize_settings](#nested--resize_settings) for nested schema<br>
<br>Settings to determine how resize requests will be performed for the cluster.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/cassandra_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The following terms are used to describe attributes in the schema of this resour
<br>Adds Apache Lucene to the Cassandra cluster.<br><br>
*___cassandra_version___*<br>
<ins>Type</ins>: string, required, immutable<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Cassandra to run on the cluster. Available versions: <ul> <li>`4.1.7`</li> <li>`4.1.6`</li> <li>`5.0.2`</li> <li>`5.0.1`</li> <li>`3.11.17`</li> <li>`4.0.13`</li> <li>`4.0.14`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Cassandra to run on the cluster. Available versions: <ul> <li>`4.1.7`</li> <li>`4.1.6`</li> <li>`5.0.2`</li> <li>`3.11.17`</li> <li>`4.0.13`</li> <li>`4.0.14`</li> </ul><br><br>
*___name___*<br>
<ins>Type</ins>: string, required, immutable<br>
<ins>Constraints</ins>: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`<br><br>Name of the cluster.<br><br>
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/postgresql_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ The following terms are used to describe attributes in the schema of this resour
<ins>Constraints</ins>: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`<br><br>Name of the cluster.<br><br>
*___postgresql_version___*<br>
<ins>Type</ins>: string, required, immutable<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Postgresql to run on the cluster. Available versions: <ul> <li>`15.8.0`</li> <li>`16.4.0`</li> <li>`14.13.0`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Postgresql to run on the cluster. Available versions: <ul> <li>`15.8.0`</li> <li>`15.10.0`</li> <li>`16.6.0`</li> <li>`16.4.0`</li> <li>`14.13.0`</li> <li>`14.15.0`</li> </ul><br><br>
*___private_network_cluster___*<br>
<ins>Type</ins>: boolean, required, immutable<br>
<br>Creates the cluster with private network only, see [Private Network Clusters](https://www.instaclustr.com/support/documentation/useful-information/private-network-clusters/).<br><br>
Expand Down

0 comments on commit 53cb09f

Please sign in to comment.