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

This commit is contained in:
Ryan Brown 2018-06-19 16:29:56 -04:00 committed by Sloane Hertel
parent 22f1b71be0
commit a01a17c772

View file

@ -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):
params = dict()
for entry in entries:
params = entry
params['NetworkAclId'] = nacl_id