cfn-flip-0.1.0.1: test/examples/import_value.json
{
"Resources": {
"Foo": {
"Properties": {
"Name": {
"Fn::ImportValue": "networking-VpcId"
}
}
}
}
}
{
"Resources": {
"Foo": {
"Properties": {
"Name": {
"Fn::ImportValue": "networking-VpcId"
}
}
}
}
}