mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
parent
c51074b7c2
commit
a59dfcb196
1 changed files with 1 additions and 1 deletions
|
@ -511,7 +511,7 @@ def response_to_hash(module, response):
|
|||
u'customerRouterIpAddress': response.get(u'customerRouterIpAddress'),
|
||||
u'interconnect': module.params.get('interconnect'),
|
||||
u'description': response.get(u'description'),
|
||||
u'bandwidth': module.params.get('bandwidth'),
|
||||
u'bandwidth': response.get(u'bandwidth'),
|
||||
u'edgeAvailabilityDomain': module.params.get('edge_availability_domain'),
|
||||
u'pairingKey': response.get(u'pairingKey'),
|
||||
u'partnerAsn': response.get(u'partnerAsn'),
|
||||
|
|
Loading…
Add table
Reference in a new issue