Skip to content

Commit 2c21168

Browse files
Merge pull request circleci#5762 from circleci/server/3.2-install-restructure
small typo
2 parents fbf4637 + 5fc82f2 commit 2c21168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jekyll/_cci2/server-3-install-build-services.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ This will return something similar to the following:
8787
...
8888
}
8989
+
90-
Then, using the VPCID you just found, run the following command to get the CIDR Block for your cluster. For AWS, the DNS Server is the third IP in your CIDR block (`serviceIpv4Cidr`), for example your CIDR block might be `10.100.0.0/16` so the third IP would be `10.100.0.2`.
90+
Then, using the VPCID you just found, run the following command to get the CIDR Block for your cluster. For AWS, the DNS Server is the third IP in your CIDR block (`CidrBlock`), for example your CIDR block might be `10.100.0.0/16` so the third IP would be `10.100.0.2`.
9191
+
9292
```bash
9393
aws ec2 describe-vpcs --filters Name=vpc-id,Values=<YOUR_VPCID>

0 commit comments

Comments
 (0)