Skip to content

Commit

Permalink
Merge pull request #5288 from terraform-providers/b/relocating-resources
Browse files Browse the repository at this point in the history
d/virtual_machine -> compute
  • Loading branch information
tombuildsstuff authored Jan 2, 2020
2 parents 5f51d7d + 057843a commit 0f5dc58
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package network
package compute

import (
"fmt"
Expand Down
1 change: 1 addition & 0 deletions azurerm/internal/services/compute/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ func (r Registration) SupportedDataSources() map[string]*schema.Resource {
"azurerm_shared_image_version": dataSourceArmSharedImageVersion(),
"azurerm_shared_image": dataSourceArmSharedImage(),
"azurerm_snapshot": dataSourceArmSnapshot(),
"azurerm_virtual_machine": dataSourceArmVirtualMachine(),
}
}

Expand Down
1 change: 0 additions & 1 deletion azurerm/internal/services/network/registration.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ func (r Registration) SupportedDataSources() map[string]*schema.Resource {
"azurerm_route_table": dataSourceArmRouteTable(),
"azurerm_subnet": dataSourceArmSubnet(),
"azurerm_virtual_hub": dataSourceArmVirtualHub(),
"azurerm_virtual_machine": dataSourceArmVirtualMachine(),
"azurerm_virtual_network_gateway": dataSourceArmVirtualNetworkGateway(),
"azurerm_virtual_network_gateway_connection": dataSourceArmVirtualNetworkGatewayConnection(),
"azurerm_virtual_network": dataSourceArmVirtualNetwork(),
Expand Down

0 comments on commit 0f5dc58

Please sign in to comment.