Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/azurerm: support Diagnostics Profile #8277

Merged

Conversation

jgoldschrafe
Copy link
Contributor

Add support for a diagnostics profile, which allows boot diagnostics to be enabled on a virtual machine.

networkProfile := expandAzureRmVirtualMachineNetworkProfile(d)
vmSize := d.Get("vm_size").(string)
properties := compute.VirtualMachineProperties{
NetworkProfile: &networkProfile,
DiagnosticsProfile: &diagnosticsProfile,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will there always be a diagnosticsProfile or should we check that this isn't an empty profile before adding?

@stack72
Copy link
Contributor

stack72 commented Aug 18, 2016

Hi @jgoldschrafe

thanks for the PR here - I left a few comments. Once we can get these sorted, we can get this merged

Thanks

Paul

@stack72 stack72 added the waiting-response An issue/pull request is waiting for a response from the community label Aug 18, 2016
@jgoldschrafe jgoldschrafe force-pushed the feature/azurerm-diagnostics-profile branch from 05b1ac5 to e4ba41a Compare August 19, 2016 03:42
Add support for a diagnostics profile, which allows boot diagnostics to
be enabled on a virtual machine.
@jgoldschrafe jgoldschrafe force-pushed the feature/azurerm-diagnostics-profile branch from e4ba41a to 08f2e67 Compare August 19, 2016 03:47
@jgoldschrafe
Copy link
Contributor Author

Thanks for the feedback! I've updated to address these concerns.

@@ -425,6 +453,11 @@ func resourceArmVirtualMachineCreate(d *schema.ResourceData, meta interface{}) e
StorageProfile: &storageProfile,
}

if _, ok := d.GetOk("diagnostics_profile"); ok {
diagnosticsProfile := expandAzureRmVirtualMachineDiagnosticsProfile(d)
properties.DiagnosticsProfile = &diagnosticsProfile
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Much better :)

@jen20 jen20 removed the waiting-response An issue/pull request is waiting for a response from the community label Aug 22, 2016
@stack72
Copy link
Contributor

stack72 commented Aug 23, 2016

Hi @jgoldschrafe

Just been running the tests here - the test you added for the diagnostics works as expected. Unfortunately, the test TestAccAzureRMVirtualMachine_windowsUnattendedConfig is now broken:

=== RUN   TestAccAzureRMVirtualMachine_windowsUnattendedConfig
--- FAIL: TestAccAzureRMVirtualMachine_windowsUnattendedConfig (193.01s)
    testing.go:265: Step 0 error: Error applying: 1 error(s) occurred:

        * azurerm_virtual_machine.test: diffs didn't match during apply. This is a bug with Terraform and should be reported as a GitHub Issue.

        Please include the following information in your report:

            Terraform Version: 0.7.2
            Resource ID: azurerm_virtual_machine.test
            Mismatch reason: extra attributes: diagnostics_profile.2678892377.boot_diagnostics.1211004501.storage_uri, diagnostics_profile.2678892377.boot_diagnostics.#, diagnostics_profile.2678892377.boot_diagnostics.1211004501.enabled
            Diff One (usually from plan): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"plan.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "vm_size":*terraform.ResourceAttrDiff{Old:"", New:"Standard_A0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "delete_os_disk_on_termination":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.~808156298.os_type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.~808156298.image_uri":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.~808156298.caching":*terraform.ResourceAttrDiff{Old:"", New:"ReadWrite", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.0.content":*terraform.ResourceAttrDiff{Old:"", New:"<FirstLogonCommands><SynchronousCommand><CommandLine>shutdown /r /t 0 /c \"initial reboot\"</CommandLine><Description>reboot</Description><Order>1</Order></SynchronousCommand></FirstLogonCommands>", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.3473379034.sku":*terraform.ResourceAttrDiff{Old:"", New:"2012-Datacenter", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "delete_data_disks_on_termination":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface_ids.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.3473379034.publisher":*terraform.ResourceAttrDiff{Old:"", New:"MicrosoftWindowsServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.333858161.admin_username":*terraform.ResourceAttrDiff{Old:"", New:"testadmin", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "diagnostics_profile.2206444887.boot_diagnostics.~3648626795.storage_uri":*terraform.ResourceAttrDiff{Old:"", New:"${azurerm_storage_account.test.primary_blob_endpoint}", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.~808156298.create_option":*terraform.ResourceAttrDiff{Old:"", New:"FromImage", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.3473379034.version":*terraform.ResourceAttrDiff{Old:"", New:"latest", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "diagnostics_profile.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "diagnostics_profile.2206444887.boot_diagnostics.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "diagnostics_profile.2206444887.boot_diagnostics.~3648626795.enabled":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.winrm.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.~808156298.name":*terraform.ResourceAttrDiff{Old:"", New:"myosdisk1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.~808156298.vhd_uri":*terraform.ResourceAttrDiff{Old:"", New:"${azurerm_storage_account.test.primary_blob_endpoint}${azurerm_storage_container.test.name}/myosdisk1.vhd", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.0.component":*terraform.ResourceAttrDiff{Old:"", New:"Microsoft-Windows-Shell-Setup", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.333858161.custom_data":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.provision_vm_agent":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.0.pass":*terraform.ResourceAttrDiff{Old:"", New:"oobeSystem", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"acctvm-5567640286984525272", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "location":*terraform.ResourceAttrDiff{Old:"", New:"westus", NewComputed:false, NewRemoved:false, NewExtra:"West US", RequiresNew:true, Sensitive:false, Type:0x0}, "availability_set_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "storage_image_reference.3473379034.offer":*terraform.ResourceAttrDiff{Old:"", New:"WindowsServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.333858161.computer_name":*terraform.ResourceAttrDiff{Old:"", New:"winhost01", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "resource_group_name":*terraform.ResourceAttrDiff{Old:"", New:"acctestrg-5567640286984525272", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "os_profile.333858161.admin_password":*terraform.ResourceAttrDiff{Old:"", New:"Password1234!", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.enable_automatic_upgrades":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.0.setting_name":*terraform.ResourceAttrDiff{Old:"", New:"FirstLogonCommands", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "license_type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}
            Diff Two (usually from apply): *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"plan.#":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.3473379034.offer":*terraform.ResourceAttrDiff{Old:"", New:"WindowsServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface_ids.2065817732":*terraform.ResourceAttrDiff{Old:"", New:"/subscriptions/c0a607b2-6372-4ef3-abdb-dbe52a7b56ba/resourceGroups/acctestrg-5567640286984525272/providers/Microsoft.Network/networkInterfaces/acctni-5567640286984525272", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.333858161.admin_username":*terraform.ResourceAttrDiff{Old:"", New:"testadmin", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "license_type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "delete_data_disks_on_termination":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"acctvm-5567640286984525272", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.0.content":*terraform.ResourceAttrDiff{Old:"", New:"<FirstLogonCommands><SynchronousCommand><CommandLine>shutdown /r /t 0 /c \"initial reboot\"</CommandLine><Description>reboot</Description><Order>1</Order></SynchronousCommand></FirstLogonCommands>", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "availability_set_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "storage_image_reference.3473379034.publisher":*terraform.ResourceAttrDiff{Old:"", New:"MicrosoftWindowsServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "diagnostics_profile.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.333858161.admin_password":*terraform.ResourceAttrDiff{Old:"", New:"Password1234!", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.winrm.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "network_interface_ids.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "diagnostics_profile.2678892377.boot_diagnostics.1211004501.enabled":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.333858161.computer_name":*terraform.ResourceAttrDiff{Old:"", New:"winhost01", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "resource_group_name":*terraform.ResourceAttrDiff{Old:"", New:"acctestrg-5567640286984525272", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "os_profile_windows_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "diagnostics_profile.2678892377.boot_diagnostics.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.2482145683.os_type":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "delete_os_disk_on_termination":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.provision_vm_agent":*terraform.ResourceAttrDiff{Old:"", New:"true", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.0.pass":*terraform.ResourceAttrDiff{Old:"", New:"oobeSystem", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.0.setting_name":*terraform.ResourceAttrDiff{Old:"", New:"FirstLogonCommands", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.3473379034.version":*terraform.ResourceAttrDiff{Old:"", New:"latest", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "vm_size":*terraform.ResourceAttrDiff{Old:"", New:"Standard_A0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.2482145683.create_option":*terraform.ResourceAttrDiff{Old:"", New:"FromImage", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.3473379034.sku":*terraform.ResourceAttrDiff{Old:"", New:"2012-Datacenter", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "location":*terraform.ResourceAttrDiff{Old:"", New:"westus", NewComputed:false, NewRemoved:false, NewExtra:"West US", RequiresNew:true, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.enable_automatic_upgrades":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.1534614206.additional_unattend_config.0.component":*terraform.ResourceAttrDiff{Old:"", New:"Microsoft-Windows-Shell-Setup", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.333858161.custom_data":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.2482145683.vhd_uri":*terraform.ResourceAttrDiff{Old:"", New:"https://accsa5567640286984525272.blob.core.windows.net/vhds/myosdisk1.vhd", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.2482145683.caching":*terraform.ResourceAttrDiff{Old:"", New:"ReadWrite", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.2482145683.name":*terraform.ResourceAttrDiff{Old:"", New:"myosdisk1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "diagnostics_profile.2678892377.boot_diagnostics.1211004501.storage_uri":*terraform.ResourceAttrDiff{Old:"", New:"https://accsa5567640286984525272.blob.core.windows.net/", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.2482145683.image_uri":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyTainted:false}

        Also include as much context as you can about your config, state, and the steps you performed to trigger this error.

FAIL
exit status 1
FAIL    github.com/hashicorp/terraform/builtin/providers/azurerm    193.031s

Can you have a look and see if there are any issues with running diagnostics with unattendedConfig?

thanks

Paul

@stack72 stack72 added the waiting-response An issue/pull request is waiting for a response from the community label Aug 23, 2016
@stack72 stack72 merged commit 08f2e67 into hashicorp:master Sep 12, 2016
@ghost
Copy link

ghost commented Apr 22, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement provider/azurerm waiting-response An issue/pull request is waiting for a response from the community
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants