Skip to content

Commit c0a18ce

Browse files
author
uid10804
committed
refactor(template): update config to use correct variable for jsonsls tag
1 parent a17760c commit c0a18ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/template/serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ provider:
2525
region: ${self:custom.region}
2626
stackName: ${self:custom.appconfig.stackName}
2727
stackTags: # Tags that will be added to each of the deployment resources
28-
jsonsls: ${self:custom.file.stackName}
28+
jsonsls: ${self:custom.appconfig.stackName}
2929
environment:
3030
s3Bucket: ${self:custom.file.s3Bucket}
3131
s3File: ${self:custom.file.s3File}

0 commit comments

Comments
 (0)