Skip to content

Commit d343ca5

Browse files
Update docs/integrations/data-ingestion/clickpipes/aws-privatelink.md
Co-authored-by: Kunal Gupta <[email protected]>
1 parent 9ee8161 commit d343ca5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/integrations/data-ingestion/clickpipes/aws-privatelink.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ You can create a Resource-Gateway from the [AWS console](https://docs.aws.amazon
5454

5555
```bash
5656
aws vpc-lattice create-resource-gateway \
57-
--vpc-identifier <VPC_ID> \
58-
--subnet-ids <SUBNET_IDS> \
59-
--security-group-ids <SG_IDs> \
60-
--name <RESOURCE_GATEWAY_NAME>
57+
--vpc-identifier <VPC_ID> \
58+
--subnet-ids <SUBNET_IDS> \
59+
--security-group-ids <SG_IDs> \
60+
--name <RESOURCE_GATEWAY_NAME>
6161
```
6262

6363
The output will contain a Resource-Gateway id, which you will need for the next step.

0 commit comments

Comments
 (0)