Add support for VPC attributes management, and fix a bug about the default - not default status of a VPC
This commit is contained in:
parent
076a6a7055
commit
52a5346c9e
5 changed files with 188 additions and 12 deletions
|
|
@ -79,7 +79,7 @@ DESCRIBE_SUBNETS_RESPONSE = """
|
|||
<cidrBlock>{{ subnet.cidr_block }}</cidrBlock>
|
||||
<availableIpAddressCount>251</availableIpAddressCount>
|
||||
<availabilityZone>{{ subnet.availability_zone }}</availabilityZone>
|
||||
<defaultForAz>{{ subnet.defaultForAz }}</defaultForAz>
|
||||
<defaultForAz>{{ subnet.default_for_az }}</defaultForAz>
|
||||
<mapPublicIpOnLaunch>{{ subnet.map_public_ip_on_launch }}</mapPublicIpOnLaunch>
|
||||
<tagSet>
|
||||
{% for tag in subnet.get_tags() %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue