Skip to content

Commit b5827d4

Browse files
committed
fix formatting + "enable_redpanda_connect": false
1 parent a27b258 commit b5827d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/get-started/pages/cluster-types/byoc/aws/vpc-byo-aws.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,13 @@ You can update the example configuration to customize your setup:
5858

5959
- Enable PrivateLink (`"enable_private_link": true`).
6060
- Preserve cluster data when deleting the cluster (`"force_destroy_cloud_storage": false`).
61+
- Redpanda Connect is enabled by default. To disable Redpanda Connect, set `"enable_redpanda_connect": false` in the `tfvars` file, and remove the additional security groups and node instance profiles that are required for Redpanda Connect.
6162
- 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:
6263
+
6364
```json
6465
"condition_tags": {
6566
"redpanda-managed": "true"
6667
},
67-
- Redpanda Connect is enabled by default. To explicitly disable Redpanda Connect, set the following variable in the tfvars file: `"enable_redpanda_connect": true` and remove the additional security groups and node instance profiles that are required for Redpanda Connect.
6868
```
6969

7070
Example configuration:

0 commit comments

Comments
 (0)