Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive !Sub is not resolved correctly #42

Open
pkit opened this issue Jan 3, 2022 · 1 comment
Open

Recursive !Sub is not resolved correctly #42

pkit opened this issue Jan 3, 2022 · 1 comment

Comments

@pkit
Copy link

pkit commented Jan 3, 2022

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
@orr-levinger
Copy link

same for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants