equinix / terraform-provider-metal

DEPRECATED Equinix Metal standalone TF provider. Use the unified Equinix Terraform Provider.
https://registry.terraform.io/providers/equinix/equinix/latest/docs/guides/migration_guide_equinix_metal
Mozilla Public License 2.0
14 stars 11 forks source link

Fix gateway and vc delete waiting #238

Closed ocobles closed 2 years ago

ocobles commented 2 years ago

sync https://github.com/equinix/terraform-provider-equinix/pull/138

codecov-commenter commented 2 years ago

Codecov Report

Merging #238 (3f9fde6) into main (105e9c0) will increase coverage by 8.01%. The diff coverage is 89.28%.

@@            Coverage Diff             @@
##             main     #238      +/-   ##
==========================================
+ Coverage   69.06%   77.08%   +8.01%     
==========================================
  Files          51       51              
  Lines        6891     6946      +55     
==========================================
+ Hits         4759     5354     +595     
+ Misses       1957     1359     -598     
- Partials      175      233      +58     
Impacted Files Coverage Δ
metal/resource_metal_virtual_circuit.go 76.45% <66.66%> (-0.83%) :arrow_down:
metal/resource_metal_gateway.go 83.82% <84.00%> (+0.03%) :arrow_up:
metal/datasource_metal_virtual_circuit.go 95.28% <96.00%> (+27.33%) :arrow_up:
metal/config.go 50.94% <0.00%> (-7.55%) :arrow_down:
metal/resource_metal_reserved_ip_block.go 82.67% <0.00%> (+2.09%) :arrow_up:
metal/resource_metal_spot_market_request.go 57.85% <0.00%> (+2.29%) :arrow_up:
metal/helpers_device.go 82.63% <0.00%> (+2.63%) :arrow_up:
metal/datasource_metal_spot_market_request.go 89.69% <0.00%> (+4.12%) :arrow_up:
metal/resource_metal_device.go 59.15% <0.00%> (+5.16%) :arrow_up:
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update dbda636...3f9fde6. Read the comment docs.