Skip to content

Commit 5a5cf03

Browse files
author
Bob Strahan
committed
fix arn sub error
1 parent 60c285e commit 5a5cf03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4370,8 +4370,8 @@ Resources:
43704370
Action:
43714371
- s3:PutObject
43724372
Resource:
4373-
- 'arn:${AWS::Partition}:s3:::cloudformation-custom-resource-response-*'
4374-
- 'arn:${AWS::Partition}:s3:::cloudformation-custom-resource-response-*/*'
4373+
- !Sub 'arn:${AWS::Partition}:s3:::cloudformation-custom-resource-response-*'
4374+
- !Sub 'arn:${AWS::Partition}:s3:::cloudformation-custom-resource-response-*/*'
43754375

43764376
CreateA2IResourcesLambda:
43774377
Type: AWS::Serverless::Function

0 commit comments

Comments
 (0)