Remove error on launching WordPress_NoKey template
Receive error: ROR: Property error : WebServerSecurityGroup: SecurityGroupIngress SecurityGroupIngress: 0 0: FromPort Value must be a string quote the values instead Change-Id: I96c3dfb850105219c144be293f93e010f271c5e2
This commit is contained in:
parent
b939ea90f0
commit
ff8e83afa2
@ -42,16 +42,16 @@ Resources:
|
||||
GroupDescription: 'Enable HTTP access via port 80 plus SSH access'
|
||||
SecurityGroupIngress:
|
||||
- IpProtocol: icmp
|
||||
FromPort: -1
|
||||
ToPort: -1
|
||||
FromPort: '-1'
|
||||
ToPort: '-1'
|
||||
CidrIp: 0.0.0.0/0
|
||||
- IpProtocol: tcp
|
||||
FromPort: 80
|
||||
ToPort: 80
|
||||
FromPort: '80'
|
||||
ToPort: '80'
|
||||
CidrIp: 0.0.0.0/0
|
||||
- IpProtocol: tcp
|
||||
FromPort: 22
|
||||
ToPort : 22
|
||||
FromPort: '22'
|
||||
ToPort : '22'
|
||||
CidrIp : 0.0.0.0/0
|
||||
WikiDatabase:
|
||||
Type: AWS::EC2::Instance
|
||||
|
Loading…
Reference in New Issue
Block a user