Add DescribeRegions to CloudFormation (#1901)

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-31 18:26:30 +01:00 committed by GitHub
parent b5bb64d07a
commit bf6b969f0c
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",