Skip to content

Instantly share code, notes, and snippets.

@SvenSchipper
Created January 10, 2018 10:47
Show Gist options
  • Save SvenSchipper/1b247f0cf1d1bf7a961453a24c2a344d to your computer and use it in GitHub Desktop.
Save SvenSchipper/1b247f0cf1d1bf7a961453a24c2a344d to your computer and use it in GitHub Desktop.
debug log of the problem found with the dns provider
This file has been truncated, but you can view the full file.
2018/01/09 10:48:08 [INFO] Terraform version: 0.11.1 a42fdb08a43c7fabb8898fe8c286b793bbaa4835+CHANGES
2018/01/09 10:48:08 [INFO] Go runtime version: go1.9
2018/01/09 10:48:08 [INFO] CLI args: []string{"/usr/bin/terraform", "apply"}
2018/01/09 10:48:08 [DEBUG] Attempting to open CLI config file: /home/qurrent/.terraformrc
2018/01/09 10:48:08 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/01/09 10:48:08 [INFO] CLI command args: []string{"apply"}
2018/01/09 10:48:08 [INFO] command: empty terraform config, returning nil
2018/01/09 10:48:08 [DEBUG] command: no data state file found for backend config
2018/01/09 10:48:08 [DEBUG] New state was assigned lineage "b5a30068-4737-4a97-a8c3-1ab6011b180a"
2018/01/09 10:48:08 [INFO] command: backend initialized: <nil>
2018/01/09 10:48:08 [DEBUG] checking for provider in "."
2018/01/09 10:48:08 [DEBUG] checking for provider in "/usr/bin"
2018/01/09 10:48:08 [DEBUG] checking for provider in ".terraform/plugins/linux_amd64"
2018/01/09 10:48:08 [DEBUG] found provider "terraform-provider-azurerm_v0.3.3_x4"
2018/01/09 10:48:08 [DEBUG] found provider "terraform-provider-dns_v1.0.0_x4"
2018/01/09 10:48:08 [DEBUG] found provider "terraform-provider-random_v1.1.0_x4"
2018/01/09 10:48:08 [DEBUG] found valid plugin: "azurerm"
2018/01/09 10:48:08 [DEBUG] found valid plugin: "dns"
2018/01/09 10:48:08 [DEBUG] found valid plugin: "random"
2018/01/09 10:48:08 [DEBUG] checking for provisioner in "."
2018/01/09 10:48:08 [DEBUG] checking for provisioner in "/usr/bin"
2018/01/09 10:48:08 [DEBUG] checking for provisioner in ".terraform/plugins/linux_amd64"
2018/01/09 10:48:08 [INFO] command: backend <nil> is not enhanced, wrapping in local
2018/01/09 10:48:08 [INFO] backend/local: starting Apply operation
2018/01/09 10:48:08 [TRACE] Preserving existing state lineage "2b5bc9e1-43c5-4a90-a0a9-b2856f9f3842"
2018/01/09 10:48:08 [TRACE] Preserving existing state lineage "2b5bc9e1-43c5-4a90-a0a9-b2856f9f3842"
2018/01/09 10:48:09 [INFO] terraform: building graph: GraphTypeInput
2018/01/09 10:48:09 [TRACE] ConfigTransformer: Starting for path: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.LocalTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.eventstoretest
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"eventstoretest", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc42039bf80), RawConfig:(*config.RawConfig)(0xc42039bea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_network", RawCount:(*config.RawConfig)(0xc420402af0), RawConfig:(*config.RawConfig)(0xc420402a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0xc420402380), RawConfig:(*config.RawConfig)(0xc420402310), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc4204027e0), RawConfig:(*config.RawConfig)(0xc4204024d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc420402a10), RawConfig:(*config.RawConfig)(0xc4204029a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-management", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402bd0), RawConfig:(*config.RawConfig)(0xc420402b60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_subnet.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_subnet", RawCount:(*config.RawConfig)(0xc42039b9d0), RawConfig:(*config.RawConfig)(0xc42039b960), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_account.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_storage_account", RawCount:(*config.RawConfig)(0xc42039bc00), RawConfig:(*config.RawConfig)(0xc42039ba40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_container.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_storage_container", RawCount:(*config.RawConfig)(0xc42039bce0), RawConfig:(*config.RawConfig)(0xc42039bc70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc42039be30), RawConfig:(*config.RawConfig)(0xc42039bd50), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: random_id.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"random_id", RawCount:(*config.RawConfig)(0xc420402460), RawConfig:(*config.RawConfig)(0xc4204023f0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-infra2", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402d90), RawConfig:(*config.RawConfig)(0xc420402d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_group.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_network_security_group", RawCount:(*config.RawConfig)(0xc4204020e0), RawConfig:(*config.RawConfig)(0xc420402000), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-infra", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402cb0), RawConfig:(*config.RawConfig)(0xc420402c40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
2018/01/09 10:48:09 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_machine.test": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_network_interface.test", "azurerm_resource_group.test", "random_id.test"}, Primary:(*terraform.InstanceState)(0xc4202ed4a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_resource_group.test": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ed680), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-management": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_subnet.test": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_network_security_group.test", "azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed540), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_storage_account.test": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed6d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_storage_container.test": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_storage_account.test"}, Primary:(*terraform.InstanceState)(0xc4202ed450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_interface.test": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4202ed400), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "random_id.test": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ed3b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra2": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_security_group.test": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed4f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_interface.eventstoretest": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4202ed5e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network.test": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed590), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/09 10:48:09 [TRACE] Attach provider request: []string{} dns
2018/01/09 10:48:09 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4204022a0)}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] adding missing provider: azurerm
2018/01/09 10:48:09 [DEBUG] adding missing provider: random
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_storage_account.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_security_group.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-infra using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_interface.eventstoretest using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_machine.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_resource_group.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-management using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_subnet.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_storage_container.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_interface.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource dns_a_record_set.test using provider provider.dns
2018/01/09 10:48:09 [DEBUG] resource random_id.test using provider provider.random
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-infra2 using provider provider.azurerm
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.resource_group_name" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.azure_dns_suffix" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.random" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_interface.eventstoretest" references: [azurerm_resource_group.test azurerm_subnet.test var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_storage_container.test" references: [azurerm_resource_group.test azurerm_storage_account.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_interface.test" references: [azurerm_resource_group.test azurerm_subnet.test var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.test" references: [azurerm_network_interface.test azurerm_resource_group.test random_id.test var.location var.password_secret var.username_secret var.vm_computername]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-management" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.location" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_subnet.test" references: [azurerm_network_security_group.test azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.account_tier" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.password_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.certificate_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.remote_hostname" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.vm_winrm_port" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra2" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.public_ip_dns" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "random_id.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.deploy_role" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.vm_computername" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.virtual_network_type" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.username_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.test" references: [azurerm_resource_group.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.account_replication_type" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.admin_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.dns" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_storage_account.test" references: [azurerm_resource_group.test var.account_replication_type var.account_tier var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.azure_region" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.virtual_network_name" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.tentacle_api_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.server_thumbprint_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.octopusserver" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.deploy_environment" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.provisioning-powershell" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.test" references: [azurerm_resource_group.test var.location]
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_storage_account.test - *terraform.NodeAbstractResource
azurerm_subnet.test - *terraform.NodeAbstractResource
azurerm_network_security_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_network_interface.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_resource_group.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
azurerm_virtual_network.test - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
dns_a_record_set.test - *terraform.NodeAbstractResource
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeAbstractResource
azurerm_storage_container.test - *terraform.NodeAbstractResource
azurerm_virtual_machine.test - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeAbstractResource
azurerm_virtual_network_peering.test-management - *terraform.NodeAbstractResource
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
random_id.test - *terraform.NodeAbstractResource
random_id.test - *terraform.NodeAbstractResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] Starting graph walk: walkInput
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.random"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.octopusserver"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.vm_computername"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.admin_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "root"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.azure_region"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.password_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.account_tier"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.deploy_role"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.username_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_interface.eventstoretest" waiting on "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.vm_computername"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-management" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_subnet.test" waiting on "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-infra2" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.azure_region"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_resource_group.test" waiting on "provider.azurerm"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.admin_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-infra" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_subnet.test" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.password_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "random_id.test" waiting on "provider.random"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_security_group.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.account_tier"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_security_group.test" waiting on "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_interface.test" waiting on "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.octopusserver"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.deploy_role"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_container.test" waiting on "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.username_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_interface.eventstoretest", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "random_id.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_storage_account.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_subnet.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-infra2", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_interface.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_machine.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-management", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_resource_group.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-infra", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_security_group.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_storage_container.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.dns (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.azure_region"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.azure_region': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.public_ip_dns': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.location"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.location': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.password_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.password_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.deploy_role"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.deploy_role': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.username_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.username_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.deploy_environment': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.server_thumbprint_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.octopusserver"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.octopusserver': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.random"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.vm_winrm_port': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.remote_hostname': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.virtual_network_type': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.vm_computername"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.vm_computername': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.account_replication_type': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.virtual_network_name': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.certificate_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.admin_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.admin_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.provisioning-powershell': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.resource_group_name': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.account_tier"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.account_tier': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.azurerm"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.azure_dns_suffix': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.tentacle_api_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.dns"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random': evaluating
2018/01/09 10:48:09 [TRACE] [walkInput] Entering eval tree: provider.random
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018-01-09T10:48:09.143Z [DEBUG] plugin: starting plugin: path=/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-random_v1.1.0_x4 args=[/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-random_v1.1.0_x4]
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/01/09 10:48:09 [TRACE] [walkInput] Entering eval tree: provider.azurerm
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns': evaluating
2018/01/09 10:48:09 [TRACE] [walkInput] Entering eval tree: provider.dns
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018-01-09T10:48:09.144Z [DEBUG] plugin: waiting for RPC address: path=/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-random_v1.1.0_x4
2018-01-09T10:48:09.150Z [DEBUG] plugin.terraform-provider-random_v1.1.0_x4: 2018/01/09 10:48:09 [DEBUG] plugin: plugin address: unix /tmp/plugin711174146
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInputProvider
2018-01-09T10:48:09.150Z [DEBUG] plugin: starting plugin: path=/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-azurerm_v0.3.3_x4 args=[/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-azurerm_v0.3.3_x4]
2018-01-09T10:48:09.151Z [DEBUG] plugin: waiting for RPC address: path=/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-azurerm_v0.3.3_x4
2018-01-09T10:48:09.162Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: plugin address: timestamp=2018-01-09T10:48:09.157Z network=unix address=/tmp/plugin017415612
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] [walkInput] Exiting eval tree: provider.random
2018/01/09 10:48:09 [TRACE] dag/walk: walking "random_id.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.random (close)"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random (close)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random (close)': evaluating
2018-01-09T10:48:09.164Z [DEBUG] plugin: starting plugin: path=/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-dns_v1.0.0_x4 args=[/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-dns_v1.0.0_x4]
2018/01/09 10:48:09 [TRACE] [walkInput] Entering eval tree: provider.random (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCloseProvider
2018-01-09T10:48:09.164Z [DEBUG] plugin: waiting for RPC address: path=/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-dns_v1.0.0_x4
2018-01-09T10:48:09.170Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: 2018/01/09 10:48:09 [DEBUG] plugin: plugin address: unix /tmp/plugin076914213
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInputProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInputProvider
2018/01/09 10:48:09 [TRACE] [walkInput] Exiting eval tree: provider.random (close)
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] [walkInput] Exiting eval tree: provider.azurerm
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_account.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_container.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_security_group.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_subnet.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_machine.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.azurerm (close)"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm (close)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm (close)': evaluating
2018/01/09 10:48:09 [TRACE] [walkInput] Entering eval tree: provider.azurerm (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:09 [TRACE] [walkInput] Exiting eval tree: provider.azurerm (close)
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] [walkInput] Exiting eval tree: provider.dns
2018/01/09 10:48:09 [TRACE] dag/walk: walking "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns (close)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns (close)': evaluating
2018/01/09 10:48:09 [TRACE] [walkInput] Entering eval tree: provider.dns (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:09 [TRACE] [walkInput] Exiting eval tree: provider.dns (close)
2018/01/09 10:48:09 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:09 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/01/09 10:48:09 [TRACE] [walkInput] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-infra.0", replace "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_storage_container.test.0", replace "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_security_group.test.0", replace "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_resource_group.test.0", replace "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_storage_account.test.0", replace "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_interface.eventstoretest.0", replace "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-infra2.0", replace "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-management.0", replace "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "random_id.test.0", replace "random_id.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_interface.test.0", replace "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network.test.0", replace "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_machine.test.0", replace "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_subnet.test.0", replace "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] [walkInput] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/01/09 10:48:09 [TRACE] dag/walk: walking "root"
2018/01/09 10:48:09 [TRACE] vertex 'root.root': walking
2018/01/09 10:48:09 [INFO] terraform: building graph: GraphTypeValidate
2018/01/09 10:48:09 [TRACE] ConfigTransformer: Starting for path: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.LocalTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_account.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_storage_account", RawCount:(*config.RawConfig)(0xc42039bc00), RawConfig:(*config.RawConfig)(0xc42039ba40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc42039be30), RawConfig:(*config.RawConfig)(0xc42039bd50), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0xc420402380), RawConfig:(*config.RawConfig)(0xc420402310), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc4204027e0), RawConfig:(*config.RawConfig)(0xc4204024d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-infra2", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402d90), RawConfig:(*config.RawConfig)(0xc420402d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_subnet.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_subnet", RawCount:(*config.RawConfig)(0xc42039b9d0), RawConfig:(*config.RawConfig)(0xc42039b960), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_container.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_storage_container", RawCount:(*config.RawConfig)(0xc42039bce0), RawConfig:(*config.RawConfig)(0xc42039bc70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-infra", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402cb0), RawConfig:(*config.RawConfig)(0xc420402c40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.eventstoretest
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"eventstoretest", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc42039bf80), RawConfig:(*config.RawConfig)(0xc42039bea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_group.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_network_security_group", RawCount:(*config.RawConfig)(0xc4204020e0), RawConfig:(*config.RawConfig)(0xc420402000), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: random_id.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"random_id", RawCount:(*config.RawConfig)(0xc420402460), RawConfig:(*config.RawConfig)(0xc4204023f0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc420402a10), RawConfig:(*config.RawConfig)(0xc4204029a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_network", RawCount:(*config.RawConfig)(0xc420402af0), RawConfig:(*config.RawConfig)(0xc420402a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-management", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402bd0), RawConfig:(*config.RawConfig)(0xc420402b60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_interface.eventstoretest": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4202ed5e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_security_group.test": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "random_id.test": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ed3b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_resource_group.test": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ed680), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network.test": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed590), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-management": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_storage_account.test": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed6d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_interface.test": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4202ed400), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_machine.test": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_network_interface.test", "azurerm_resource_group.test", "random_id.test"}, Primary:(*terraform.InstanceState)(0xc4202ed4a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra2": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_subnet.test": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_network_security_group.test", "azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed540), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_storage_container.test": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_storage_account.test"}, Primary:(*terraform.InstanceState)(0xc4202ed450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed4f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/09 10:48:09 [TRACE] Attach provider request: []string{} dns
2018/01/09 10:48:09 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4204022a0)}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] adding missing provider: azurerm
2018/01/09 10:48:09 [DEBUG] adding missing provider: random
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_interface.eventstoretest using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_security_group.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource random_id.test using provider provider.random
2018/01/09 10:48:09 [DEBUG] resource azurerm_resource_group.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-management using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_storage_account.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-infra2 using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-infra using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_interface.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource dns_a_record_set.test using provider provider.dns
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_machine.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_subnet.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_storage_container.test using provider provider.azurerm
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ProvisionerTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.test" references: [azurerm_network_interface.test azurerm_resource_group.test random_id.test var.location var.password_secret var.username_secret var.vm_computername]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.password_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.dns" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_interface.test" references: [azurerm_resource_group.test azurerm_subnet.test var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.server_thumbprint_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.provisioning-powershell" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_subnet.test" references: [azurerm_network_security_group.test azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_storage_container.test" references: [azurerm_resource_group.test azurerm_storage_account.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "random_id.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.virtual_network_type" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.azure_region" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.remote_hostname" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.random" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_interface.eventstoretest" references: [azurerm_resource_group.test azurerm_subnet.test var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.test" references: [azurerm_resource_group.test var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.octopusserver" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.test" references: [azurerm_resource_group.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-management" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.virtual_network_name" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.admin_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.tentacle_api_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.deploy_role" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_storage_account.test" references: [azurerm_resource_group.test var.account_replication_type var.account_tier var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra2" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.certificate_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.account_tier" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.username_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.resource_group_name" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.location" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.account_replication_type" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.public_ip_dns" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.deploy_environment" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.vm_computername" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.azure_dns_suffix" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.vm_winrm_port" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_storage_account.test - *terraform.NodeValidatableResource
azurerm_subnet.test - *terraform.NodeValidatableResource
azurerm_network_security_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_network_interface.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_resource_group.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
azurerm_virtual_network.test - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
dns_a_record_set.test - *terraform.NodeValidatableResource
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResource
azurerm_storage_container.test - *terraform.NodeValidatableResource
azurerm_virtual_machine.test - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResource
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResource
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
random_id.test - *terraform.NodeValidatableResource
random_id.test - *terraform.NodeValidatableResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] Starting graph walk: walkValidate
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.octopusserver"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.password_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.admin_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.account_tier"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.vm_computername"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.deploy_role"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.random"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.username_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.azure_region"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "root"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-infra" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_interface.test" waiting on "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "random_id.test" waiting on "provider.random"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_subnet.test" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-management" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.password_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_interface.eventstoretest" waiting on "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-infra2" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_resource_group.test" waiting on "provider.azurerm"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.username_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.octopusserver"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.deploy_role"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_security_group.test" waiting on "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_container.test" waiting on "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.vm_computername"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.account_tier"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_security_group.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_subnet.test" waiting on "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.admin_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.azure_region"
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_interface.eventstoretest", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_resource_group.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_subnet.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "random_id.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_machine.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_storage_container.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-infra", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-management", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_security_group.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_storage_account.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.dns (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-infra2", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_interface.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.location"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.location': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.username_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.username_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.dns"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.provisioning-powershell': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.virtual_network_name': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.vm_winrm_port': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.server_thumbprint_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.virtual_network_type': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.certificate_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.octopusserver"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.octopusserver': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.public_ip_dns': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.password_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.password_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.admin_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.admin_secret': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns': evaluating
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.account_tier"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.account_tier': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.resource_group_name': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.account_replication_type': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.remote_hostname': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.vm_computername"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.vm_computername': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.azure_dns_suffix': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.deploy_environment': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.tentacle_api_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.random"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.deploy_role"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.deploy_role': walking
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: provider.dns
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: provider.random
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.azurerm"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: provider.azurerm
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.azure_region"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.azure_region': walking
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateProvider
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: provider.dns
2018/01/09 10:48:09 [TRACE] dag/walk: walking "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
dns_a_record_set.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns (close)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns (close)': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: provider.dns (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: provider.dns (close)
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: provider.random
2018/01/09 10:48:09 [TRACE] dag/walk: walking "random_id.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: random_id.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: random_id.test
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
random_id.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "random_id.test": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ed3b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
random_id.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
random_id.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "random_id.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
random_id.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
random_id.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "random_id.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: random_id.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: random_id.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.random (close)"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random (close)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random (close)': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: provider.random (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: provider.random (close)
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_resource_group.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_resource_group.test
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_resource_group.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_resource_group.test": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4202ed680), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_resource_group.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_resource_group.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_account.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_account.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_storage_account.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_storage_account.test
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_account.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_storage_account.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_storage_account.test": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed6d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_storage_account.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_storage_account.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_storage_account.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_storage_account.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_storage_account.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_account.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_account.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_storage_account.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network.test
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network.test": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed590), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_storage_account.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_container.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_container.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_storage_container.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_storage_container.test
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_container.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_storage_container.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_storage_container.test": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_storage_account.test"}, Primary:(*terraform.InstanceState)(0xc4202ed450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_storage_container.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_storage_container.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_storage_container.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_storage_container.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_storage_container.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_container.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_storage_container.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_storage_container.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_security_group.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_security_group.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_network_security_group.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network.test
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_storage_container.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_security_group.test
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_security_group.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_security_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_security_group.test": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4202ed630), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_security_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_security_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_security_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_security_group.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_security_group.test': walking
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-management": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-management" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_security_group.test': evaluating
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_network_security_group.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed4f0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_security_group.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_subnet.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_subnet.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_subnet.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra2": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra2" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': walking
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_subnet.test
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_subnet.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_subnet.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_subnet.test": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_network_security_group.test", "azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4202ed540), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_subnet.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_subnet.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_subnet.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_subnet.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_subnet.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_subnet.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_subnet.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_subnet.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_subnet.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_interface.eventstoretest": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4202ed5e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_interface.eventstoretest" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': walking
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_network_interface.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_interface.test
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_interface.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_interface.test": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4202ed400), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_interface.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_network_interface.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_network_interface.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_interface.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_machine.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_machine.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateCount
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_machine.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_machine.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_machine.test": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_network_interface.test", "azurerm_resource_group.test", "random_id.test"}, Primary:(*terraform.InstanceState)(0xc4202ed4a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_machine.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_machine.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_machine.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_machine.test - *terraform.NodeValidatableResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_machine.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.azurerm_virtual_machine.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResourceSelfRef
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:09 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.azurerm (close)"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network.test.0", replace "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_resource_group.test.0", replace "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_storage_account.test.0", replace "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-infra.0", replace "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_interface.eventstoretest.0", replace "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_security_group.test.0", replace "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-management.0", replace "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_interface.test.0", replace "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_storage_container.test.0", replace "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "random_id.test.0", replace "random_id.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_machine.test.0", replace "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_subnet.test.0", replace "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-infra2.0", replace "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm (close)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm (close)': evaluating
2018/01/09 10:48:09 [TRACE] [walkValidate] Entering eval tree: provider.azurerm (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:09 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm (close)
2018/01/09 10:48:09 [TRACE] dag/walk: walking "root"
2018/01/09 10:48:09 [TRACE] vertex 'root.root': walking
2018/01/09 10:48:09 [INFO] backend/local: apply calling Refresh
2018/01/09 10:48:09 [INFO] terraform: building graph: GraphTypeRefresh
2018/01/09 10:48:09 [TRACE] ConfigTransformer: Starting for path: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
2018/01/09 10:48:09 [TRACE] ConfigTransformer: Starting for path: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_storage_account.test": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4203e54a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_storage_container.test": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_storage_account.test"}, Primary:(*terraform.InstanceState)(0xc4203e53b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_interface.eventstoretest": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4203e5310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_security_group.test": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4203e50e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_resource_group.test": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203e5450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network.test": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4203e5400), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_subnet.test": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_network_security_group.test", "azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4203e52c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-management": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4203e5180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4203e5270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra2": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4203e5130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "random_id.test": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203e51d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_virtual_machine.test": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_network_interface.test", "azurerm_resource_group.test", "random_id.test"}, Primary:(*terraform.InstanceState)(0xc4203e5220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "azurerm_network_interface.test": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4203e5360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0xc420402380), RawConfig:(*config.RawConfig)(0xc420402310), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-management", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402bd0), RawConfig:(*config.RawConfig)(0xc420402b60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-infra", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402cb0), RawConfig:(*config.RawConfig)(0xc420402c40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-infra2", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402d90), RawConfig:(*config.RawConfig)(0xc420402d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: random_id.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"random_id", RawCount:(*config.RawConfig)(0xc420402460), RawConfig:(*config.RawConfig)(0xc4204023f0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc42039be30), RawConfig:(*config.RawConfig)(0xc42039bd50), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc4204027e0), RawConfig:(*config.RawConfig)(0xc4204024d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc420402a10), RawConfig:(*config.RawConfig)(0xc4204029a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_network", RawCount:(*config.RawConfig)(0xc420402af0), RawConfig:(*config.RawConfig)(0xc420402a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_subnet.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_subnet", RawCount:(*config.RawConfig)(0xc42039b9d0), RawConfig:(*config.RawConfig)(0xc42039b960), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_account.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_storage_account", RawCount:(*config.RawConfig)(0xc42039bc00), RawConfig:(*config.RawConfig)(0xc42039ba40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_container.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_storage_container", RawCount:(*config.RawConfig)(0xc42039bce0), RawConfig:(*config.RawConfig)(0xc42039bc70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.eventstoretest
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"eventstoretest", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc42039bf80), RawConfig:(*config.RawConfig)(0xc42039bea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_group.test
2018/01/09 10:48:09 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_network_security_group", RawCount:(*config.RawConfig)(0xc4204020e0), RawConfig:(*config.RawConfig)(0xc420402000), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/09 10:48:09 [TRACE] Attach provider request: []string{} dns
2018/01/09 10:48:09 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4204022a0)}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] adding missing provider: azurerm
2018/01/09 10:48:09 [DEBUG] adding missing provider: random
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] resource azurerm_subnet.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_interface.eventstoretest using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_security_group.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_resource_group.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-management using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_network_interface.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_machine.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_storage_account.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_storage_container.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network.test using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource dns_a_record_set.test using provider provider.dns
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-infra using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource azurerm_virtual_network_peering.test-infra2 using provider provider.azurerm
2018/01/09 10:48:09 [DEBUG] resource random_id.test using provider provider.random
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.LocalTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.admin_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.tentacle_api_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.virtual_network_type" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.azure_dns_suffix" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.certificate_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.resource_group_name" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.virtual_network_name" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.account_replication_type" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.provisioning-powershell" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_subnet.test" references: [azurerm_network_security_group.test azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_interface.eventstoretest" references: [azurerm_resource_group.test azurerm_subnet.test var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.test" references: [azurerm_resource_group.test var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.octopusserver" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-management" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.azure_region" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.username_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.public_ip_dns" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.dns" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.deploy_environment" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.deploy_role" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_network_interface.test" references: [azurerm_resource_group.test azurerm_subnet.test var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.test" references: [azurerm_network_interface.test azurerm_resource_group.test random_id.test var.location var.password_secret var.username_secret var.vm_computername]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.location" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_storage_account.test" references: [azurerm_resource_group.test var.account_replication_type var.account_tier var.location]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_storage_container.test" references: [azurerm_resource_group.test azurerm_storage_account.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.test" references: [azurerm_resource_group.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.vm_winrm_port" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.account_tier" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.vm_computername" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "provider.random" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra2" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.remote_hostname" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "random_id.test" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.password_secret" references: []
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "var.server_thumbprint_secret" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResource
azurerm_subnet.test - *terraform.NodeRefreshableManagedResource
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResource
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResource
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResource
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResource
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
random_id.test - *terraform.NodeRefreshableManagedResource
random_id.test - *terraform.NodeRefreshableManagedResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:09 [DEBUG] Starting graph walk: walkRefresh
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.vm_computername"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.username_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.account_tier"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.octopusserver"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "root"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.admin_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.deploy_role"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.azure_region"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.password_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.random"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_subnet.test" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.account_tier"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.octopusserver"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_security_group.test" waiting on "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.azure_region"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_interface.test" waiting on "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "azurerm_network_interface.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.admin_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_container.test" waiting on "azurerm_storage_account.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-infra2" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.username_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.deploy_role"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-management" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_security_group.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "random_id.test" waiting on "provider.random"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_subnet.test" waiting on "azurerm_network_security_group.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.password_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_resource_group.test" waiting on "provider.azurerm"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-infra" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_network_interface.eventstoretest" waiting on "azurerm_subnet.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.vm_computername"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "root" waiting on "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_storage_container.test"
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_subnet.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.dns (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_resource_group.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_interface.eventstoretest", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-management", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_machine.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-infra2", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-infra", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_storage_account.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_security_group.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_network_interface.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_storage_container.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "random_id.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network.test", sending new deps
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.azurerm"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: provider.azurerm
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.vm_computername"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.vm_computername': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.account_replication_type"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.account_replication_type': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.username_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.username_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.account_tier"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.account_tier': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.tentacle_api_secret"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.tentacle_api_secret': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.azure_dns_suffix"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.azure_dns_suffix': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.octopusserver"
2018/01/09 10:48:09 [TRACE] vertex 'root.var.octopusserver': walking
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.dns"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: provider.dns
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.deploy_environment"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.vm_winrm_port"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.certificate_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.admin_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.public_ip_dns"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.virtual_network_type"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.resource_group_name"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.virtual_network_name"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.deploy_role"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.server_thumbprint_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.azure_region"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.remote_hostname"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.location"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.password_secret"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.random"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "var.provisioning-powershell"
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:09 [TRACE] vertex 'root.var.deploy_environment': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.vm_winrm_port': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.certificate_secret': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.admin_secret': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.public_ip_dns': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.virtual_network_type': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.resource_group_name': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.virtual_network_name': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.deploy_role': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.server_thumbprint_secret': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.azure_region': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.remote_hostname': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.location': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.var.password_secret': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: provider.random
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:09 [TRACE] vertex 'root.var.provisioning-powershell': walking
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalConfigProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalConfigProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalConfigProvider
2018/01/09 10:48:09 [TRACE] [walkRefresh] Exiting eval tree: provider.dns
2018/01/09 10:48:09 [TRACE] dag/walk: walking "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkRefresh] Exiting eval tree: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
dns_a_record_set.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
dns_a_record_set.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
dns_a_record_set.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
dns_a_record_set.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
dns_a_record_set.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
dns_a_record_set.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "dns_a_record_set.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.dns_a_record_set.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalValidateResource
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:09 [DEBUG] No Client Secret specified - loading credentials from Azure CLI
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:09 [DEBUG] Resource 'https://management.core.windows.net/' isn't for the correct Tenant
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:09 [DEBUG] AzureRM Request:
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers?api-version=2017-05-10 HTTP/1.1
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:09.263Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:09 [TRACE] [walkRefresh] Exiting eval tree: provider.random
2018/01/09 10:48:09 [TRACE] dag/walk: walking "random_id.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: random_id.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:09 [TRACE] [walkRefresh] Exiting eval tree: random_id.test
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': expanding/walking dynamic subgraph
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ResourceCountTransformer:
random_id.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:09 [TRACE] OrphanResourceCount: Checking: random_id.test
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
random_id.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [DEBUG] Attaching resource state to "random_id.test": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203e51d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.AttachStateTransformer:
random_id.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.TargetsTransformer:
random_id.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [DEBUG] ReferenceTransformer: "random_id.test" references: []
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.ReferenceTransformer:
random_id.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [TRACE] Graph after step *terraform.RootTransformer:
random_id.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:09 [TRACE] dag/walk: added new vertex: "random_id.test"
2018/01/09 10:48:09 [TRACE] dag/walk: walking "random_id.test"
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.random_id.test': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: random_id.test
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalRefresh
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:09 [TRACE] [walkRefresh] Exiting eval tree: random_id.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.random (close)"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random (close)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.random (close)': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: provider.random (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:09 [TRACE] [walkRefresh] Exiting eval tree: provider.random (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:09 [TRACE] [walkRefresh] Exiting eval tree: dns_a_record_set.test
2018/01/09 10:48:09 [TRACE] dag/walk: walking "provider.dns (close)"
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns (close)': walking
2018/01/09 10:48:09 [TRACE] vertex 'root.provider.dns (close)': evaluating
2018/01/09 10:48:09 [TRACE] [walkRefresh] Entering eval tree: provider.dns (close)
2018/01/09 10:48:09 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:09 [TRACE] [walkRefresh] Exiting eval tree: provider.dns (close)
2018-01-09T10:48:09.265Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: 2018/01/09 10:48:09 [INFO] Building DNSClient config structure
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers?api-version=2017-05-10:
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:10 GMT
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 431037a7-90cd-4245-9796-eb0c031876d9
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14981
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 431037a7-90cd-4245-9796-eb0c031876d9
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104810Z:431037a7-90cd-4245-9796-eb0c031876d9
2018-01-09T10:48:10.924Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:10.947Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Authorization
2018-01-09T10:48:10.947Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Automation
2018-01-09T10:48:10.947Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Cache
2018-01-09T10:48:10.947Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn
2018-01-09T10:48:10.947Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Compute
2018-01-09T10:48:10.947Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerInstance
2018-01-09T10:48:10.947Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry
2018-01-09T10:48:10.947Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.DBforMySQL
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.DBforPostgreSQL
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.DocumentDB
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.EventGrid
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace microsoft.insights
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Network
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.OperationalInsights
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Search
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Sql
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Skipping provider registration for namespace Microsoft.Storage
2018-01-09T10:48:10.948Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] Registering provider with namespace Microsoft.Resources
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] AzureRM Request:
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: POST /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Resources/register?api-version=2017-05-10 HTTP/1.1
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 0
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:10.949Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Resources/register?api-version=2017-05-10:
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:10 GMT
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 40e116fe-dbfc-4fc2-9d09-7f54619a466e
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Writes: 1198
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 40e116fe-dbfc-4fc2-9d09-7f54619a466e
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:40e116fe-dbfc-4fc2-9d09-7f54619a466e
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:10.967Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 1543
2018-01-09T10:48:10.968Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:10.968Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:10.968Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:10 [TRACE] [walkRefresh] Exiting eval tree: provider.azurerm
2018/01/09 10:48:10 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/01/09 10:48:10 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/01/09 10:48:10 [TRACE] vertex 'root.azurerm_resource_group.test': evaluating
2018/01/09 10:48:10 [TRACE] [walkRefresh] Entering eval tree: azurerm_resource_group.test
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:10 [TRACE] [walkRefresh] Exiting eval tree: azurerm_resource_group.test
2018/01/09 10:48:10 [TRACE] vertex 'root.azurerm_resource_group.test': expanding/walking dynamic subgraph
2018/01/09 10:48:10 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:10 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:10 [TRACE] OrphanResourceCount: Checking: azurerm_resource_group.test
2018/01/09 10:48:10 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:10 [DEBUG] Attaching resource state to "azurerm_resource_group.test": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4203e5450), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:10 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:10 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:10 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/01/09 10:48:10 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:10 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:10 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/01/09 10:48:10 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/01/09 10:48:10 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/01/09 10:48:10 [TRACE] vertex 'root.azurerm_resource_group.test': evaluating
2018/01/09 10:48:10 [TRACE] [walkRefresh] Entering eval tree: azurerm_resource_group.test
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:10 [TRACE] root: eval: *terraform.EvalRefresh
2018-01-09T10:48:10.971Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:10 [DEBUG] AzureRM Request:
2018-01-09T10:48:10.971Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourcegroups/test?api-version=2017-05-10 HTTP/1.1
2018-01-09T10:48:10.971Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:10.971Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:10.971Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:10.971Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:10.971Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:10.971Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourcegroups/test?api-version=2017-05-10:
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: fe83c486-0916-4dd4-83a9-019147eeb579
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14980
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: fe83c486-0916-4dd4-83a9-019147eeb579
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:fe83c486-0916-4dd4-83a9-019147eeb579
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourcegroups/test?api-version=2017-05-10 HTTP/1.1
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.014Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourcegroups/test?api-version=2017-05-10:
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 4905aedf-13ae-42ab-9ac3-c8bbd32f2568
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14979
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 4905aedf-13ae-42ab-9ac3-c8bbd32f2568
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:4905aedf-13ae-42ab-9ac3-c8bbd32f2568
2018-01-09T10:48:11.028Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_resource_group.test
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_network.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network.test
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_network.test
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_network.test": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4203e5400), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.test" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network.test"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_network.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_network_security_group.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_security_group.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_security_group.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_security_group.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_security_group.test
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_security_group.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_network_security_group.test
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_network_security_group.test": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4203e50e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.test" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_security_group.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_network_security_group.test"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_network_security_group.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_security_group.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_security_group.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_security_group.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_storage_account.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_account.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_account.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_storage_account.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_storage_account.test
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_account.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_storage_account.test
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_storage_account.test": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4203e54a0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_storage_account.test" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_storage_account.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_storage_account.test"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_storage_account.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_account.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_account.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_storage_account.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/tentaclestacc?api-version=2017-06-01 HTTP/1.1
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet?api-version=2017-09-01 HTTP/1.1
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup?api-version=2017-09-01 HTTP/1.1
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.031Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.032Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/tentaclestacc?api-version=2017-06-01:
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 5ff60ead-11dd-4a8a-8feb-7bdef56699b8
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14978
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 5ca5a4f0-8c4a-4a2f-b12a-b7e1711b1d35
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:5ff60ead-11dd-4a8a-8feb-7bdef56699b8
2018-01-09T10:48:11.388Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 3e7
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: POST /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/tentaclestacc/listKeys?api-version=2017-06-01 HTTP/1.1
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 0
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.389Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/tentaclestacc/listKeys?api-version=2017-06-01:
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 98d47d66-79a7-4008-a34d-247a72471dc0
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Writes: 1197
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 6e5c0537-16be-402b-bd84-9e5d81d590c6
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:98d47d66-79a7-4008-a34d-247a72471dc0
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 120
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.451Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_storage_account.test
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_storage_container.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_container.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_container.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_storage_container.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_storage_container.test
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_container.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_storage_container.test
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_storage_container.test": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_storage_account.test"}, Primary:(*terraform.InstanceState)(0xc4203e53b0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_storage_container.test" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_storage_container.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_storage_container.test"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_storage_container.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_container.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_storage_container.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_storage_container.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: POST /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/tentaclestacc/listKeys?api-version=2017-06-01 HTTP/1.1
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 0
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.453Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet?api-version=2017-09-01:
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Etag: W/"8d75947d-faa3-4e78-9127-ad4b96bcd5d8"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: b4dd14e4-6e35-46bb-8272-9a2208c445d8
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14976
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 958a4fd1-8be4-458e-bef2-a364660d3a1d
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:b4dd14e4-6e35-46bb-8272-9a2208c445d8
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 1844
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "test-vnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "type": "Microsoft.Network/virtualNetworks",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "location": "westeurope",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "tags": {},
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "resourceGuid": "3bfbfe1d-0d84-4f7b-b82b-cd5ffcf1aed1",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressSpace": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefixes": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.3.0/24"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "dhcpOptions": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "dnsServers": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.5.4",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.5.5"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "subnets": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "test-subnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/test-subnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefix": "10.188.3.0/27",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "networkSecurityGroup": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "ipConfigurations": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/eventstoretest-nic/ipConfigurations/ip-config-test"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ip-config-test"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "verbruiksdata-subnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/verbruiksdata-subnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefix": "10.188.3.64/28",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "networkSecurityGroup": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/verbruiksdata-nsg"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "ipConfigurations": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/windparksyncer-nic/ipConfigurations/ip-config-test"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "TL2-EventStore",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/TL2-EventStore",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefix": "10.188.3.32/28"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ],
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "virtualNetworkPeerings": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "to-infra-vnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-infra-vnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "peeringState": "Connected",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteVirtualNetwork": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/infra-prd-acc/providers/Microsoft.Network/virtualNetworks/infra-vnet"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowVirtualNetworkAccess": true,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowForwardedTraffic": true,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowGatewayTransit": false,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "useRemoteGateways": true,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteGateways": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/infra-prd-acc/providers/Microsoft.Network/virtualNetworkGateways/expressroute-vgw"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ],
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteAddressSpace": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefixes": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.0.0/24"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "to-infra2-vnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-infra2-vnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "peeringState": "Connected",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteVirtualNetwork": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/b35a0130-00d5-4d4a-834a-7904c911c582/resourceGroups/infra-prd-acc/providers/Microsoft.Network/virtualNetworks/infra2-vnet"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowVirtualNetworkAccess": true,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowForwardedTraffic": false,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowGatewayTransit": false,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "useRemoteGateways": false,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteAddressSpace": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefixes": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.5.0/24"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "to-management-vnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-management-vnet",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "peeringState": "Connected",
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteVirtualNetwork": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/management/providers/Microsoft.Network/virtualNetworks/management-vnet"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowVirtualNetworkAccess": true,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowForwardedTraffic": false,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowGatewayTransit": false,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "useRemoteGateways": false,
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteAddressSpace": {
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefixes": [
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.4.0/24"
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.508Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ],
2018-01-09T10:48:11.509Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "enableDdosProtection": false,
2018-01-09T10:48:11.509Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "enableVmProtection": false
2018-01-09T10:48:11.509Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.509Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.509Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.509Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.509Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network.test
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4203e5270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra2": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4203e5130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra2" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-management": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4203e5180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-management" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018-01-09T10:48:11.517Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.517Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-infra-vnet?api-version=2017-09-01 HTTP/1.1
2018-01-09T10:48:11.517Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.517Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.517Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.517Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.517Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.517Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-infra2-vnet?api-version=2017-09-01 HTTP/1.1
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-management-vnet?api-version=2017-09-01 HTTP/1.1
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/tentaclestacc/listKeys?api-version=2017-06-01:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 46f24560-86b9-4fc6-964d-5fbd156b3259
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Writes: 1196
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 49437181-dbcb-468c-bd8c-e296d4539594
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:46f24560-86b9-4fc6-964d-5fbd156b3259
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 120
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.518Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [INFO] Checking existence of storage container "tentacle-storagecontainer" in storage account "tentaclestacc"
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-infra2-vnet?api-version=2017-09-01:
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Etag: W/"8d75947d-faa3-4e78-9127-ad4b96bcd5d8"
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: c054a227-7b6a-4662-8e0a-9b9a1f62042a
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14975
2018-01-09T10:48:11.545Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 2d3e1fb3-624f-42f4-95da-04868aa9e7b6
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:c054a227-7b6a-4662-8e0a-9b9a1f62042a
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 31d
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "to-infra2-vnet",
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-infra2-vnet",
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "peeringState": "Connected",
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteVirtualNetwork": {
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/b35a0130-00d5-4d4a-834a-7904c911c582/resourceGroups/infra-prd-acc/providers/Microsoft.Network/virtualNetworks/infra2-vnet"
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowVirtualNetworkAccess": true,
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowForwardedTraffic": false,
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowGatewayTransit": false,
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "useRemoteGateways": false,
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteAddressSpace": {
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefixes": [
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.5.0/24"
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.546Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network_peering.test-infra2
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: POST /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/tentaclestacc/listKeys?api-version=2017-06-01 HTTP/1.1
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 0
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.573Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-infra-vnet?api-version=2017-09-01:
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Etag: W/"8d75947d-faa3-4e78-9127-ad4b96bcd5d8"
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 86b09987-42ba-4b86-97f2-a43ce4a8ef33
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14977
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: dbcc928f-dcb1-494d-8773-1240b9bc78b2
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:86b09987-42ba-4b86-97f2-a43ce4a8ef33
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 3f1
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "to-infra-vnet",
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-infra-vnet",
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "peeringState": "Connected",
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteVirtualNetwork": {
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/infra-prd-acc/providers/Microsoft.Network/virtualNetworks/infra-vnet"
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowVirtualNetworkAccess": true,
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowForwardedTraffic": true,
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowGatewayTransit": false,
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "useRemoteGateways": true,
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteGateways": [
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/infra-prd-acc/providers/Microsoft.Network/virtualNetworkGateways/expressroute-vgw"
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ],
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteAddressSpace": {
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefixes": [
2018-01-09T10:48:11.620Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.0.0/24"
2018-01-09T10:48:11.621Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.621Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.621Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.621Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.621Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.621Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.621Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network_peering.test-infra
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup?api-version=2017-09-01:
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:10 GMT
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Etag: W/"97209946-ca1b-4feb-b7fd-d0762b0a6c98"
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 02631092-590c-4b0e-8a7b-75b2514157d2
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14979
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: d5ba58c2-3939-49aa-8389-739de4d7d3ce
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:02631092-590c-4b0e-8a7b-75b2514157d2
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2666
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "testSecurityGroup",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "type": "Microsoft.Network/networkSecurityGroups",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "location": "westeurope",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "tags": {},
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "resourceGuid": "5135cb2a-243a-4080-9eb3-c518907eab33",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "securityRules": [
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "AllowAllInbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/securityRules/AllowAllInbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Allow All inbound communication",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Allow",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 100,
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Inbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "AllowAllOutbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/securityRules/AllowAllOutbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Allow All outbound communication",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Allow",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 100,
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Outbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "DenyAllInbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/securityRules/DenyAllInbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Deny all inbound communication",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Deny",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 4096,
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Inbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "DenyAllOutbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/securityRules/DenyAllOutbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Deny all outbound communication",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "*",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Deny",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 4096,
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Outbound",
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.627Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "defaultSecurityRules": [
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "AllowVnetInBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/defaultSecurityRules/AllowVnetInBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Allow inbound traffic from all VMs in VNET",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "VirtualNetwork",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "VirtualNetwork",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Allow",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 65000,
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Inbound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "AllowAzureLoadBalancerInBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/defaultSecurityRules/AllowAzureLoadBalancerInBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Allow inbound traffic from azure load balancer",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "AzureLoadBalancer",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Allow",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 65001,
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Inbound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "DenyAllInBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/defaultSecurityRules/DenyAllInBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Deny all inbound traffic",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Deny",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 65500,
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Inbound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "AllowVnetOutBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/defaultSecurityRules/AllowVnetOutBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Allow outbound traffic from all VMs to all VMs in VNET",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "VirtualNetwork",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "VirtualNetwork",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Allow",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 65000,
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Outbound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "AllowInternetOutBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/defaultSecurityRules/AllowInternetOutBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Allow outbound traffic from all VMs to Internet",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "Internet",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Allow",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 65001,
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Outbound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "DenyAllOutBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup/defaultSecurityRules/DenyAllOutBound",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"97209946-ca1b-4feb-b7fd-d0762b0a6c98\"",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "description": "Deny all outbound traffic",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "protocol": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRange": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefix": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefix": "*",
2018-01-09T10:48:11.628Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "access": "Deny",
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "priority": 65500,
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "direction": "Outbound",
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourcePortRanges": [],
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationPortRanges": [],
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sourceAddressPrefixes": [],
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "destinationAddressPrefixes": []
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ],
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "subnets": [
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/test-subnet"
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.629Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_security_group.test
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_subnet.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_subnet.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_subnet.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_subnet.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_subnet.test
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_subnet.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_subnet.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_subnet.test
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_subnet.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_subnet.test": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_network_security_group.test", "azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4203e52c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_subnet.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_subnet.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_subnet.test" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_subnet.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_subnet.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_subnet.test"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_subnet.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_subnet.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_subnet.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_subnet.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018-01-09T10:48:11.634Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.634Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/test-subnet?api-version=2017-09-01 HTTP/1.1
2018-01-09T10:48:11.634Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.634Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.634Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.634Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.634Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.634Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/tentaclestacc/listKeys?api-version=2017-06-01:
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 350af2a0-0c1f-49da-a07a-b4b9381a885f
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Writes: 1193
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: cc90cff9-0c56-415c-8638-a7a0e6c156f7
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:350af2a0-0c1f-49da-a07a-b4b9381a885f
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 120
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.650Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_storage_container.test
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/test-subnet?api-version=2017-09-01:
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:10 GMT
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Etag: W/"8d75947d-faa3-4e78-9127-ad4b96bcd5d8"
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: b28a1667-0caf-4e4c-8c70-09f3396a9105
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14978
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: c0d1ad75-18f6-4e0c-8a10-1cb9890ff376
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:b28a1667-0caf-4e4c-8c70-09f3396a9105
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 3ce
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "test-subnet",
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/test-subnet",
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefix": "10.188.3.0/27",
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "networkSecurityGroup": {
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkSecurityGroups/testSecurityGroup"
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "ipConfigurations": [
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/eventstoretest-nic/ipConfigurations/ip-config-test"
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ip-config-test"
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.808Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_subnet.test
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_network_interface.eventstoretest
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_network_interface.eventstoretest": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4203e5310), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_network_interface.eventstoretest" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_network_interface.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_interface.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_interface.test
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_network_interface.test
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_network_interface.test": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4203e5360), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_network_interface.test" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.test"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_network_interface.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_network_interface.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_interface.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018-01-09T10:48:11.810Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.810Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/eventstoretest-nic?api-version=2017-09-01 HTTP/1.1
2018-01-09T10:48:11.810Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.810Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.810Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.810Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.810Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.810Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.811Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.811Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic?api-version=2017-09-01 HTTP/1.1
2018-01-09T10:48:11.811Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.811Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.811Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.811Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.811Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.811Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/eventstoretest-nic?api-version=2017-09-01:
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Etag: W/"1b29563f-7d47-4eed-b668-0fc4c135a586"
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: ec1128bf-e8ec-4655-8475-63aa1e66b8d0
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14974
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 1cd16f07-850e-457d-b53d-7b82d0235638
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:ec1128bf-e8ec-4655-8475-63aa1e66b8d0
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 6d2
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "eventstoretest-nic",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/eventstoretest-nic",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"1b29563f-7d47-4eed-b668-0fc4c135a586\"",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "location": "westeurope",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "tags": {},
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "resourceGuid": "7a9f5c9b-f346-46b3-9922-14755dd3f7df",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "ipConfigurations": [
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "ip-config-test",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/eventstoretest-nic/ipConfigurations/ip-config-test",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"1b29563f-7d47-4eed-b668-0fc4c135a586\"",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "privateIPAddress": "10.188.3.29",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "privateIPAllocationMethod": "Static",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "subnet": {
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/test-subnet"
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "primary": true,
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "privateIPAddressVersion": "IPv4"
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ],
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "dnsSettings": {
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "dnsServers": [],
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "appliedDnsServers": [],
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "internalDomainNameSuffix": "dx5pwo2ebv3u5oblzvp5z2no0b.ax.internal.cloudapp.net"
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "macAddress": "00-0D-3A-2C-D0-03",
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "enableAcceleratedNetworking": false,
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "enableIPForwarding": false,
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "primary": true,
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "virtualMachine": {
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/EventstoreTest"
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "type": "Microsoft.Network/networkInterfaces"
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.874Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_interface.eventstoretest
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic?api-version=2017-09-01:
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Etag: W/"c25fd170-0a1f-458c-87fd-8a3dc406751c"
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 2031a2b9-c346-4d85-b590-f8e55cc85865
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14976
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: f423da98-d282-42f4-a919-5f7cc3519a8e
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:2031a2b9-c346-4d85-b590-f8e55cc85865
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 591
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "test-nic",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"c25fd170-0a1f-458c-87fd-8a3dc406751c\"",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "location": "westeurope",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "tags": {},
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "resourceGuid": "8e9c3207-6b60-408d-811a-f48dd44a01e8",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "ipConfigurations": [
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "ip-config-test",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic/ipConfigurations/ip-config-test",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"c25fd170-0a1f-458c-87fd-8a3dc406751c\"",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "privateIPAddress": "10.188.3.30",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "privateIPAllocationMethod": "Static",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "subnet": {
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/subnets/test-subnet"
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "primary": true,
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "privateIPAddressVersion": "IPv4"
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ],
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "dnsSettings": {
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "dnsServers": [],
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "appliedDnsServers": []
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "macAddress": "00-0D-3A-2D-71-C6",
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "enableAcceleratedNetworking": false,
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "enableIPForwarding": false
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "type": "Microsoft.Network/networkInterfaces"
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.944Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_interface.test
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_machine.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_machine.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_machine.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_machine.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_machine.test
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_machine.test": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_network_interface.test", "azurerm_resource_group.test", "random_id.test"}, Primary:(*terraform.InstanceState)(0xc4203e5220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.test" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_machine.test - *terraform.NodeRefreshableManagedResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_machine.test"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "azurerm_virtual_machine.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_machine.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.azurerm_virtual_machine.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalRefresh
2018-01-09T10:48:11.945Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Request:
2018-01-09T10:48:11.946Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/QWIN55728587ebd95474?api-version=2017-03-30 HTTP/1.1
2018-01-09T10:48:11.946Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:11.946Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:11.946Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:11.946Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:11.946Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.946Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-management-vnet?api-version=2017-09-01:
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Etag: W/"8d75947d-faa3-4e78-9127-ad4b96bcd5d8"
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: cdf6f6a0-3c19-4f5b-beda-8081ce8b9b49
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14989
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: e302ccf8-3e11-4c7d-a23b-74843ff8e9f5
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104811Z:cdf6f6a0-3c19-4f5b-beda-8081ce8b9b49
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 326
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "to-management-vnet",
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/virtualNetworks/test-vnet/virtualNetworkPeerings/to-management-vnet",
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "etag": "W/\"8d75947d-faa3-4e78-9127-ad4b96bcd5d8\"",
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Succeeded",
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "peeringState": "Connected",
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteVirtualNetwork": {
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/management/providers/Microsoft.Network/virtualNetworks/management-vnet"
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowVirtualNetworkAccess": true,
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowForwardedTraffic": false,
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "allowGatewayTransit": false,
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "useRemoteGateways": false,
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "remoteAddressSpace": {
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "addressPrefixes": [
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "10.188.4.0/24"
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:11.951Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network_peering.test-management
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/QWIN55728587ebd95474?api-version=2017-03-30:
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 404 Not Found
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 162
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:11 GMT
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 600ac761-dee0-41c3-94aa-76f48fa42da0
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Failure-Cause: gateway
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 600ac761-dee0-41c3-94aa-76f48fa42da0
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104812Z:600ac761-dee0-41c3-94aa-76f48fa42da0
2018-01-09T10:48:11.983Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:11 [TRACE] dag/walk: walking "provider.azurerm (close)"
2018/01/09 10:48:11 [TRACE] vertex 'root.provider.azurerm (close)': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.provider.azurerm (close)': evaluating
2018/01/09 10:48:11 [TRACE] [walkRefresh] Entering eval tree: provider.azurerm (close)
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:11 [TRACE] [walkRefresh] Exiting eval tree: provider.azurerm (close)
2018/01/09 10:48:11 [TRACE] dag/walk: walking "root"
2018/01/09 10:48:11 [TRACE] vertex 'root.root': walking
2018/01/09 10:48:11 [INFO] backend/local: apply calling Plan
2018/01/09 10:48:11 [INFO] terraform: building graph: GraphTypePlan
2018/01/09 10:48:11 [TRACE] ConfigTransformer: Starting for path: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.LocalTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_account.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_storage_account", RawCount:(*config.RawConfig)(0xc42039bc00), RawConfig:(*config.RawConfig)(0xc42039ba40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_container.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_storage_container", RawCount:(*config.RawConfig)(0xc42039bce0), RawConfig:(*config.RawConfig)(0xc42039bc70), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0xc420402380), RawConfig:(*config.RawConfig)(0xc420402310), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-management", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402bd0), RawConfig:(*config.RawConfig)(0xc420402b60), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc42039be30), RawConfig:(*config.RawConfig)(0xc42039bd50), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: random_id.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"random_id", RawCount:(*config.RawConfig)(0xc420402460), RawConfig:(*config.RawConfig)(0xc4204023f0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_network", RawCount:(*config.RawConfig)(0xc420402af0), RawConfig:(*config.RawConfig)(0xc420402a80), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-infra", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402cb0), RawConfig:(*config.RawConfig)(0xc420402c40), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.eventstoretest
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"eventstoretest", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc42039bf80), RawConfig:(*config.RawConfig)(0xc42039bea0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc420402a10), RawConfig:(*config.RawConfig)(0xc4204029a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test-infra2", Type:"azurerm_virtual_network_peering", RawCount:(*config.RawConfig)(0xc420402d90), RawConfig:(*config.RawConfig)(0xc420402d20), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_subnet.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_subnet", RawCount:(*config.RawConfig)(0xc42039b9d0), RawConfig:(*config.RawConfig)(0xc42039b960), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_group.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_network_security_group", RawCount:(*config.RawConfig)(0xc4204020e0), RawConfig:(*config.RawConfig)(0xc420402000), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.test
2018/01/09 10:48:11 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc4204027e0), RawConfig:(*config.RawConfig)(0xc4204024d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_network_interface.test": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4205f11d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "random_id.test": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205f10e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_network.test": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4205f1090), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4205f1180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_network_interface.eventstoretest": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4205f0fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_resource_group.test": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205f1220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra2": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4205f1130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_subnet.test": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_network_security_group.test", "azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4205f0f50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_network_security_group.test": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4205f12c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Resource state not found for "azurerm_virtual_machine.test": azurerm_virtual_machine.test
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_storage_account.test": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4205f1270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_storage_container.test": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_storage_account.test"}, Primary:(*terraform.InstanceState)(0xc4205f0ff0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-management": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4205f1040), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/09 10:48:11 [TRACE] Attach provider request: []string{} dns
2018/01/09 10:48:11 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4204022a0)}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [DEBUG] adding missing provider: azurerm
2018/01/09 10:48:11 [DEBUG] adding missing provider: random
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [DEBUG] resource azurerm_storage_account.test using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_network_interface.test using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_virtual_network_peering.test-infra using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_subnet.test using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_storage_container.test using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource dns_a_record_set.test using provider provider.dns
2018/01/09 10:48:11 [DEBUG] resource azurerm_virtual_network_peering.test-management using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource random_id.test using provider provider.random
2018/01/09 10:48:11 [DEBUG] resource azurerm_virtual_network.test using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_network_interface.eventstoretest using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_resource_group.test using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_virtual_network_peering.test-infra2 using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_network_security_group.test using provider provider.azurerm
2018/01/09 10:48:11 [DEBUG] resource azurerm_virtual_machine.test using provider provider.azurerm
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_storage_account.test" references: [azurerm_resource_group.test var.account_replication_type var.account_tier var.location]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.virtual_network_name" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "provider.dns" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_network_interface.test" references: [azurerm_resource_group.test azurerm_subnet.test var.location]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.server_thumbprint_secret" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.public_ip_dns" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.azure_dns_suffix" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.octopusserver" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.provisioning-powershell" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "provider.random" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_subnet.test" references: [azurerm_network_security_group.test azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.location" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.tentacle_api_secret" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.deploy_environment" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.certificate_secret" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_storage_container.test" references: [azurerm_resource_group.test azurerm_storage_account.test]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-management" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.azure_region" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.deploy_role" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "random_id.test" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.test" references: [azurerm_resource_group.test]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.vm_winrm_port" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.account_tier" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.account_replication_type" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.username_secret" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.remote_hostname" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.vm_computername" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_network_interface.eventstoretest" references: [azurerm_resource_group.test azurerm_subnet.test var.location]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra2" references: [azurerm_resource_group.test azurerm_virtual_network.test]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.resource_group_name" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.admin_secret" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.test" references: [azurerm_resource_group.test var.location]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.test" references: [azurerm_network_interface.test azurerm_resource_group.test random_id.test var.location var.password_secret var.username_secret var.vm_computername]
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.virtual_network_type" references: []
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "var.password_secret" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
provider.random - *terraform.NodeApplyableProvider
random_id.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
var.location - *terraform.NodeRootVariable
azurerm_resource_group.test - *terraform.NodePlannableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_storage_account.test - *terraform.NodePlannableResource
azurerm_subnet.test - *terraform.NodePlannableResource
azurerm_network_security_group.test - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_network_interface.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_resource_group.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
azurerm_virtual_network.test - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
dns_a_record_set.test - *terraform.NodePlannableResource
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResource
azurerm_storage_container.test - *terraform.NodePlannableResource
azurerm_virtual_machine.test - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResource
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResource
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
provider.random (close) - *terraform.graphNodeCloseProvider
random_id.test - *terraform.NodePlannableResource
random_id.test - *terraform.NodePlannableResource
provider.random - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
provider.random (close) - *terraform.graphNodeCloseProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:11 [DEBUG] Starting graph walk: walkPlan
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.server_thumbprint_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_storage_container.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.vm_computername"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.resource_group_name"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.virtual_network_type"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "provider.dns"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "root"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "dns_a_record_set.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.vm_winrm_port"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "provider.dns (close)"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.deploy_environment"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.username_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_network_security_group.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_machine.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.location"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.tentacle_api_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.deploy_role"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_storage_account.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "provider.random (close)"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.octopusserver"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.provisioning-powershell"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.account_tier"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "random_id.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.public_ip_dns"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "provider.random"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.virtual_network_name"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_subnet.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.admin_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.account_replication_type"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.remote_hostname"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.password_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.azure_dns_suffix"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.azure_region"
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "var.certificate_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.provisioning-powershell"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "azurerm_network_interface.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.account_tier"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "root" waiting on "provider.dns (close)"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.password_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-infra2" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.location"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.vm_computername"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.resource_group_name"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-management" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.public_ip_dns"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_network_interface.test" waiting on "azurerm_subnet.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.virtual_network_type"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "root" waiting on "provider.random (close)"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.server_thumbprint_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.deploy_role"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.azure_region"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.virtual_network_name"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_network.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.vm_winrm_port"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_storage_container.test" waiting on "azurerm_storage_account.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "random_id.test" waiting on "provider.random"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.azure_dns_suffix"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.admin_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.username_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_network_security_group.test" waiting on "azurerm_resource_group.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_network_interface.eventstoretest" waiting on "azurerm_subnet.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_resource_group.test" waiting on "provider.azurerm"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.tentacle_api_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.certificate_secret"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_subnet.test" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_storage_account.test" waiting on "var.account_replication_type"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "provider.random (close)" waiting on "random_id.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_network_peering.test-infra" waiting on "azurerm_virtual_network.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "random_id.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.deploy_environment"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_network_security_group.test" waiting on "var.location"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_storage_container.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.remote_hostname"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.octopusserver"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "azurerm_subnet.test" waiting on "azurerm_network_security_group.test"
2018/01/09 10:48:11 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_storage_container.test"
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_machine.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_network_interface.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_storage_account.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_network_security_group.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_network_interface.eventstoretest", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "provider.dns (close)", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "random_id.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_resource_group.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_subnet.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_storage_container.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "provider.random (close)", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-infra", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-infra2", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network_peering.test-management", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_network.test", sending new deps
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.public_ip_dns"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.public_ip_dns': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "provider.random"
2018/01/09 10:48:11 [TRACE] vertex 'root.provider.random': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.provider.random': evaluating
2018/01/09 10:48:11 [TRACE] [walkPlan] Entering eval tree: provider.random
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.admin_secret"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.admin_secret': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.virtual_network_name"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.virtual_network_name': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.azure_region"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.azure_region': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.certificate_secret"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.certificate_secret': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.account_replication_type"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.account_replication_type': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.remote_hostname"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.remote_hostname': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.password_secret"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.password_secret': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.azure_dns_suffix"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.azure_dns_suffix': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.vm_computername"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.vm_computername': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.server_thumbprint_secret"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.server_thumbprint_secret': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.deploy_role"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.deploy_role': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.vm_winrm_port"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.vm_winrm_port': walking
2018/01/09 10:48:11 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:11 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalConfigProvider
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.octopusserver"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.octopusserver': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.username_secret"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.username_secret': walking
2018/01/09 10:48:11 [TRACE] [walkPlan] Exiting eval tree: provider.random
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.account_tier"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.account_tier': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.resource_group_name"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.resource_group_name': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.virtual_network_type"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.virtual_network_type': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "provider.dns"
2018/01/09 10:48:11 [TRACE] vertex 'root.provider.dns': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.provider.dns': evaluating
2018/01/09 10:48:11 [TRACE] [walkPlan] Entering eval tree: provider.dns
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.deploy_environment"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.deploy_environment': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.location"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.location': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.tentacle_api_secret"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.tentacle_api_secret': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "var.provisioning-powershell"
2018/01/09 10:48:11 [TRACE] vertex 'root.var.provisioning-powershell': walking
2018/01/09 10:48:11 [TRACE] dag/walk: walking "random_id.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.random_id.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.random_id.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkPlan] Entering eval tree: random_id.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkPlan] Exiting eval tree: random_id.test
2018/01/09 10:48:11 [TRACE] vertex 'root.random_id.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] dag/walk: walking "provider.azurerm"
2018/01/09 10:48:11 [TRACE] vertex 'root.provider.azurerm': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/01/09 10:48:11 [TRACE] [walkPlan] Entering eval tree: provider.azurerm
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
random_id.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Checking: random_id.test
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
random_id.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:11 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:11 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:11 [DEBUG] Attaching resource state to "random_id.test": &terraform.ResourceState{Type:"random_id", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205f10e0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.random", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.AttachStateTransformer:
random_id.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.TargetsTransformer:
random_id.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:11 [DEBUG] ReferenceTransformer: "random_id.test" references: []
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ReferenceTransformer:
random_id.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.RootTransformer:
random_id.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:11 [TRACE] dag/walk: added new vertex: "random_id.test"
2018/01/09 10:48:11 [TRACE] dag/walk: walking "random_id.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.random_id.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.random_id.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkPlan] Entering eval tree: random_id.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalConfigProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:11 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:11 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-01-09T10:48:11.999Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: 2018/01/09 10:48:11 [INFO] Building DNSClient config structure
2018/01/09 10:48:11 [TRACE] [walkPlan] Exiting eval tree: provider.dns
2018/01/09 10:48:11 [TRACE] dag/walk: walking "dns_a_record_set.test"
2018/01/09 10:48:11 [TRACE] vertex 'root.dns_a_record_set.test': walking
2018/01/09 10:48:11 [TRACE] vertex 'root.dns_a_record_set.test': evaluating
2018/01/09 10:48:11 [TRACE] [walkPlan] Entering eval tree: dns_a_record_set.test
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:11 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:11 [TRACE] [walkPlan] Exiting eval tree: dns_a_record_set.test
2018/01/09 10:48:11 [TRACE] vertex 'root.dns_a_record_set.test': expanding/walking dynamic subgraph
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.ResourceCountTransformer:
dns_a_record_set.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:11 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:11 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
dns_a_record_set.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:12 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test
2018/01/09 10:48:12 [TRACE] Graph after step *terraform.AttachStateTransformer:
dns_a_record_set.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:12 [TRACE] Graph after step *terraform.TargetsTransformer:
dns_a_record_set.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:12 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: []
2018/01/09 10:48:12 [TRACE] Graph after step *terraform.ReferenceTransformer:
dns_a_record_set.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:12 [TRACE] Graph after step *terraform.RootTransformer:
dns_a_record_set.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:12 [TRACE] dag/walk: added new vertex: "dns_a_record_set.test"
2018/01/09 10:48:12 [TRACE] dag/walk: walking "dns_a_record_set.test"
2018/01/09 10:48:12 [TRACE] vertex 'root.dns_a_record_set.test': walking
2018/01/09 10:48:12 [TRACE] vertex 'root.dns_a_record_set.test': evaluating
2018/01/09 10:48:12 [TRACE] [walkPlan] Entering eval tree: dns_a_record_set.test
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalDiff
2018-01-09T10:48:12.002Z [DEBUG] plugin.terraform-provider-random_v1.1.0_x4: 2018/01/09 10:48:12 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:12 [TRACE] [walkPlan] Exiting eval tree: random_id.test
2018/01/09 10:48:12 [TRACE] dag/walk: walking "provider.random (close)"
2018/01/09 10:48:12 [TRACE] vertex 'root.provider.random (close)': walking
2018/01/09 10:48:12 [TRACE] vertex 'root.provider.random (close)': evaluating
2018/01/09 10:48:12 [TRACE] [walkPlan] Entering eval tree: provider.random (close)
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:12 [TRACE] [walkPlan] Exiting eval tree: provider.random (close)
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:12 [TRACE] [walkPlan] Exiting eval tree: dns_a_record_set.test
2018/01/09 10:48:12 [TRACE] dag/walk: walking "provider.dns (close)"
2018/01/09 10:48:12 [TRACE] vertex 'root.provider.dns (close)': walking
2018/01/09 10:48:12 [TRACE] vertex 'root.provider.dns (close)': evaluating
2018/01/09 10:48:12 [TRACE] [walkPlan] Entering eval tree: provider.dns (close)
2018/01/09 10:48:12 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:12 [TRACE] [walkPlan] Exiting eval tree: provider.dns (close)
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:11 [DEBUG] No Client Secret specified - loading credentials from Azure CLI
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:12 [DEBUG] Resource 'https://management.core.windows.net/' isn't for the correct Tenant
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:12 [DEBUG] AzureRM Request:
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers?api-version=2017-05-10 HTTP/1.1
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:12.003Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers?api-version=2017-05-10:
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:12 GMT
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: e949724a-85be-48d3-9009-e37ef8370a48
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14988
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: e949724a-85be-48d3-9009-e37ef8370a48
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104813Z:e949724a-85be-48d3-9009-e37ef8370a48
2018-01-09T10:48:13.259Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Authorization
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Automation
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Cache
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Compute
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerInstance
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.DBforMySQL
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.DBforPostgreSQL
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.DocumentDB
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.EventGrid
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace microsoft.insights
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Network
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.OperationalInsights
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Search
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Sql
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Skipping provider registration for namespace Microsoft.Storage
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Registering provider with namespace Microsoft.Resources
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] AzureRM Request:
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: POST /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Resources/register?api-version=2017-05-10 HTTP/1.1
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 0
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:13.279Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Resources/register?api-version=2017-05-10:
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:12 GMT
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 89114974-d0dc-4592-b071-6c103436aa9c
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Writes: 1199
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 89114974-d0dc-4592-b071-6c103436aa9c
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104813Z:89114974-d0dc-4592-b071-6c103436aa9c
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 1543
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: provider.azurerm
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_resource_group.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_resource_group.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:13.297Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_resource_group.test
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_resource_group.test': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_resource_group.test
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_resource_group.test": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4205f1220), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_resource_group.test" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.test"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_resource_group.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_resource_group.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_resource_group.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_resource_group.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018-01-09T10:48:13.299Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_resource_group.test
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_network.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network.test': walking
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_network_security_group.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_security_group.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_security_group.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_network_security_group.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_network.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_network.test
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network.test': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_network.test
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_network.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_storage_account.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_account.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_account.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_storage_account.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_virtual_network.test": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4205f1090), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.test" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network.test"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_network.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_network.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_storage_account.test
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_account.test': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_storage_account.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_storage_account.test
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_network_security_group.test
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_security_group.test': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_security_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_network_security_group.test
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_network_security_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_storage_account.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_storage_account.test": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4205f1270), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_storage_account.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_storage_account.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_storage_account.test" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_storage_account.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_storage_account.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_network_security_group.test": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.test"}, Primary:(*terraform.InstanceState)(0xc4205f12c0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_security_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_security_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.test" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_security_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_security_group.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_network_security_group.test"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_network_security_group.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_security_group.test': walking
2018-01-09T10:48:13.302Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_network.test
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_security_group.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_network_security_group.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_storage_account.test"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_storage_account.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_account.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_account.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_storage_account.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-management": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4205f1040), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-management" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-management - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-management"
2018-01-09T10:48:13.305Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018-01-09T10:48:13.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4205f1180), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-infra - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': walking
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-management': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_network_peering.test-management
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_virtual_network_peering.test-infra2": &terraform.ResourceState{Type:"azurerm_virtual_network_peering", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4205f1130), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_virtual_network_peering.test-infra2" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network_peering.test-infra2 - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_network_peering.test-infra2': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_network_peering.test-infra2
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_storage_account.test
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_storage_container.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_container.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_container.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_storage_container.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_network_security_group.test
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_subnet.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_subnet.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_subnet.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_subnet.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_storage_container.test
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_container.test': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_storage_container.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_storage_container.test
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_storage_container.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_storage_container.test": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_storage_account.test"}, Primary:(*terraform.InstanceState)(0xc4205f0ff0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_storage_container.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_storage_container.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_storage_container.test" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_storage_container.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_storage_container.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_storage_container.test"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_storage_container.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_container.test': walking
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_subnet.test
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_subnet.test': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_subnet.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_subnet.test
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_subnet.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_subnet.test": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_network_security_group.test", "azurerm_resource_group.test", "azurerm_virtual_network.test"}, Primary:(*terraform.InstanceState)(0xc4205f0f50), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_subnet.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_subnet.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_subnet.test" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_subnet.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_subnet.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_subnet.test"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_subnet.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_subnet.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_subnet.test': evaluating
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_storage_container.test': evaluating
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_subnet.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_storage_container.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018-01-09T10:48:13.314Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_network_peering.test-infra2
2018-01-09T10:48:13.315Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_network_peering.test-management
2018-01-09T10:48:13.316Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_network_peering.test-infra
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018-01-09T10:48:13.317Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018-01-09T10:48:13.317Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_storage_container.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_subnet.test
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_network_interface.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_network_interface.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_network_interface.test
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.test': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_interface.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_network_interface.test
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_network_interface.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_network_interface.test": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4205f11d0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_network_interface.test" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.test"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_network_interface.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_network_interface.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Checking: azurerm_network_interface.eventstoretest
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] Attaching resource state to "azurerm_network_interface.eventstoretest": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_resource_group.test", "azurerm_subnet.test"}, Primary:(*terraform.InstanceState)(0xc4205f0fa0), Deposed:[]*terraform.InstanceState{}, Provider:"provider.azurerm", mu:sync.Mutex{state:0, sema:0x0}}
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_network_interface.eventstoretest" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.eventstoretest - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_network_interface.eventstoretest': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018-01-09T10:48:13.321Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_network_interface.test
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_machine.test"
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_machine.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_machine.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountCheckComputed
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundary
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_machine.test': expanding/walking dynamic subgraph
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_machine.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] OrphanResourceCount: Starting...
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.OrphanResourceCountTransformer:
azurerm_virtual_machine.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018-01-09T10:48:13.323Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:13 [DEBUG] Instance Diff is nil in Diff()
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [DEBUG] Resource state not found for "azurerm_virtual_machine.test": azurerm_virtual_machine.test
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_machine.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_machine.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.test" references: []
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_machine.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_machine.test - *terraform.NodePlannableResourceInstance
2018/01/09 10:48:13 [TRACE] dag/walk: added new vertex: "azurerm_virtual_machine.test"
2018/01/09 10:48:13 [TRACE] dag/walk: walking "azurerm_virtual_machine.test"
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_network_interface.eventstoretest
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_machine.test': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.azurerm_virtual_machine.test': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCheckPreventDestroy
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:13 [TRACE] dag/walk: walking "provider.azurerm (close)"
2018/01/09 10:48:13 [TRACE] vertex 'root.provider.azurerm (close)': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.provider.azurerm (close)': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: provider.azurerm (close)
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCloseProvider
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: provider.azurerm (close)
2018/01/09 10:48:13 [TRACE] dag/walk: walking "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:13 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': walking
2018/01/09 10:48:13 [TRACE] vertex 'root.meta.count-boundary (count boundary fixup)': evaluating
2018/01/09 10:48:13 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (count boundary fixup)
2018/01/09 10:48:13 [TRACE] root: eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_security_group.test.0", replace "azurerm_network_security_group.test"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_subnet.test.0", replace "azurerm_subnet.test"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-infra.0", replace "azurerm_virtual_network_peering.test-infra"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-infra2.0", replace "azurerm_virtual_network_peering.test-infra2"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_storage_container.test.0", replace "azurerm_storage_container.test"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network_peering.test-management.0", replace "azurerm_virtual_network_peering.test-management"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_virtual_network.test.0", replace "azurerm_virtual_network.test"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_storage_account.test.0", replace "azurerm_storage_account.test"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_interface.eventstoretest.0", replace "azurerm_network_interface.eventstoretest"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "random_id.test.0", replace "random_id.test"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_network_interface.test.0", replace "azurerm_network_interface.test"
2018/01/09 10:48:13 [TRACE] EvalCountFixZeroOneBoundaryGlobal: count 1, search "azurerm_resource_group.test.0", replace "azurerm_resource_group.test"
2018/01/09 10:48:13 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (count boundary fixup)
2018/01/09 10:48:13 [TRACE] dag/walk: walking "root"
2018/01/09 10:48:13 [TRACE] vertex 'root.root': walking
2018/01/09 10:48:13 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2018/01/09 10:48:15 [INFO] terraform: building graph: GraphTypeApply
2018/01/09 10:48:15 [TRACE] DiffTransformer: starting
2018/01/09 10:48:15 [TRACE] DiffTransformer: Module: CREATE: azurerm_virtual_machine.test
availability_set_id: "" => "<computed>" (forces new resource)
delete_data_disks_on_termination: "" => "false"
delete_os_disk_on_termination: "" => "false"
location: "" => "westeurope" (forces new resource)
name: "" => "QWIN55728587ebd95474" (forces new resource)
network_interface_ids.#: "" => "1"
network_interface_ids.0: "" => "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic"
os_profile.#: "" => "1"
os_profile.2548162715.admin_password: "<sensitive>" => "<sensitive>" (attribute changed)
os_profile.2548162715.admin_username: "" => "testadmin"
os_profile.2548162715.computer_name: "" => "octopustest" (forces new resource)
os_profile.2548162715.custom_data: "" => "<computed>" (forces new resource)
os_profile_windows_config.#: "" => "1"
os_profile_windows_config.2256145325.additional_unattend_config.#: "" => "1"
os_profile_windows_config.2256145325.additional_unattend_config.0.component: "" => "Microsoft-Windows-Shell-Setup"
os_profile_windows_config.2256145325.additional_unattend_config.0.content: "" => "<AutoLogon><Password><Value>Testpassword123</Value></Password><Enabled>true</Enabled><LogonCount>1</LogonCount><Username>testadmin</Username></AutoLogon>"
os_profile_windows_config.2256145325.additional_unattend_config.0.pass: "" => "oobeSystem"
os_profile_windows_config.2256145325.additional_unattend_config.0.setting_name: "" => "AutoLogon"
os_profile_windows_config.2256145325.enable_automatic_upgrades: "" => "true"
os_profile_windows_config.2256145325.provision_vm_agent: "" => "true"
os_profile_windows_config.2256145325.winrm.#: "" => "0"
resource_group_name: "" => "test" (forces new resource)
storage_image_reference.#: "" => "1" (forces new resource)
storage_image_reference.1229512331.id: "" => ""
storage_image_reference.1229512331.offer: "" => "WindowsServer" (forces new resource)
storage_image_reference.1229512331.publisher: "" => "MicrosoftWindowsServer" (forces new resource)
storage_image_reference.1229512331.sku: "" => "2012-R2-Datacenter-smalldisk" (forces new resource)
storage_image_reference.1229512331.version: "" => "latest" (forces new resource)
storage_os_disk.#: "" => "1"
storage_os_disk.0.caching: "" => "ReadWrite"
storage_os_disk.0.create_option: "" => "FromImage"
storage_os_disk.0.disk_size_gb: "" => "<computed>"
storage_os_disk.0.managed_disk_id: "" => "<computed>" (forces new resource)
storage_os_disk.0.managed_disk_type: "" => "Standard_LRS"
storage_os_disk.0.name: "" => "tentacleOSdisk"
tags.%: "" => "<computed>"
vm_size: "" => "Standard_F2S"
CREATE: dns_a_record_set.test
addresses.#: "" => "1"
addresses.3866049395: "" => "10.188.3.30"
name: "" => "octopustest." (forces new resource)
ttl: "" => "3600" (forces new resource)
zone: "" => "azure.qurrent.nl." (forces new resource)
2018/01/09 10:48:15 [TRACE] DiffTransformer: Resource "dns_a_record_set.test": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"zone":*terraform.ResourceAttrDiff{Old:"", New:"azure.qurrent.nl.", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "name":*terraform.ResourceAttrDiff{Old:"", New:"octopustest.", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "addresses.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "addresses.3866049395":*terraform.ResourceAttrDiff{Old:"", New:"10.188.3.30", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "ttl":*terraform.ResourceAttrDiff{Old:"", New:"3600", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/01/09 10:48:15 [TRACE] DiffTransformer: Resource "azurerm_virtual_machine.test": *terraform.InstanceDiff{mu:sync.Mutex{state:0, sema:0x0}, Attributes:map[string]*terraform.ResourceAttrDiff{"storage_os_disk.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.0.create_option":*terraform.ResourceAttrDiff{Old:"", New:"FromImage", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "vm_size":*terraform.ResourceAttrDiff{Old:"", New:"Standard_F2S", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.2256145325.additional_unattend_config.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "tags.%":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.1229512331.version":*terraform.ResourceAttrDiff{Old:"", New:"latest", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "network_interface_ids.0":*terraform.ResourceAttrDiff{Old:"", New:"/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.2256145325.additional_unattend_config.0.setting_name":*terraform.ResourceAttrDiff{Old:"", New:"AutoLogon", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.2256145325.winrm.#":*terraform.ResourceAttrDiff{Old:"", New:"0", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile_windows_config.2256145325.enable_automatic_upgrades":*terraform.ResourceAttrDiff{Old:"", New:"true", 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.1229512331.publisher":*terraform.ResourceAttrDiff{Old:"", New:"MicrosoftWindowsServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "storage_image_reference.1229512331.id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.2548162715.admin_password":*terraform.ResourceAttrDiff{Old:"", New:"Testpassword123", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:true, Type:0x0}, "location":*terraform.ResourceAttrDiff{Old:"", New:"westeurope", NewComputed:false, NewRemoved:false, NewExtra:"West Europe", RequiresNew:true, Sensitive:false, Type:0x0}, "os_profile_windows_config.2256145325.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.2256145325.additional_unattend_config.0.content":*terraform.ResourceAttrDiff{Old:"", New:"<AutoLogon><Password><Value>Testpassword123</Value></Password><Enabled>true</Enabled><LogonCount>1</LogonCount><Username>testadmin</Username></AutoLogon>", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.0.name":*terraform.ResourceAttrDiff{Old:"", New:"tentacleOSdisk", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.0.caching":*terraform.ResourceAttrDiff{Old:"", New:"ReadWrite", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "os_profile.2548162715.custom_data":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, 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.0.managed_disk_id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "resource_group_name":*terraform.ResourceAttrDiff{Old:"", New:"test", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, 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}, "name":*terraform.ResourceAttrDiff{Old:"", New:"QWIN55728587ebd95474", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "os_profile.2548162715.computer_name":*terraform.ResourceAttrDiff{Old:"", New:"octopustest", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "storage_image_reference.1229512331.offer":*terraform.ResourceAttrDiff{Old:"", New:"WindowsServer", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "os_profile.#":*terraform.ResourceAttrDiff{Old:"", New:"1", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "id":*terraform.ResourceAttrDiff{Old:"", New:"", NewComputed:true, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x2}, "delete_data_disks_on_termination":*terraform.ResourceAttrDiff{Old:"", New:"false", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_image_reference.1229512331.sku":*terraform.ResourceAttrDiff{Old:"", New:"2012-R2-Datacenter-smalldisk", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:true, Sensitive:false, Type:0x0}, "os_profile.2548162715.admin_username":*terraform.ResourceAttrDiff{Old:"", New:"testadmin", 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.2256145325.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.0.managed_disk_type":*terraform.ResourceAttrDiff{Old:"", New:"Standard_LRS", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}, "storage_os_disk.0.disk_size_gb":*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:true, Sensitive:false, Type:0x0}, "os_profile_windows_config.2256145325.additional_unattend_config.0.pass":*terraform.ResourceAttrDiff{Old:"", New:"oobeSystem", NewComputed:false, NewRemoved:false, NewExtra:interface {}(nil), RequiresNew:false, Sensitive:false, Type:0x0}}, Destroy:false, DestroyDeposed:false, DestroyTainted:false, Meta:map[string]interface {}(nil)}
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.DiffTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.OrphanOutputTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
2018/01/09 10:48:15 [TRACE] AttachResourceConfigTransformer: Beginning...
2018/01/09 10:48:15 [TRACE] AttachResourceConfigTransformer: Attach resource config request: dns_a_record_set.test
2018/01/09 10:48:15 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"dns_a_record_set", RawCount:(*config.RawConfig)(0xc420402380), RawConfig:(*config.RawConfig)(0xc420402310), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:15 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.test
2018/01/09 10:48:15 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"test", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc4204027e0), RawConfig:(*config.RawConfig)(0xc4204024d0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
2018/01/09 10:48:15 [DEBUG] Resource state not found for "dns_a_record_set.test": dns_a_record_set.test
2018/01/09 10:48:15 [DEBUG] Resource state not found for "azurerm_virtual_machine.test": azurerm_virtual_machine.test
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
2018/01/09 10:48:15 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/01/09 10:48:15 [TRACE] Attach provider request: []string{} dns
2018/01/09 10:48:15 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"dns", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc4204022a0)}
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [DEBUG] adding missing provider: azurerm
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [DEBUG] resource dns_a_record_set.test using provider provider.dns
2018/01/09 10:48:15 [DEBUG] resource azurerm_virtual_machine.test using provider provider.azurerm
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [TRACE] DestroyEdgeTransformer: Beginning destroy edge transformation...
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.DestroyEdgeTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [TRACE] CBDEdgeTransformer: Beginning CBD transformation...
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.CBDEdgeTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.MissingProvisionerTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.ProvisionerTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.LocalTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.RemovedModuleTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.remote_hostname" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "provider.dns" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.azure_region" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.azure_dns_suffix" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.account_tier" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.account_replication_type" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.tentacle_api_secret" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.octopusserver" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.provisioning-powershell" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.test" references: [var.location var.password_secret var.username_secret var.vm_computername]
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.location" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.virtual_network_name" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.vm_winrm_port" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.public_ip_dns" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.deploy_environment" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.vm_computername" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.virtual_network_type" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.password_secret" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.certificate_secret" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.admin_secret" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.server_thumbprint_secret" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.deploy_role" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "dns_a_record_set.test" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.resource_group_name" references: []
2018/01/09 10:48:15 [DEBUG] ReferenceTransformer: "var.username_secret" references: []
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.CountBoundaryTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.location - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
dns_a_record_set.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
dns_a_record_set.test - *terraform.NodeApplyableResource
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_virtual_machine.test - *terraform.NodeApplyableResource
provider.dns - *terraform.NodeApplyableProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.test - *terraform.NodeApplyableResource
root - terraform.graphNodeRoot
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.dns (close) - *terraform.graphNodeCloseProvider
var.account_replication_type - *terraform.NodeRootVariable
var.account_tier - *terraform.NodeRootVariable
var.admin_secret - *terraform.NodeRootVariable
var.azure_dns_suffix - *terraform.NodeRootVariable
var.azure_region - *terraform.NodeRootVariable
var.certificate_secret - *terraform.NodeRootVariable
var.deploy_environment - *terraform.NodeRootVariable
var.deploy_role - *terraform.NodeRootVariable
var.location - *terraform.NodeRootVariable
var.octopusserver - *terraform.NodeRootVariable
var.password_secret - *terraform.NodeRootVariable
var.provisioning-powershell - *terraform.NodeRootVariable
var.public_ip_dns - *terraform.NodeRootVariable
var.remote_hostname - *terraform.NodeRootVariable
var.resource_group_name - *terraform.NodeRootVariable
var.server_thumbprint_secret - *terraform.NodeRootVariable
var.tentacle_api_secret - *terraform.NodeRootVariable
var.username_secret - *terraform.NodeRootVariable
var.virtual_network_name - *terraform.NodeRootVariable
var.virtual_network_type - *terraform.NodeRootVariable
var.vm_computername - *terraform.NodeRootVariable
var.vm_winrm_port - *terraform.NodeRootVariable
2018/01/09 10:48:15 [DEBUG] Starting graph walk: walkApply
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "provider.dns"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.account_tier"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.admin_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.azure_dns_suffix"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.octopusserver"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "azurerm_virtual_machine.test"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.vm_computername"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.provisioning-powershell"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "provider.dns (close)"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.username_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.vm_winrm_port"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "dns_a_record_set.test"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.deploy_environment"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.certificate_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.virtual_network_name"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.server_thumbprint_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.tentacle_api_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.virtual_network_type"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.account_replication_type"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.deploy_role"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.remote_hostname"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.location"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.public_ip_dns"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.password_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "root"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.resource_group_name"
2018/01/09 10:48:15 [TRACE] dag/walk: added new vertex: "var.azure_region"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.admin_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.octopusserver"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.remote_hostname"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.server_thumbprint_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.location"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.account_tier"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.username_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "provider.dns (close)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "root" waiting on "provider.dns (close)"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "dns_a_record_set.test" waiting on "provider.dns"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.virtual_network_name"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.public_ip_dns"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.azure_region"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.password_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.tentacle_api_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.virtual_network_type"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "var.vm_computername"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "azurerm_virtual_machine.test" waiting on "provider.azurerm"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.vm_winrm_port"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.deploy_environment"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.resource_group_name"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.azure_dns_suffix"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.account_replication_type"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.certificate_secret"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.provisioning-powershell"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "var.deploy_role"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "azurerm_virtual_machine.test"
2018/01/09 10:48:15 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "dns_a_record_set.test"
2018/01/09 10:48:15 [TRACE] dag/walk: dependencies changed for "root", sending new deps
2018/01/09 10:48:15 [TRACE] dag/walk: dependencies changed for "provider.dns (close)", sending new deps
2018/01/09 10:48:15 [TRACE] dag/walk: dependencies changed for "dns_a_record_set.test", sending new deps
2018/01/09 10:48:15 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/01/09 10:48:15 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps
2018/01/09 10:48:15 [TRACE] dag/walk: dependencies changed for "azurerm_virtual_machine.test", sending new deps
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.vm_computername"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.vm_computername': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.provisioning-powershell"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.provisioning-powershell': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.certificate_secret"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.certificate_secret': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.resource_group_name"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.resource_group_name': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.azure_region"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.azure_region': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.azure_dns_suffix"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.azure_dns_suffix': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.account_replication_type"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.account_replication_type': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.deploy_role"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.deploy_role': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.remote_hostname"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.remote_hostname': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.location"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.location': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.public_ip_dns"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.public_ip_dns': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.password_secret"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.password_secret': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.octopusserver"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.octopusserver': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "provider.dns"
2018/01/09 10:48:15 [TRACE] vertex 'root.provider.dns': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.username_secret"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.username_secret': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.deploy_environment"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.deploy_environment': walking
2018/01/09 10:48:15 [TRACE] vertex 'root.provider.dns': evaluating
2018/01/09 10:48:15 [TRACE] dag/walk: walking "provider.azurerm"
2018/01/09 10:48:15 [TRACE] vertex 'root.provider.azurerm': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.virtual_network_name"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.virtual_network_name': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.server_thumbprint_secret"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.server_thumbprint_secret': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.tentacle_api_secret"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.tentacle_api_secret': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.virtual_network_type"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.virtual_network_type': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.vm_winrm_port"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.vm_winrm_port': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.account_tier"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.account_tier': walking
2018/01/09 10:48:15 [TRACE] dag/walk: walking "var.admin_secret"
2018/01/09 10:48:15 [TRACE] vertex 'root.var.admin_secret': walking
2018/01/09 10:48:15 [TRACE] [walkApply] Entering eval tree: provider.dns
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:15 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/01/09 10:48:15 [TRACE] [walkApply] Entering eval tree: provider.azurerm
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalInitProvider
2018/01/09 10:48:15 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:15 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:15 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:15 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:15 [DEBUG] No Client Secret specified - loading credentials from Azure CLI
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:15 [DEBUG] Resource 'https://management.core.windows.net/' isn't for the correct Tenant
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:15 [DEBUG] AzureRM Request:
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers?api-version=2017-05-10 HTTP/1.1
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:15.280Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalOpFilter
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-01-09T10:48:15.281Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: 2018/01/09 10:48:15 [INFO] Building DNSClient config structure
2018/01/09 10:48:15 [TRACE] [walkApply] Exiting eval tree: provider.dns
2018/01/09 10:48:15 [TRACE] dag/walk: walking "dns_a_record_set.test"
2018/01/09 10:48:15 [TRACE] vertex 'root.dns_a_record_set.test': walking
2018/01/09 10:48:15 [TRACE] vertex 'root.dns_a_record_set.test': evaluating
2018/01/09 10:48:15 [TRACE] [walkApply] Entering eval tree: dns_a_record_set.test
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalReadDiff
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:15 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalReadDiff
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalApplyPre
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalApply
2018/01/09 10:48:15 [DEBUG] apply: dns_a_record_set.test: executing Apply
2018-01-09T10:48:15.285Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: panic: runtime error: invalid memory address or nil pointer dereference
2018-01-09T10:48:15.285Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x20 pc=0x9dd9c3]
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4:
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: goroutine 55 [running]:
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/miekg/dns.(*Msg).Insert(0xc4202d7850, 0xc4202d7718, 0x1, 0x1)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/miekg/dns/update.go:71 +0xa3
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: github.com/terraform-providers/terraform-provider-dns/dns.resourceDnsARecordSetUpdate(0xc420231960, 0xa9e020, 0xc420071360, 0x2, 0x2)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/dns/resource_dns_a_record_set.go:144 +0x89e
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: github.com/terraform-providers/terraform-provider-dns/dns.resourceDnsARecordSetCreate(0xc420231960, 0xa9e020, 0xc420071360, 0x24, 0x1051b40)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/dns/resource_dns_a_record_set.go:58 +0x2f7
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc4202a33e0, 0xc4201110e0, 0xc42034a1a0, 0xa9e020, 0xc420071360, 0x1, 0xc42034c030, 0xc420280db0)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:193 +0x3b6
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc420231500, 0xc420111090, 0xc4201110e0, 0xc42034a1a0, 0x7f93826c06c8, 0x0, 0x18)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:259 +0xa4
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Apply(0xc4202e9960, 0xc4202e9d80, 0xc420320b10, 0x0, 0x0)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:488 +0x57
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: reflect.Value.call(0xc420130f00, 0xc420118be0, 0x13, 0xbc8b80, 0x4, 0xc420041f20, 0x3, 0x3, 0xc4200266e8, 0xc4200829c8, ...)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /usr/local/go/src/reflect/value.go:434 +0x906
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: reflect.Value.Call(0xc420130f00, 0xc420118be0, 0x13, 0xc420026720, 0x3, 0x3, 0xc400000005, 0x0, 0x0)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /usr/local/go/src/reflect/value.go:302 +0xa4
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: net/rpc.(*service).call(0xc42031c540, 0xc420110ff0, 0xc42011bb78, 0xc420129e80, 0xc4203232c0, 0xaa02a0, 0xc4202e9d80, 0x16, 0xaa02e0, 0xc420320b10, ...)
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /usr/local/go/src/net/rpc/server.go:381 +0x142
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: created by net/rpc.(*Server).ServeCodec
2018-01-09T10:48:15.286Z [DEBUG] plugin.terraform-provider-dns_v1.0.0_x4: /usr/local/go/src/net/rpc/server.go:475 +0x36b
2018-01-09T10:48:15.286Z [DEBUG] plugin: plugin process exited: path=/home/qurrent/azureinfrastructure/azureinfrastructure/global/terraform-modules/test/.terraform/plugins/linux_amd64/terraform-provider-dns_v1.0.0_x4
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalApplyProvisioners
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalWriteState
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalWriteDiff
2018/01/09 10:48:15 [TRACE] root: eval: *terraform.EvalApplyPost
2018/01/09 10:48:15 [ERROR] root: eval: *terraform.EvalApplyPost, err: 1 error(s) occurred:
* dns_a_record_set.test: unexpected EOF
2018/01/09 10:48:15 [ERROR] root: eval: *terraform.EvalSequence, err: 1 error(s) occurred:
* dns_a_record_set.test: unexpected EOF
2018/01/09 10:48:15 [TRACE] [walkApply] Exiting eval tree: dns_a_record_set.test
2018/01/09 10:48:15 [TRACE] dag/walk: upstream errored, not walking "provider.dns (close)"
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers?api-version=2017-05-10:
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:15 GMT
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 6cfa0cdb-5668-4f67-ab57-1c89c72b7838
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14987
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 6cfa0cdb-5668-4f67-ab57-1c89c72b7838
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104816Z:6cfa0cdb-5668-4f67-ab57-1c89c72b7838
2018-01-09T10:48:16.273Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:16.292Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Authorization
2018-01-09T10:48:16.292Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Automation
2018-01-09T10:48:16.292Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Cache
2018-01-09T10:48:16.292Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn
2018-01-09T10:48:16.292Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Compute
2018-01-09T10:48:16.292Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerInstance
2018-01-09T10:48:16.292Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.DBforMySQL
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.DBforPostgreSQL
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.DocumentDB
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.EventGrid
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace microsoft.insights
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Network
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.OperationalInsights
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Search
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Sql
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Skipping provider registration for namespace Microsoft.Storage
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] Registering provider with namespace Microsoft.Resources
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] AzureRM Request:
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: POST /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Resources/register?api-version=2017-05-10 HTTP/1.1
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 0
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:16.293Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Resources/register?api-version=2017-05-10:
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:15 GMT
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 282c6ee3-a949-4f5f-85c8-a30bbdf30e79
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Writes: 1198
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 282c6ee3-a949-4f5f-85c8-a30bbdf30e79
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104816Z:282c6ee3-a949-4f5f-85c8-a30bbdf30e79
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:16.312Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 1543
2018-01-09T10:48:16.313Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:48:16.313Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:16.313Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:48:16 [TRACE] [walkApply] Exiting eval tree: provider.azurerm
2018/01/09 10:48:16 [TRACE] dag/walk: walking "azurerm_virtual_machine.test"
2018/01/09 10:48:16 [TRACE] vertex 'root.azurerm_virtual_machine.test': walking
2018/01/09 10:48:16 [TRACE] vertex 'root.azurerm_virtual_machine.test': evaluating
2018/01/09 10:48:16 [TRACE] [walkApply] Entering eval tree: azurerm_virtual_machine.test
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalSequence
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalInstanceInfo
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalReadDiff
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:16 [TRACE] root: eval: terraform.EvalNoop
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalIf
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalInterpolate
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalValidateResource
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalDiff
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalReadDiff
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalCompareDiff
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalGetProvider
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalReadState
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalApplyPre
2018/01/09 10:48:16 [TRACE] root: eval: *terraform.EvalApply
2018/01/09 10:48:16 [DEBUG] apply: azurerm_virtual_machine.test: executing Apply
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [INFO] preparing arguments for Azure ARM Virtual Machine creation.
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:16 [DEBUG] AzureRM Request:
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: PUT /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/QWIN55728587ebd95474?api-version=2017-03-30 HTTP/1.1
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 1224
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:48:16.318Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:48:17 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/QWIN55728587ebd95474?api-version=2017-03-30:
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 201 Created
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Length: 1640
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Azure-Asyncoperation: https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Compute/locations/westeurope/operations/cd095e11-542a-4499-aaf3-c393d8b334fe?api-version=2017-03-30
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:48:16 GMT
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: c531618b-6ac2-4707-9aad-489a7fb51d31
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Resource: Microsoft.Compute/PutVM3Min;239,Microsoft.Compute/PutVM30Min;1199
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Writes: 1197
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: cd095e11-542a-4499-aaf3-c393d8b334fe
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104817Z:c531618b-6ac2-4707-9aad-489a7fb51d31
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Served-By: cae370b8-9eb3-445f-b94e-7955ce5f6b08_131544383910772610
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "properties": {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "vmId": "3cd33177-2dd1-4347-ae4e-0d2b94f39752",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "hardwareProfile": {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "vmSize": "Standard_F2S"
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "storageProfile": {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "imageReference": {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "publisher": "MicrosoftWindowsServer",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "offer": "WindowsServer",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "sku": "2012-R2-Datacenter-smalldisk",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "version": "latest"
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "osDisk": {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "osType": "Windows",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "tentacleOSdisk",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "createOption": "FromImage",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "caching": "ReadWrite",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "managedDisk": {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "storageAccountType": "Standard_LRS"
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "dataDisks": []
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "osProfile": {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "computerName": "octopustest",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "adminUsername": "testadmin",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "windowsConfiguration": {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisionVMAgent": true,
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "enableAutomaticUpdates": true,
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "additionalUnattendContent": [
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "passName": "oobeSystem",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "componentName": "Microsoft-Windows-Shell-Setup",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "settingName": "AutoLogon"
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: ]
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "secrets": []
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "networkProfile": {"networkInterfaces":[{"id":"/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Network/networkInterfaces/test-nic","properties":{"primary":false}}]},
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "provisioningState": "Creating"
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: },
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "type": "Microsoft.Compute/virtualMachines",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "location": "westeurope",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "tags": {},
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "id": "/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/resourceGroups/test/providers/Microsoft.Compute/virtualMachines/QWIN55728587ebd95474",
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "QWIN55728587ebd95474"
2018-01-09T10:48:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018/01/09 10:48:20 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:20 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:20 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:25 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:25 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:25 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:30 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:30 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:30 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:35 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:35 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:35 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:40 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:40 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:40 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:45 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:45 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:45 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:50 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:50 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:50 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:55 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:48:55 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:48:55 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:00 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:00 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:00 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:05 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:05 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:05 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:10 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:10 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:10 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:15 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:15 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:15 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018-01-09T10:49:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:49:17 [DEBUG] AzureRM Request:
2018-01-09T10:49:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Compute/locations/westeurope/operations/cd095e11-542a-4499-aaf3-c393d8b334fe?api-version=2017-03-30 HTTP/1.1
2018-01-09T10:49:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:49:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:49:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:49:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:49:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:49:17.253Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:49:17 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Compute/locations/westeurope/operations/cd095e11-542a-4499-aaf3-c393d8b334fe?api-version=2017-03-30:
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:49:16 GMT
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: a427ac82-7c1a-4816-9d36-4fe91ad909a5
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Resource: Microsoft.Compute/GetOperation3Min;11996,Microsoft.Compute/GetOperation30Min;23996
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14986
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: 396010f8-f5c6-40d1-8b30-d84f955d0878
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T104917Z:a427ac82-7c1a-4816-9d36-4fe91ad909a5
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Served-By: cae370b8-9eb3-445f-b94e-7955ce5f6b08_131544383910772610
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 86
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "startTime": "2018-01-09T10:48:15.5880549+00:00",
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "status": "InProgress",
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "cd095e11-542a-4499-aaf3-c393d8b334fe"
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:49:17.306Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:49:20 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:20 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:20 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:25 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:25 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:25 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:30 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:30 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:30 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:35 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:35 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:35 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:40 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:40 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:40 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:45 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:45 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:45 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:50 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:50 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:50 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:55 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:49:55 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:49:55 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:50:00 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:50:00 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:50:00 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:50:05 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:50:05 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:50:05 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:50:10 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:50:10 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:50:10 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:50:15 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
2018/01/09 10:50:15 [TRACE] dag/walk: vertex "root", waiting for: "meta.count-boundary (count boundary fixup)"
2018/01/09 10:50:15 [TRACE] dag/walk: vertex "meta.count-boundary (count boundary fixup)", waiting for: "azurerm_virtual_machine.test"
2018-01-09T10:50:17.304Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:50:17 [DEBUG] AzureRM Request:
2018-01-09T10:50:17.304Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: GET /subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Compute/locations/westeurope/operations/cd095e11-542a-4499-aaf3-c393d8b334fe?api-version=2017-03-30 HTTP/1.1
2018-01-09T10:50:17.304Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Host: management.azure.com
2018-01-09T10:50:17.304Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: User-Agent: HashiCorp-Terraform-v0.10.6
2018-01-09T10:50:17.304Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuY29yZS53aW5kb3dzLm5ldC8iLCJpc3MiOiJodHRwczovL3N0cy53aW5kb3dzLm5ldC80NWFkMzQ0Zi00NWJlLTQ5OTQtOTUwMy01Y2M3Njk4ZjI5ZWEvIiwiaWF0IjoxNTE1NDkzNjQ5LCJuYmYiOjE1MTU0OTM2NDksImV4cCI6MTUxNTQ5NzU0OSwiYWNyIjoiMSIsImFpbyI6IlkyTmdZSmh3T3R2MHhiTzdIdWY2ZE52ZXM4akpGc2RlMmFqdDI1Qi9YeU5vbXJ0OTJUY0EiLCJhbXIiOlsicHdkIl0sImFwcGlkIjoiMDRiMDc3OTUtOGRkYi00NjFhLWJiZWUtMDJmOWUxYmY3YjQ2IiwiYXBwaWRhY3IiOiIwIiwiZV9leHAiOjI2MjgwMCwiZmFtaWx5X25hbWUiOiJTY2hpcHBlciIsImdpdmVuX25hbWUiOiJTdmVuIiwiZ3JvdXBzIjpbImU2MzZmMjdmLWVlNjctNGY3OS05NGM3LTg1YzJkNWIyMjNlMSIsIjhkM2U4MjlhLTIwYTEtNDBhZi05ZWQ0LWJlNjU5NDVlYmY0NCJdLCJpcGFkZHIiOiI1Mi4yMzIuMi42MSIsIm5hbWUiOiJTdmVuIFNjaGlwcGVyIiwib2lkIjoiNzJhYmJjOWQtNmM3Zi00ZWJlLWFlYTUtMWUyNWM2MmY1Mjc5IiwicHVpZCI6IjEwMDMwMDAwQTQ3OTYyN0YiLCJzY3AiOiJ1c2VyX2ltcGVyc29uYXRpb24iLCJzdWIiOiJMVE9mbVJjbUk0d0s4bE9oZ1VJUzc3NW5mN0g1NTFuU1Atay1ZcTZMVVRBIiwidGlkIjoiNDVhZDM0NGYtNDViZS00OTk0LTk1MDMtNWNjNzY5OGYyOWVhIiwidW5pcXVlX25hbWUiOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1cG4iOiJTdmVuLlNjaGlwcGVyQHF1cnJlbnQubmwiLCJ1dGkiOiJkR3dLNGpFaFFVcTV3Z0VoS1BzRUFBIiwidmVyIjoiMS4wIiwid2lkcyI6WyI2MmU5MDM5NC02OWY1LTQyMzctOTE5MC0wMTIxNzcxNDVlMTAiXX0.KlfGz7jjv9Rn9aHVYZdGl8DvYot3S6FTqzEtdzcs1zb2si577zIKRD5-JjCFiWx83JGtYOODGYMr2L63rxHX0IqTvaCMVxOR-BshXV8XBVfLhtQW11DWnF_UKIe95swfw_cIM7J2Qr0s8uCBZwYFRNZ55LsVvG_B3N0BE1lPKbW0RSYknHELxEjG853u_jarEFSY_sDgwsjM_69_GCIsqwhr8rUE_or2YSeke70v2d9wAD-ZsBsf7d2RJITcBI_nsZCRs-WGZHo5aXB6z7u5Jtbf5zikqpqg-VcKOrwyuE3lWsIw63AHAdHVBDV81IyD75G00S35oYdnEgVRzGOnfw
2018-01-09T10:50:17.304Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Accept-Encoding: gzip
2018-01-09T10:50:17.304Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:50:17.304Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 2018/01/09 10:50:19 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/5a05d949-fcd6-4f12-8714-920357c2b5d3/providers/Microsoft.Compute/locations/westeurope/operations/cd095e11-542a-4499-aaf3-c393d8b334fe?api-version=2017-03-30:
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: HTTP/1.1 200 OK
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Transfer-Encoding: chunked
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Cache-Control: no-cache
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Content-Type: application/json; charset=utf-8
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Date: Tue, 09 Jan 2018 10:50:19 GMT
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Expires: -1
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Pragma: no-cache
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Server: Microsoft-HTTPAPI/2.0
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: Vary: Accept-Encoding
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Correlation-Request-Id: 22da99ba-7eeb-4929-8491-56e7ba6d8e81
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Resource: Microsoft.Compute/GetOperation3Min;11991,Microsoft.Compute/GetOperation30Min;23991
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14985
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Request-Id: f3cc9382-7cad-4862-a6bc-79107810ae42
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180109T105019Z:22da99ba-7eeb-4929-8491-56e7ba6d8e81
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: X-Ms-Served-By: cae370b8-9eb3-445f-b94e-7955ce5f6b08_131544383910772610
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 86
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: {
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "startTime": "2018-01-09T10:48:15.5880549+00:00",
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "status": "InProgress",
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: "name": "cd095e11-542a-4499-aaf3-c393d8b334fe"
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: }
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4: 0
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018-01-09T10:50:19.897Z [DEBUG] plugin.terraform-provider-azurerm_v0.3.3_x4:
2018/01/09 10:50:20 [TRACE] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.test"
20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment