Skip to content

Commit c07c48b

Browse files
committed
docs: clean up beta indicators
1 parent 3ec789e commit c07c48b

File tree

5 files changed

+0
-32
lines changed

5 files changed

+0
-32
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Redpanda Terraform Provider
22

3-
![Beta Release](https://img.shields.io/badge/release-beta-red.svg)
4-
5-
> **Warning**: This is a beta release. The API is subject to change.
6-
73
The Redpanda Terraform Provider is a [Terraform](https://www.terraform.io/) plugin that allows you to create and manage
84
resources on [Redpanda Cloud](https://redpanda.com/redpanda-cloud).
95

docs/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: |-
66

77
# Redpanda Provider
88

9-
[Beta Release](https://img.shields.io/badge/release-beta-red.svg)
10-
119
The Redpanda provider is designed for managing Redpanda clusters and Kafka resources in Redpanda Dedicated and Cloud environments. It supports the provisioning, management, and configuration of clusters and Kafka resources, facilitating seamless integration into Terraform workflows.
1210

1311
<!-- schema generated by tfplugindocs -->

docs/resources/cluster.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,20 +1309,12 @@ variable "replication_factor" {
13091309

13101310
## BYOVPC
13111311

1312-
![Beta Release](https://img.shields.io/badge/release-beta-red.svg)
1313-
1314-
This feature is in beta and is still under development or awaiting fixes. It can be used at some risk.
1315-
13161312
This accepts a network and other elements created by the end user inside their cloud provider account (currently limited to AWS) and builds a Redpanda Cluster inside it.
13171313

13181314
There is [a module](https://github.com/redpanda-data/terraform-aws-redpanda-byovpc) provided for convenience of the end user here that handles the necessary setup. It contains outputs for the inputs the provider requires.
13191315

13201316
### AWS BYOVPC
13211317

1322-
![Beta Release](https://img.shields.io/badge/release-beta-red.svg)
1323-
1324-
This feature is in beta and is still under development or awaiting fixes. It can be used at some risk.
1325-
13261318
Has the same requirements as the AWS BYOC Cluster in addition to ARNs for numerous resources that the end user must create.
13271319

13281320
```terraform
@@ -1515,10 +1507,6 @@ variable "replication_factor" {
15151507

15161508
### GCP BYOVPC
15171509

1518-
![Beta Release](https://img.shields.io/badge/release-beta-red.svg)
1519-
1520-
This feature is in beta and is still under development or awaiting fixes. It can be used at some risk.
1521-
15221510
Has the same requirements as the GCP BYOC Cluster along with the additional requirement for numerous resources that the end user must create.
15231511

15241512
```terraform

templates/index.md.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: |-
66

77
# Redpanda Provider
88

9-
[Beta Release](https://img.shields.io/badge/release-beta-red.svg)
10-
119
The Redpanda provider is designed for managing Redpanda clusters and Kafka resources in Redpanda Dedicated and Cloud environments. It supports the provisioning, management, and configuration of clusters and Kafka resources, facilitating seamless integration into Terraform workflows.
1210

1311
{{ .SchemaMarkdown | trimspace }}

templates/resources/cluster.md.tmpl

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,30 +57,18 @@ The account [must have fairly wide ranging permissions](https://docs.redpanda.co
5757

5858
## BYOVPC
5959

60-
![Beta Release](https://img.shields.io/badge/release-beta-red.svg)
61-
62-
This feature is in beta and is still under development or awaiting fixes. It can be used at some risk.
63-
6460
This accepts a network and other elements created by the end user inside their cloud provider account (currently limited to AWS) and builds a Redpanda Cluster inside it.
6561

6662
There is [a module](https://github.com/redpanda-data/terraform-aws-redpanda-byovpc) provided for convenience of the end user here that handles the necessary setup. It contains outputs for the inputs the provider requires.
6763

6864
### AWS BYOVPC
6965

70-
![Beta Release](https://img.shields.io/badge/release-beta-red.svg)
71-
72-
This feature is in beta and is still under development or awaiting fixes. It can be used at some risk.
73-
7466
Has the same requirements as the AWS BYOC Cluster in addition to ARNs for numerous resources that the end user must create.
7567

7668
{{ tffile "examples/byovpc/aws/main.tf" }}
7769

7870
### GCP BYOVPC
7971

80-
![Beta Release](https://img.shields.io/badge/release-beta-red.svg)
81-
82-
This feature is in beta and is still under development or awaiting fixes. It can be used at some risk.
83-
8472
Has the same requirements as the GCP BYOC Cluster along with the additional requirement for numerous resources that the end user must create.
8573

8674
{{ tffile "examples/byovpc/gcp/main.tf" }}

0 commit comments

Comments
 (0)