Skip to content

Commit

Permalink
Fixing the broken image test
Browse files Browse the repository at this point in the history
```
$ acctests azurerm TestAccAzureRMImage_customImageVMFromVHD
=== RUN   TestAccAzureRMImage_customImageVMFromVHD
--- PASS: TestAccAzureRMImage_customImageVMFromVHD (860.22s)
PASS
ok  	github.com/terraform-providers/terraform-provider-azurerm/azurerm	860.253s
```
  • Loading branch information
tombuildsstuff committed Jan 23, 2018
1 parent 9419979 commit dee0f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurerm/resource_arm_image_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ resource "azurerm_virtual_machine" "testsource" {
vhd_uri = "${azurerm_storage_account.test.primary_blob_endpoint}${azurerm_storage_container.test.name}/myosdisk1.vhd"
caching = "ReadWrite"
create_option = "FromImage"
disk_size_gb = "45"
disk_size_gb = "30"
}
os_profile {
Expand Down

0 comments on commit dee0f8e

Please sign in to comment.