[aws] Remove extra variable definition in ec2_vpc_nacl module (#41707)

pull/23200/merge
Ryan Brown 6 years ago committed by Sloane Hertel
parent 22f1b71be0
commit a01a17c772

@ -508,7 +508,6 @@ def replace_network_acl_association(nacl_id, subnets, client, module):
def replace_network_acl_entry(entries, Egress, nacl_id, client, module): def replace_network_acl_entry(entries, Egress, nacl_id, client, module):
params = dict()
for entry in entries: for entry in entries:
params = entry params = entry
params['NetworkAclId'] = nacl_id params['NetworkAclId'] = nacl_id

Loading…
Cancel
Save