Skip to content

Recursive !Sub is not resolved correctly #42

@pkit

Description

@pkit

I.e:

provider:
  environment:
    DATA_API_RESOURCE_ARN: !Sub arn:aws:rds:${AWS::Region}:${AWS::AccountId}:cluster:${DBCluster}

will be resolved to (in the .env file):

DATA_API_RESOURCE_ARN=arn:aws:rds:${AWS::Region}:${AWS::AccountId}:cluster:${DBCluster}

expected to resolve to:

DATA_API_RESOURCE_ARN=arn:aws:rds:us-east-1:123456789011:cluster:stack-name-stage-dbcluster-SG455Y33

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions