Skip to content

Commit

Permalink
Merge pull request #417 from instaclustr/terraform-jenkins-branch-202…
Browse files Browse the repository at this point in the history
…4-05-07T044110Z

terraform-jenkins-branch-2024-05-07T044110Z
  • Loading branch information
admintfprovider authored May 7, 2024
2 parents a491b12 + eb137bd commit 3bb5d86
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 19 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BIN_NAME=terraform-provider-instaclustr

VERSION=2.0.110
VERSION=2.0.111

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down Expand Up @@ -49,4 +49,4 @@ local-gen-docs:
IC_API_URL=http://localhost:8090 ./scripts/instaclustr-terraform-registry-documentation-update.sh

gen-docs:
./scripts/instaclustr-terraform-registry-documentation-update.sh
./scripts/instaclustr-terraform-registry-documentation-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ The following terms are used to describe attributes in the schema of this data s
<br>The status of the AWS security group firewall rule.<br><br>
*___deferred_reason___*<br>
<ins>Type</ins>: string, read-only<br>
<br>The reason (if needed) for the deferred status of the AWS security group firewall rule.<br><br>
<br>The reason (if needed) for the deferred status of the AWS security group firewall rule<br><br>
*___id___*<br>
<ins>Type</ins>: string (uuid), read-only<br>
<br>ID of the AWS security group firewall rule.<br><br>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following terms are used to describe attributes in the schema of this data s
<br>The status of the AWS security group firewall rule.<br><br>
*___deferred_reason___*<br>
<ins>Type</ins>: string, read-only<br>
<br>The reason (if needed) for the deferred status of the AWS security group firewall rule.<br><br>
<br>The reason (if needed) for the deferred status of the AWS security group firewall rule<br><br>
*___id___*<br>
<ins>Type</ins>: string (uuid), read-only<br>
<br>ID of the AWS security group firewall rule.<br><br>
Expand Down
4 changes: 2 additions & 2 deletions docs/data-sources/cassandra_cluster_v2_instance.md

Large diffs are not rendered by default.

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/data-sources/postgresql_cluster_v2_instance.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/data-sources/redis_cluster_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The following terms are used to describe attributes in the schema of this data s
<br>Status of the cluster.<br><br>
*___redis_version___*<br>
<ins>Type</ins>: string, read-only<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Redis to run on the cluster. Available versions: <ul> <li>`7.0.14`</li> <li>`6.2.14`</li> <li>`7.2.4`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Redis to run on the cluster. Available versions: <ul> <li>`6.2.14`</li> <li>`7.2.4`</li> <li>`7.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/resources/aws_security_group_firewall_rule_v2.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 resour
<br>The status of the AWS security group firewall rule.<br><br>
*___deferred_reason___*<br>
<ins>Type</ins>: string, read-only<br>
<br>The reason (if needed) for the deferred status of the AWS security group firewall rule.<br><br>
<br>The reason (if needed) for the deferred status of the AWS security group firewall rule<br><br>
*___id___*<br>
<ins>Type</ins>: string (uuid), read-only<br>
<br>ID of the AWS security group firewall rule.<br><br>
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/cassandra_cluster_v2.md

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docs/resources/opensearch_cluster_v2.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/resources/postgresql_cluster_v2.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/resources/redis_cluster_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The following terms are used to describe attributes in the schema of this resour
<ins>Constraints</ins>: allowed values: [ `PRODUCTION`, `NON_PRODUCTION` ]<br><br>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.<br><br>
*___redis_version___*<br>
<ins>Type</ins>: string, required, immutable<br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Redis to run on the cluster. Available versions: <ul> <li>`7.0.14`</li> <li>`6.2.14`</li> <li>`7.2.4`</li> </ul><br><br>
<ins>Constraints</ins>: pattern: `[0-9]+\.[0-9]+\.[0-9]+`<br><br>Version of Redis to run on the cluster. Available versions: <ul> <li>`6.2.14`</li> <li>`7.2.4`</li> <li>`7.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

0 comments on commit 3bb5d86

Please sign in to comment.