Fix cloudformation NoValue parsing to not add attribute. Closes #870
This commit is contained in:
parent
042524fe80
commit
e3bff8b926
2 changed files with 6 additions and 1 deletions
|
|
@ -382,6 +382,7 @@ def test_stack_elb_integration_with_update():
|
|||
"Protocol": "HTTP",
|
||||
}
|
||||
],
|
||||
"Policies": {"Ref" : "AWS::NoValue"},
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue