Remove input for interconnect bandwidth (#4205) (#324)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2020-11-09 13:03:57 -08:00 committed by GitHub
parent c51074b7c2
commit a59dfcb196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'),