Add VPC state.

This commit is contained in:
Steve Pulec 2014-10-12 21:51:12 -04:00
commit 68d2db55d4
3 changed files with 3 additions and 2 deletions

View file

@ -1280,6 +1280,7 @@ class VPC(TaggedEC2Resource):
self.id = vpc_id
self.cidr_block = cidr_block
self.dhcp_options = None
self.state = 'available'
@classmethod
def create_from_cloudformation_json(cls, resource_name, cloudformation_json):