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

ImportValue replaced by !GetAtt #583

Open
s-schneider opened this issue Nov 7, 2024 · 3 comments
Open

ImportValue replaced by !GetAtt #583

s-schneider opened this issue Nov 7, 2024 · 3 comments

Comments

@s-schneider
Copy link

it seems that since the last update Fn::ImportValue: is replaced with !GetAtt using rain merge *.yaml. Is that a known issue?

See the attached yaml files
cloudformation.zip

@ericzbeard
Copy link
Contributor

That was on purpose, since if you're merging templates, there's no point in importing a value that's now in the same template. Is this a breaking change for you?

@s-schneider
Copy link
Author

In our case it is breaking, because we are first merging the templates and importing that value on deploy from another stack on aws, outside the templates

@ericzbeard
Copy link
Contributor

I'm not sure I understand. Exported names are unique, so how would you have the export in this merged template and also in another one?

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

No branches or pull requests

2 participants