Fixed CF creation to trap imports of non-existent values

This commit is contained in:
Theodore Wong 2018-05-30 11:59:25 -07:00
commit da8bd545bf
4 changed files with 101 additions and 2 deletions

View file

@ -38,7 +38,7 @@ class FakeStack(BaseModel):
resource_status_reason="User Initiated")
self.description = self.template_dict.get('Description')
self.cross_stack_resources = cross_stack_resources or []
self.cross_stack_resources = cross_stack_resources or {}
self.resource_map = self._create_resource_map()
self.output_map = self._create_output_map()
self._add_stack_event("CREATE_COMPLETE")