provider/azurerm: Removing the diagnostics part of the test from the azurerm virtual machine unattended acceptance test

pull/8797/head
stack72 10 years ago
parent 971b08f320
commit 0fe822e822
No known key found for this signature in database
GPG Key ID: 8619A619B085CB16

@ -1174,12 +1174,6 @@ resource "azurerm_virtual_machine" "test" {
}
}
diagnostics_profile {
boot_diagnostics {
enabled = true
storage_uri = "${azurerm_storage_account.test.primary_blob_endpoint}"
}
}
}
`

Loading…
Cancel
Save