Missing indentation for Fn::Join params

Similar fix per https://github.com/serverless/serverless/pull/2874
This commit is contained in:
Glenn Roberts 2016-12-22 17:06:24 +10:00 committed by GitHub
parent 96117bf6fb
commit efca7ff6da

View File

@ -47,7 +47,7 @@ provider:
Fn::Join:
- ''
- - 'arn:aws:s3:::'
- Ref: ServerlessDeploymentBucket
- 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: "*"