Skip to content

Commit 0a40b77

Browse files
authored
Merge pull request #3796 from adri/patch-1
Fix AWS Private Endpoint option value
2 parents 48255dc + 70b0c1e commit 0a40b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

knowledgebase/aws-privatelink-setup-for-clickpipes.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RDS instances that require endpoint services (OR you may have different listener
5555

5656
6. Disable "Enforce Security Group Inbound Rules on Private Link Traffic" on the NLB (if a security group is attached to the NLB)
5757
- Navigate to the NLB's settings and disable the "Enforce Security Group Inbound Rules on Private Link Traffic" setting if a security group is attached to the NLB.
58-
- If using Terraform, set the `enforce_security_group_inbound_rules_on_private_link_traffic` attribute to `false` for the NLB
58+
- If using Terraform, set the `enforce_security_group_inbound_rules_on_private_link_traffic` attribute to `off` for the NLB
5959
- This setting is **required** to allow traffic from the ClickPipes VPC to the NLB.
6060

6161
## Initiating connection {#initiating-connection}

0 commit comments

Comments
 (0)