Skip to content

Commit

Permalink
Committing changes from release-terraform-provider-auto-pr
Browse files Browse the repository at this point in the history
  • Loading branch information
jenkins committed Jun 13, 2024
1 parent 71ff745 commit d8b6424
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 d8b6424

Please sign in to comment.