Closed ghost closed 7 years ago
According to fixed issue https://github.com/aws/aws-cli/pull/2332 right way is
!GetAtt IAMStack.Outputs.DevelopersIamGroup
Where have you seen the comma? Any references to examples, documentation or code would be welcome
supported !GetAtt IAMStack.Outputs.DevelopersIamGroup
in 0.5.7
You are right, now it's working perfectly from the CLI using two dots.
I will keep an eye into AWSCLI Repo.
Many thanks.
Hi!
First, thanks again for you effort.
I attached an Image showing that when we are using 2 levels of Attributes with GetAtt.
This is an usual pattern, at least we think it is :), to retrieve outputs from nested stacks.
Like you can see in the image, after the ",", its not an space, its the only way it works.
Many thanks in advance.