Skip to content

Commit a6d75b2

Browse files
author
jenkins
committed
Committing changes from release-terraform-provider-auto-pr
1 parent d721097 commit a6d75b2

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BIN_NAME=terraform-provider-instaclustr
22

3-
VERSION=2.1.7
3+
VERSION=2.1.8
44

55
FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
66
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"

docs/data-sources/cassandra_cluster_v2_instance.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/data-sources/postgresql_cluster_v2_instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The following terms are used to describe attributes in the schema of this data s
4848
<ins>Constraints</ins>: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`<br><br>Name of the cluster.<br><br>
4949
*___postgresql_version___*<br>
5050
<ins>Type</ins>: string, read-only<br>
51-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Postgresql to run on the cluster. Available versions: <ul> <li>`16.9.0`</li> <li>`15.13.0`</li> <li>`15.12.0`</li> <li>`16.8.0`</li> <li>`16.6.0`</li> <li>`17.5.0`</li> </ul><br><br>
51+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Postgresql to run on the cluster. Available versions: <ul> <li>`16.9.0`</li> <li>`15.13.0`</li> <li>`17.5.0`</li> </ul><br><br>
5252
*___resize_settings___*<br>
5353
<ins>Type</ins>: nested block, read-only, see [resize_settings](#nested--resize_settings) for nested schema<br>
5454
<br>Settings to determine how resize requests will be performed for the cluster.<br><br>

docs/resources/cassandra_cluster_v2.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/resources/postgresql_cluster_v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following terms are used to describe attributes in the schema of this resour
5656
<ins>Constraints</ins>: pattern: `[a-zA-Z0-9][a-zA-Z0-9_-]*`<br><br>Name of the cluster.<br><br>
5757
*___postgresql_version___*<br>
5858
<ins>Type</ins>: string, required, immutable<br>
59-
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Postgresql to run on the cluster. Available versions: <ul> <li>`16.9.0`</li> <li>`15.13.0`</li> <li>`15.12.0`</li> <li>`16.8.0`</li> <li>`16.6.0`</li> <li>`17.5.0`</li> </ul><br><br>
59+
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Postgresql to run on the cluster. Available versions: <ul> <li>`16.9.0`</li> <li>`15.13.0`</li> <li>`17.5.0`</li> </ul><br><br>
6060
*___private_network_cluster___*<br>
6161
<ins>Type</ins>: boolean, required, immutable<br>
6262
<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>

0 commit comments

Comments
 (0)