Support Associate Network ACL
add the new_association_id property to NetworkACL object so that the template render for replace adds the ID and the associate_network_acl receives a response
This commit is contained in:
parent
32dd72f6b7
commit
4b59c6b907
1 changed files with 1 additions and 0 deletions
|
|
@ -2597,6 +2597,7 @@ class NetworkAclAssociation(object):
|
||||||
subnet_id, network_acl_id):
|
subnet_id, network_acl_id):
|
||||||
self.ec2_backend = ec2_backend
|
self.ec2_backend = ec2_backend
|
||||||
self.id = new_association_id
|
self.id = new_association_id
|
||||||
|
self.new_association_id = new_association_id
|
||||||
self.subnet_id = subnet_id
|
self.subnet_id = subnet_id
|
||||||
self.network_acl_id = network_acl_id
|
self.network_acl_id = network_acl_id
|
||||||
super(NetworkAclAssociation, self).__init__()
|
super(NetworkAclAssociation, self).__init__()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue