mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Missing indentation for Fn::Join params
Similar fix per https://github.com/serverless/serverless/pull/2874
This commit is contained in:
parent
96117bf6fb
commit
efca7ff6da
@ -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: "*"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user