I'm using the following: ```yaml tags: &tags ManagedBy: Serverless Framework Service: ${self:service} Stage: ${sls:stage} Environment: ${sls:stage} stackTags: <<: *tags ``` I can not reuse the anchor with the bucket due to the current format.