You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Tell us about the bug
What goes wrong? Please describe the issue in as much detail as possible.
When a nested stack is referencing a parameter that is passed from the root/parent stack as intrinsic functions, a similar error Usage of {{IntrinsicFunction:stack_name//Fn::ImportValue}} is not allowed. Usage of {{IntrinsicFunction:stack_name/logical_idFn::GetAtt}} is not allowed.
is occurring
Expected behavior
Change set to be successfully create
Observed behavior
Change set failure with the error
Test cases
Please include a minimal CloudFormation template here that reproduces the issue
I am also seeing this behavior. I believe that the use of Transform: 'AWS::LanguageExtensions' is correlated with the error.
Like you, I have a nested stack whose input parameters are the result of intrinsic functions in the parent stack. I am also using Transform: 'AWS::LanguageExtensions' in order to add Fn::ForEach to a previously-working nested template. Merely adding Transform: 'AWS::LanguageExtensions' to this previously-working nested template causes the illegal usage error described above.
Community Note
Tell us about the bug
What goes wrong? Please describe the issue in as much detail as possible.
When a nested stack is referencing a parameter that is passed from the root/parent stack as intrinsic functions, a similar error
Usage of {{IntrinsicFunction:stack_name//Fn::ImportValue}} is not allowed.
Usage of {{IntrinsicFunction:stack_name/logical_idFn::GetAtt}} is not allowed.
is occurring
Expected behavior
Change set to be successfully create
Observed behavior
Change set failure with the error
Test cases
Please include a minimal CloudFormation template here that reproduces the issue
Create a stack with simple S3 bucket
root.yml
Create change set with a nested stack like below -
root.yml
nested.yml
Additional context
Anything else we should know?
The text was updated successfully, but these errors were encountered: