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
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?
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
it seems that since the last update
Fn::ImportValue:
is replaced with!GetAtt
usingrain merge *.yaml
. Is that a known issue?See the attached yaml files
cloudformation.zip
The text was updated successfully, but these errors were encountered: