mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[cloud] Fix inconsistent case of Allocation_id in NAT Gateway outputs (#36058)
This commit is contained in:
@@ -684,7 +684,7 @@ def create(client, subnet_id, allocation_id, client_token=None,
|
||||
else:
|
||||
result = DRY_RUN_GATEWAYS[0]
|
||||
result['create_time'] = datetime.datetime.utcnow()
|
||||
result['nat_gateway_addresses'][0]['Allocation_id'] = allocation_id
|
||||
result['nat_gateway_addresses'][0]['allocation_id'] = allocation_id
|
||||
result['subnet_id'] = subnet_id
|
||||
|
||||
success = True
|
||||
|
||||
Reference in New Issue
Block a user