Skip to content

Commit

Permalink
update code
Browse files Browse the repository at this point in the history
  • Loading branch information
sinbai committed Apr 20, 2023
1 parent d09b1f3 commit c039e94
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,13 +230,16 @@ resource "azurerm_storage_mover" "test" {
name = "acctest-ssm-%[1]d"
resource_group_name = azurerm_resource_group.test.name
location = azurerm_resource_group.test.location
depends_on = [
azurerm_linux_virtual_machine.test
]
}
data "azurerm_hybrid_compute_machine" "test" {
name = azurerm_linux_virtual_machine.test.name
resource_group_name = azurerm_resource_group.test.name
depends_on = [
azurerm_linux_virtual_machine.test, azurerm_storage_mover.test
azurerm_storage_mover.test
]
}
Expand Down
1 change: 1 addition & 0 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ github.com/hashicorp/go-azure-sdk/resource-manager/storage/2022-05-01/storageacc
github.com/hashicorp/go-azure-sdk/resource-manager/storage/2022-05-01/tableservice
github.com/hashicorp/go-azure-sdk/resource-manager/storage/2022-05-01/tableserviceproperties
github.com/hashicorp/go-azure-sdk/resource-manager/storagecache/2023-01-01/caches
github.com/hashicorp/go-azure-sdk/resource-manager/storagecache/2023-01-01/storagetargets
github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/agents
github.com/hashicorp/go-azure-sdk/resource-manager/storagemover/2023-03-01/storagemovers
github.com/hashicorp/go-azure-sdk/resource-manager/storagepool/2021-08-01/diskpools
Expand Down

0 comments on commit c039e94

Please sign in to comment.