fixed indentation

This commit is contained in:
Sebastian Rieger 2019-07-03 00:27:43 +02:00
parent 170399c54f
commit c8d9d98acc

View File

@ -85,18 +85,18 @@ try:
'FromPort': 22,
'ToPort': 22,
'IpRanges': [{'CidrIp': '0.0.0.0/0'}]},
{'IpProtocol': 'tcp',
{'IpProtocol': 'tcp',
'FromPort': 80,
'ToPort': 80,
'IpRanges': [{'CidrIp': '0.0.0.0/0'}]},
{'IpProtocol': 'tcp',
{'IpProtocol': 'tcp',
'FromPort': 443,
'ToPort': 443,
'IpRanges': [{'CidrIp': '0.0.0.0/0'}]}
])
print('Ingress Successfully Set %s' % data)
print('Ingress Successfully Set %s' % data)
except ClientError as e:
print(e)
print(e)
print("Running new DB instance...")
print("------------------------------------")