Add DescribeRegions to CloudFormation

I needed to add this to fix 

```
An error occurred (AccessDeniedException) when calling the GetRegions operation
```
This commit is contained in:
Antonio Carlos Ribeiro 2020-10-25 12:17:52 +01:00 committed by GitHub
parent 2821f28866
commit 20fed42c8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,6 +150,7 @@ Additional variables:
"Sid": "CloudFormationEC2Access",
"Effect": "Allow",
"Action": [
"ec2:DescribeRegions",
"ec2:CreateInternetGateway",
"ec2:DescribeVpcs",
"ec2:CreateVpc",