Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/get-started/pages/whats-new-cloud.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ The Redpanda Terraform provider (v2.1.0+) now supports enabling and managing Red

The Redpanda Terraform provider (v2.0.0+) now supports managing cluster secrets with the new `redpanda_secret` resource. The secret value is a write-only attribute, so Terraform never stores it in your state file, and scopes control which features can use the secret, such as Redpanda Connect pipelines. See xref:manage:terraform-provider.adoc#manage-cluster-secrets[Manage cluster secrets].

=== Terraform provider: Shadow link management

The Redpanda Terraform provider (v2.0.0+) now supports managing shadow links for disaster recovery on BYOC and Dedicated clusters with the new `redpanda_shadow_link` resource. Define the link between source and shadow clusters, client connection settings, and topic, consumer group, ACL, and Schema Registry synchronization options in code, with the source cluster password stored as a cluster secret rather than in your state file. See the link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/shadow_link[redpanda_shadow_link reference^] and xref:manage:disaster-recovery/shadowing/setup.adoc[Configure Shadowing].

=== Centralized egress for BYOC on GCP: beta

You can route all GCP BYOC cluster egress through your own GCP hub VPC and NAT VM instead of a per-cluster Cloud NAT, so outbound traffic exits through your centralized inspection point. This is useful for regulated environments that require a single, predictable public IP for outbound allowlisting or that prohibit per-cluster Cloud NAT. Centralized egress is in a glossterm:beta[] release and is enabled per organization. Contact your account team for access. See xref:networking:byoc/gcp/nat-free-egress.adoc[Configure Centralized Egress with GCP VPC Peering].
Expand Down
1 change: 1 addition & 0 deletions modules/manage/pages/terraform-provider.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ With the Redpanda Terraform provider, you can manage:
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/secret[Secrets^]
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/serverless_cluster[Serverless clusters^]
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/serverless_private_link[Serverless private links^]
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/shadow_link[Shadow links^]
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/topic[Topics^]
* link:https://registry.terraform.io/providers/redpanda-data/redpanda/latest/docs/resources/user[Users^]

Expand Down
Loading