Fix merge conflicts and add EC2 Instance delete. Closes #576.
This commit is contained in:
parent
0b24c6be57
commit
a600deb96a
12 changed files with 461 additions and 50 deletions
|
|
@ -137,7 +137,7 @@ class Queue(object):
|
|||
)
|
||||
|
||||
@classmethod
|
||||
def update_from_cloudformation_json(cls, resource_name, cloudformation_json, region_name):
|
||||
def update_from_cloudformation_json(cls, original_resource, new_resource_name, cloudformation_json, region_name):
|
||||
properties = cloudformation_json['Properties']
|
||||
queue_name = properties['QueueName']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue