mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
added disk_size_gb to config for TestAccAzureRMManagedDisk_import
This commit is contained in:
parent
eb6f36fefb
commit
fedb170ee1
@ -259,6 +259,7 @@ resource "azurerm_managed_disk" "test" {
|
||||
storage_account_type = "Standard_LRS"
|
||||
create_option = "Import"
|
||||
source_uri = "${azurerm_storage_account.test.primary_blob_endpoint}${azurerm_storage_container.test.name}/myosdisk1.vhd"
|
||||
disk_size_gb = "45"
|
||||
|
||||
tags {
|
||||
environment = "acctest"
|
||||
|
Loading…
Reference in New Issue
Block a user