Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ You can update the example configuration to customize your setup:

- Enable PrivateLink (`"enable_private_link": true`).
- Preserve cluster data when deleting the cluster (`"force_destroy_cloud_storage": false`).
- Redpanda Connect is enabled by default. To disable Redpanda Connect, set `"enable_redpanda_connect": false` in the `byoc.auto.tfvars.json` file, and remove the additional security groups and node instance profiles that are required for Redpanda Connect.
- Use https://docs.aws.amazon.com/IAM/latest/UserGuide/access_iam-tags.html[condition tags^] to control resource modifications based on AWS tags. For example:
+
```json
Expand Down Expand Up @@ -87,7 +88,6 @@ cat > byoc.auto.tfvars.json <<EOF
"use2-az3"
],
"create_rpk_user": true,
"enable_redpanda_connect": true,
"enable_private_link": false,
"create_rpk_user": true,
"force_destroy_cloud_storage": true,
Expand Down