Skip to content

Commit 860c296

Browse files
Jaime Salas ZancadaJaime Salas Zancada
authored andcommitted
fix typo
1 parent 651a548 commit 860c296

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

04-cloud/aws/09-elb/demos/01-setup/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,15 +97,15 @@ WEB_3B=$(aws ec2 create-subnet --vpc-id $VPC_ID \
9797
APP_3A=$(aws ec2 create-subnet --vpc-id $VPC_ID \
9898
--availability-zone eu-west-3a \
9999
--cidr-block 172.31.101.0/24 \
100-
--tag-specifications ResourceType=subnet,Tags='[{Key=Name,Value=app-3a}]'
100+
--tag-specifications ResourceType=subnet,Tags='[{Key=Name,Value=app-3a}]' \
101101
| jq -r '.Subnet."SubnetId"')
102102
```
103103

104104
```bash
105105
APP_3B=$(aws ec2 create-subnet --vpc-id $VPC_ID \
106106
--availability-zone eu-west-3b \
107107
--cidr-block 172.31.102.0/24 \
108-
--tag-specifications ResourceType=subnet,Tags='[{Key=Name,Value=app-3b}]'
108+
--tag-specifications ResourceType=subnet,Tags='[{Key=Name,Value=app-3b}]' \
109109
| jq -r '.Subnet."SubnetId"')
110110
```
111111

0 commit comments

Comments
 (0)