Fix tabbing for iamRoleStatements

This commit is contained in:
Michael Standen 2017-09-29 07:37:38 +13:00 committed by GitHub
parent 9884dbe70b
commit 52bf02e634

View File

@ -55,13 +55,13 @@ provider:
key: value
iamRoleStatements: # IAM role statements so that services can be accessed in the AWS account
- Effect: 'Allow'
Action:
- 's3:ListBucket'
Resource:
Fn::Join:
- ''
- - 'arn:aws:s3:::'
- Ref: ServerlessDeploymentBucket
Action:
- 's3:ListBucket'
Resource:
Fn::Join:
- ''
- - 'arn:aws:s3:::'
- Ref: ServerlessDeploymentBucket
stackPolicy: # Optional CF stack policy. The example below allows updates to all resources except deleting/replacing EC2 instances (use with caution!)
- Effect: Allow
Principal: "*"