-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update metal ip resources to retrieve metro from facility if metro is null #265
Conversation
…null and update docs. Fix #243
Codecov ReportBase: 60.23% // Head: 60.04% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #265 +/- ##
==========================================
- Coverage 60.23% 60.04% -0.20%
==========================================
Files 74 74
Lines 12745 12758 +13
==========================================
- Hits 7677 7660 -17
- Misses 4769 4794 +25
- Partials 299 304 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
update metal ip resources to retrieve metro from facility if metro is null
equinix_metal_reserved_ip_block
:Public IPv4 blocks auto-assigned (management subnets) to a device cannot be retrieved. This PR updates failing test and improve documentation.
equinix_metal_reserved_ip_block
,equinix_metal_ip_block_ranges
:metro
is nil for some IP blocks. For those casesmetro
will be retrieved from thefacilitiy
Fix #243