added disk_size_gb to config for TestAccAzureRMManagedDisk_import

This commit is contained in:
Brandon Tosch 2017-03-28 11:30:20 -07:00
parent eb6f36fefb
commit fedb170ee1
1 changed files with 1 additions and 0 deletions

View File

@ -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"