Skip to content

Commit 6b55f63

Browse files
DOC-323 GA Terraform provider (#233)
* DOC-323 GA Terraform provider * Update whats-new-cloud.adoc * Apply suggestions from code review Co-authored-by: Michele Cyran <[email protected]> * Add BYOVPC to What's New * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Michele Cyran <[email protected]> * Update whats-new-cloud.adoc * Update terraform-provider.adoc --------- Co-authored-by: Michele Cyran <[email protected]>
1 parent cb3312e commit 6b55f63

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

modules/get-started/pages/cloud-overview.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ NOTE: The `rpk cloud` commands are not supported in Self-Managed deployments.
260260

261261
== Features in limited availability
262262

263-
Features in limited availability are production-ready and are covered by Redpanda Support for early adopters.
263+
Features in limited availability are production-ready and are covered by Redpanda Support for early adopters.
264264

265265
The following features are currently in limited availability in Redpanda Cloud:
266266

@@ -272,14 +272,14 @@ The following features are currently in limited availability in Redpanda Cloud:
272272

273273
== Features in beta
274274

275-
Features in beta are available for testing and feedback. They are not covered by Redpanda Support and should not be used in production environments.
275+
Features in beta are available for testing and feedback. They are not covered by Redpanda Support and should not be used in production environments.
276276

277277
The following features are currently in beta in Redpanda Cloud:
278278

279279
* Redpanda Connect on Serverless, and for BYOVPC on GCP and AWS
280-
* Redpanda Terraform provider
281280
* BYOVPC for AWS and Azure
282281
* Integration with Apache Iceberg
282+
283283
* Remote Read Replicas for AWS and GCP
284284

285285
== Next steps

modules/get-started/pages/whats-new-cloud.adoc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,18 @@
55
:page-toclevels: 1
66

77

8-
This page lists new features added in Redpanda Cloud.
8+
This page lists new features added to Redpanda Cloud.
99

1010
== May 2025
1111

1212
=== Support for additional region
1313

1414
xref:reference:tiers/byoc-tiers.adoc#byoc-supported-regions[BYOC clusters] on GCP now support the us-west2 (Los Angeles) region.
1515

16+
=== Redpanda Terraform provider: GA
17+
18+
The xref:manage:terraform-provider.adoc[Redpanda Terraform provider] is now generally available (GA). The provider lets you create and manage resources in Redpanda Cloud, such as clusters, topics, users, ACLs, networks, and resource groups.
19+
1620
== April 2025
1721

1822
=== Increased number of supported partitions
@@ -72,6 +76,10 @@ To get started, try the xref:manage:api/cloud-api-quickstart.adoc[Cloud API Quic
7276

7377
xref:reference:tiers/byoc-tiers.adoc#byoc-supported-regions[BYOC clusters] on GCP now support the europe-southwest1 (Madrid) region.
7478

79+
=== BYOVPC support in the Redpanda Terraform provider 0.14.0: Beta
80+
81+
The link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/cluster#byovpc[Redpanda Terraform provider] now supports BYOVPC clusters on AWS and GCP. You can use the provider to create and manage BYOVPC clusters in Redpanda Cloud.
82+
7583
== February 2025
7684

7785
=== Role-based access control (RBAC)

modules/manage/pages/terraform-provider.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
= Redpanda Terraform Provider
22
:description: Use the Redpanda Terraform provider to create and manage Redpanda Cloud resources.
3-
:page-beta: true
43

54
The https://registry.terraform.io/providers/redpanda-data/redpanda/latest[Redpanda Terraform provider^] allows you to manage your Redpanda Cloud infrastructure as code using https://www.terraform.io/[Terraform^]. Terraform is an infrastructure-as-code tool that enables you to define, automate, and version-control your infrastructure configurations.
65

@@ -91,7 +90,7 @@ output "cluster_api_url" {
9190

9291
The following functionality is supported in the Cloud API but not in the Redpanda Terraform provider:
9392

94-
* Creation or deletion of BYOVPC clusters
93+
* Creating or deleting BYOVPC clusters on Azure
9594
* Secrets
9695
* Kafka Connect
9796
* Redpanda Connect
@@ -116,7 +115,7 @@ terraform {
116115
required_providers {
117116
redpanda = {
118117
source = "redpanda-data/redpanda"
119-
version = "~> 0.10"
118+
version = "~> 1.0"
120119
}
121120
}
122121
}
@@ -171,7 +170,7 @@ terraform {
171170
required_providers {
172171
redpanda = {
173172
source = "redpanda-data/redpanda"
174-
version = "~> 0.10"
173+
version = "~> 1.0"
175174
}
176175
}
177176
}
@@ -264,7 +263,7 @@ terraform {
264263
required_providers {
265264
redpanda = {
266265
source = "redpanda-data/redpanda"
267-
version = "~> 0.10"
266+
version = "~> 1.0"
268267
}
269268
}
270269
}
@@ -362,7 +361,7 @@ terraform {
362361
required_providers {
363362
redpanda = {
364363
source = "redpanda-data/redpanda"
365-
version = "~> 0.10"
364+
version = "~> 1.0"
366365
}
367366
}
368367
}

0 commit comments

Comments
 (0)