remove leading dot
parent
98cba351a0
commit
7e3ccf424f
|
@ -20,7 +20,7 @@ To make our Kubernetes control plane remotely accessible, a public IP address wi
|
||||||
VPC_ID=$(aws ec2 create-vpc \
|
VPC_ID=$(aws ec2 create-vpc \
|
||||||
--cidr-block 10.240.0.0/16 \
|
--cidr-block 10.240.0.0/16 \
|
||||||
--output text \
|
--output text \
|
||||||
--query '.Vpc.VpcId')
|
--query 'Vpc.VpcId')
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue