mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Fix tabbing for iamRoleStatements
This commit is contained in:
parent
9884dbe70b
commit
52bf02e634
@ -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: "*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user