Skip to content

Commit

Permalink
chore: equinix_metal_vlan plugin sdk v2 to framework migration (#578)
Browse files Browse the repository at this point in the history
Part of #612

---------

Signed-off-by: Ayush Rangwala <[email protected]>
Signed-off-by: Charles Treatman <[email protected]>
Co-authored-by: Charles Treatman <[email protected]>
  • Loading branch information
aayushrangwala and ctreatma authored Mar 19, 2024
1 parent e6d1b41 commit e86dd8a
Show file tree
Hide file tree
Showing 16 changed files with 995 additions and 554 deletions.
159 changes: 0 additions & 159 deletions equinix/data_source_metal_vlan.go

This file was deleted.

2 changes: 0 additions & 2 deletions equinix/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func Provider() *schema.Provider {
"equinix_metal_reserved_ip_block": dataSourceMetalReservedIPBlock(),
"equinix_metal_spot_market_request": dataSourceMetalSpotMarketRequest(),
"equinix_metal_virtual_circuit": dataSourceMetalVirtualCircuit(),
"equinix_metal_vlan": dataSourceMetalVlan(),
"equinix_metal_vrf": vrf.DataSource(),
},
ResourcesMap: map[string]*schema.Resource{
Expand Down Expand Up @@ -138,7 +137,6 @@ func Provider() *schema.Provider {
"equinix_metal_reserved_ip_block": resourceMetalReservedIPBlock(),
"equinix_metal_ip_attachment": resourceMetalIPAttachment(),
"equinix_metal_spot_market_request": resourceMetalSpotMarketRequest(),
"equinix_metal_vlan": resourceMetalVlan(),
"equinix_metal_virtual_circuit": resourceMetalVirtualCircuit(),
"equinix_metal_vrf": vrf.Resource(),
"equinix_metal_bgp_session": resourceMetalBGPSession(),
Expand Down
176 changes: 0 additions & 176 deletions equinix/resource_metal_vlan.go

This file was deleted.

Loading

0 comments on commit e86dd8a

Please sign in to comment.