cfn-flip-0.1.0.1: test/examples/get-att.json
{
"Resources": {
"Foo": {
"Properties": {
"Name": {"Fn::GetAtt": ["Bar", "Baz"]}
}
}
}
}
{
"Resources": {
"Foo": {
"Properties": {
"Name": {"Fn::GetAtt": ["Bar", "Baz"]}
}
}
}
}