Skip to content

Commit

Permalink
ci: fix bucket name policy
Browse files Browse the repository at this point in the history
  • Loading branch information
montoyaobeso committed Jun 3, 2024
1 parent 03a6022 commit 33c7e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Resources:
- AWSSecretsManagerGetSecretValuePolicy:
SecretArn: !Sub 'arn:aws:secretsmanager:${AWS::Region}:${AWS::AccountId}:secret:${SecretName}*'
- S3FullAccessPolicy:
BucketName: !Sub BucketName
BucketName: !Ref BucketName

Api:
Name: !Sub "${Project}-${Stage}-http-api"
Expand Down

0 comments on commit 33c7e8a

Please sign in to comment.