another dot
parent
7e3ccf424f
commit
f20ae1c0d0
|
@ -364,7 +364,7 @@ CONTROLLER_0_INSTANCE_ID=$(aws ec2 run-instances \
|
||||||
--private-ip-address 10.240.0.20 \
|
--private-ip-address 10.240.0.20 \
|
||||||
--subnet-id ${SUBNET_ID} \
|
--subnet-id ${SUBNET_ID} \
|
||||||
--output text \
|
--output text \
|
||||||
--query '.Instances[].InstanceId')
|
--query 'Instances[].InstanceId')
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue