Fix cloudformation NoValue parsing to not add attribute. Closes #870

This commit is contained in:
Steve Pulec 2017-03-16 21:19:53 -04:00
commit e3bff8b926
2 changed files with 6 additions and 1 deletions

View file

@ -382,6 +382,7 @@ def test_stack_elb_integration_with_update():
"Protocol": "HTTP",
}
],
"Policies": {"Ref" : "AWS::NoValue"},
}
},
},