Skip to content

Commit

Permalink
Merge pull request #438 from instaclustr/terraform-jenkins-branch-202…
Browse files Browse the repository at this point in the history
…4-06-13T102405Z

terraform-jenkins-branch-2024-06-13T102405Z
  • Loading branch information
admintfprovider authored Jun 13, 2024
2 parents 71ff745 + d8b6424 commit 2c40165
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
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.130
VERSION=2.0.131

FULL_BIN_NAME="${BIN_NAME}_v${VERSION}"
SHASUM_NAME="${BIN_NAME}_${VERSION}_SHA256SUMS"
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/kafka_user_v2_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: |-
---

# instaclustr_kafka_user_v2_instance (Data Source)
Deprecated. Use <a href="https://registry.terraform.io/providers/instaclustr/instaclustr/latest/docs/resources/kafka_user_v4"> instaclustr_kafka_user_v4</a> instead.

Definition of a Kafka User to be applied to a Kafka cluster.
## Example Usage
```
Expand Down
2 changes: 2 additions & 0 deletions docs/data-sources/kafka_user_v3_instance.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: |-
---

# instaclustr_kafka_user_v3_instance (Data Source)
Deprecated. Use <a href="https://registry.terraform.io/providers/instaclustr/instaclustr/latest/docs/resources/kafka_user_v4"> instaclustr_kafka_user_v4</a> instead.

Definition of a Kafka User to be applied to a Kafka cluster.
## Example Usage
```
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/kafka_user_v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: |-
---

# instaclustr_kafka_user_v2 (Resource)
Deprecated. Use <a href="https://registry.terraform.io/providers/instaclustr/instaclustr/latest/docs/resources/kafka_user_v4"> instaclustr_kafka_user_v4</a> instead.

Definition of a Kafka User to be applied to a Kafka cluster.
## Example Usage
```
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/kafka_user_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: |-
---

# instaclustr_kafka_user_v3 (Resource)
Deprecated. Use <a href="https://registry.terraform.io/providers/instaclustr/instaclustr/latest/docs/resources/kafka_user_v4"> instaclustr_kafka_user_v4</a> instead.

Definition of a Kafka User to be applied to a Kafka cluster.
## Example Usage
```
Expand Down

0 comments on commit 2c40165

Please sign in to comment.