Skip to content

Instantly share code, notes, and snippets.

@githubvick
Created December 1, 2017 18:24
Show Gist options
  • Save githubvick/d756ccbb5f7fac22eea3c4f43927e73e to your computer and use it in GitHub Desktop.
Save githubvick/d756ccbb5f7fac22eea3c4f43927e73e to your computer and use it in GitHub Desktop.
Crash log of Terraform destroy
2017/12/01 12:39:19 [INFO] Terraform version: 0.9.4 277bbf65d1141207dbb30485bf124b1dba08f80f
2017/12/01 12:39:19 [INFO] Go runtime version: go1.8
2017/12/01 12:39:19 [INFO] CLI args: []string{"/var/lib/jenkins/terraform", "destroy", "-force"}
2017/12/01 12:39:19 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:19 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:19 [DEBUG] Attempting to open CLI config file: /var/lib/jenkins/.terraformrc
2017/12/01 12:39:19 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/12/01 12:39:19 [INFO] CLI command args: []string{"destroy", "-force"}
2017/12/01 12:39:19 [DEBUG] command: loading backend config file: /var/lib/jenkins/workspace/Myservices/04-Execute-Testcases/terraform/azure
2017/12/01 12:39:19 [DEBUG] command: no data state file found for backend config
2017/12/01 12:39:19 [DEBUG] New state was assigned lineage "174d57b5-268f-4513-bf29-284abf584988"
2017/12/01 12:39:19 [INFO] command: backend initialized: <nil>
2017/12/01 12:39:19 [INFO] command: backend <nil> is not enhanced, wrapping in local
2017/12/01 12:39:19 [INFO] backend/local: starting Apply operation
2017/12/01 12:39:19 [TRACE] Preserving existing state lineage "12fffea9-caf7-4064-b9a3-5f6bc4f00dfc"
2017/12/01 12:39:19 [TRACE] Preserving existing state lineage "12fffea9-caf7-4064-b9a3-5f6bc4f00dfc"
2017/12/01 12:39:19 [INFO] terraform: building graph: GraphTypeInput
2017/12/01 12:39:19 [TRACE] ConfigTransformer: Starting for path: []
2017/12/01 12:39:19 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
2017/12/01 12:39:19 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
2017/12/01 12:39:19 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:19 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_availability_set.testing
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"testing", Type:"azurerm_availability_set", RawCount:(*config.RawConfig)(0xc4204a5f20), RawConfig:(*config.RawConfig)(0xc4204a5bc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8sruleob", Type:"azurerm_network_security_rule", RawCount:(*config.RawConfig)(0xc420418f00), RawConfig:(*config.RawConfig)(0xc4204185a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.k8scluster
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8scluster", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc420474cc0), RawConfig:(*config.RawConfig)(0xc4204ff680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"azure_cloud_auth", Type:"vault_generic_secret", RawCount:(*config.RawConfig)(0xc4202e4060), RawConfig:(*config.RawConfig)(0xc420475ec0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.ansible-k8smaster
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ansible-k8smaster", Type:"null_resource", RawCount:(*config.RawConfig)(0xc420611200), RawConfig:(*config.RawConfig)(0xc420611140), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42015c8d0), (*config.Provisioner)(0xc42015c9c0), (*config.Provisioner)(0xc42015cab0), (*config.Provisioner)(0xc42015cc30)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-res", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc4204a4000), RawConfig:(*config.RawConfig)(0xc4203edda0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8sruleib", Type:"azurerm_network_security_rule", RawCount:(*config.RawConfig)(0xc4204199e0), RawConfig:(*config.RawConfig)(0xc420419080), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.mysvcs-ni
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-ni", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc4204fe660), RawConfig:(*config.RawConfig)(0xc420419bc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-vn1", Type:"azurerm_virtual_network", RawCount:(*config.RawConfig)(0xc4204a4600), RawConfig:(*config.RawConfig)(0xc4204a4180), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sn1", Type:"azurerm_subnet", RawCount:(*config.RawConfig)(0xc4204a4c60), RawConfig:(*config.RawConfig)(0xc4204a4780), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_public_ip.mysvcs-k8sip
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-k8sip", Type:"azurerm_public_ip", RawCount:(*config.RawConfig)(0xc4204a5560), RawConfig:(*config.RawConfig)(0xc4204a4de0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sa1", Type:"azurerm_storage_account", RawCount:(*config.RawConfig)(0xc4204fee40), RawConfig:(*config.RawConfig)(0xc4204fe7e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.ansible-k8snodes
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ansible-k8snodes", Type:"null_resource", RawCount:(*config.RawConfig)(0xc420262c60), RawConfig:(*config.RawConfig)(0xc420262b40), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42015cff0), (*config.Provisioner)(0xc42015d200)}, Provider:"", DependsOn:[]string{"null_resource.ansible-k8smaster"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_route_table.mysvcs
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs", Type:"azurerm_route_table", RawCount:(*config.RawConfig)(0xc4204a5a40), RawConfig:(*config.RawConfig)(0xc4204a56e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-nwksec", Type:"azurerm_network_security_group", RawCount:(*config.RawConfig)(0xc420418420), RawConfig:(*config.RawConfig)(0xc4204180c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_container.mysvcs-sc
2017/12/01 12:39:19 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sc", Type:"azurerm_storage_container", RawCount:(*config.RawConfig)(0xc4204ff4a0), RawConfig:(*config.RawConfig)(0xc4204fefc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:19 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
2017/12/01 12:39:19 [DEBUG] Attaching resource state to "null_resource.ansible-k8smaster": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip"}, Primary:(*terraform.InstanceState)(0xc4206070e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:19 [DEBUG] Attaching resource state to "azurerm_resource_group.mysvcs-res": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420607180), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:19 [DEBUG] Attaching resource state to "azurerm_network_security_rule.k8sruleib": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607360), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_interface.mysvcs-ni": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc420607310), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "data.vault_generic_secret.azure_cloud_auth": &terraform.ResourceState{Type:"vault_generic_secret", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420607130), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_network.mysvcs-vn1": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607090), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_subnet.mysvcs-sn1": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_virtual_network.mysvcs-vn1"}, Primary:(*terraform.InstanceState)(0xc420607270), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_public_ip.mysvcs-k8sip": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607040), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_storage_account.mysvcs-sa1": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607220), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8snodes": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip.*", "null_resource.ansible-k8smaster"}, Primary:(*terraform.InstanceState)(0xc4206072c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_route_table.mysvcs": &terraform.ResourceState{Type:"azurerm_route_table", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4206071d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_group.mysvcs-nwksec": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606f00), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_storage_container.mysvcs-sc": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1"}, Primary:(*terraform.InstanceState)(0xc420606be0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_availability_set.testing": &terraform.ResourceState{Type:"azurerm_availability_set", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606e60), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_rule.k8sruleob": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606f50), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_machine.k8scluster": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420606cd0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} azurerm
2017/12/01 12:39:20 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4204757a0)}
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} null
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} vault
2017/12/01 12:39:20 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"vault", Alias:"", RawConfig:(*config.RawConfig)(0xc420475bc0)}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.mysvcs-vn1" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_subnet.mysvcs-sn1" references: [azurerm_resource_group.mysvcs-res azurerm_virtual_network.mysvcs-vn1]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_public_ip.mysvcs-k8sip" references: [azurerm_resource_group.mysvcs-res var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_storage_account.mysvcs-sa1" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8snodes" references: [azurerm_public_ip.mysvcs-k8sip null_resource.ansible-k8smaster var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_route_table.mysvcs" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.mysvcs-nwksec" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_storage_container.mysvcs-sc" references: [azurerm_resource_group.mysvcs-res azurerm_storage_account.mysvcs-sa1]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_availability_set.testing" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_rule.k8sruleob" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.k8scluster" references: [azurerm_availability_set.testing azurerm_network_interface.mysvcs-ni azurerm_resource_group.mysvcs-res azurerm_storage_account.mysvcs-sa1 azurerm_storage_container.mysvcs-sc var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "data.vault_generic_secret.azure_cloud_auth" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "var.node-count" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.null" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8smaster" references: [azurerm_public_ip.mysvcs-k8sip]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_resource_group.mysvcs-res" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_rule.k8sruleib" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_interface.mysvcs-ni" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_public_ip.mysvcs-k8sip azurerm_resource_group.mysvcs-res azurerm_subnet.mysvcs-sn1 var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.vault" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeAbstractResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
azurerm_availability_set.testing - *terraform.NodeAbstractResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeAbstractResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeAbstractResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeAbstractResource
azurerm_resource_group.mysvcs-res - *terraform.NodeAbstractResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
null_resource.ansible-k8smaster - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeAbstractResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeAbstractResource
azurerm_route_table.mysvcs - *terraform.NodeAbstractResource
azurerm_virtual_machine.k8scluster - *terraform.NodeAbstractResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeAbstractResource
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.ansible-k8snodes - *terraform.NodeAbstractResource
root - terraform.graphNodeRoot
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [DEBUG] Starting graph walk: walkInput
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.vault"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.null (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "root"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_interface.mysvcs-ni"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.k8scluster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provisioner.local-exec (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "var.node-count"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.azurerm (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.null"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_public_ip.mysvcs-k8sip"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8snodes"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "data.vault_generic_secret.azure_cloud_auth" waiting on "provider.vault"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni" waiting on "azurerm_public_ip.mysvcs-k8sip"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.vault (close)" waiting on "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "null_resource.ansible-k8snodes"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_network.mysvcs-vn1" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.ansible-k8snodes"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.k8scluster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster" waiting on "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_rule.k8sruleob" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_group.mysvcs-nwksec" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster" waiting on "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster" waiting on "azurerm_network_interface.mysvcs-ni"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8smaster" waiting on "provider.null"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_subnet.mysvcs-sn1" waiting on "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8snodes" waiting on "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_availability_set.testing" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_resource_group.mysvcs-res" waiting on "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip" waiting on "var.node-count"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_storage_container.mysvcs-sc" waiting on "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8smaster" waiting on "azurerm_public_ip.mysvcs-k8sip"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.null (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_storage_account.mysvcs-sa1" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni" waiting on "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_route_table.mysvcs" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_rule.k8sruleib" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "null_resource.ansible-k8smaster", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_subnet.mysvcs-sn1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_public_ip.mysvcs-k8sip", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "null_resource.ansible-k8snodes", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_route_table.mysvcs", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_machine.k8scluster", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_resource_group.mysvcs-res", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_network.mysvcs-vn1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_availability_set.testing", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_rule.k8sruleob", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "data.vault_generic_secret.azure_cloud_auth", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_group.mysvcs-nwksec", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_storage_container.mysvcs-sc", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_storage_account.mysvcs-sa1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_rule.k8sruleib", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_interface.mysvcs-ni", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.vault (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.vault"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault': evaluating
2017/12/01 12:39:20 [TRACE] [walkInput] Entering eval tree: provider.vault
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] plugin: starting plugin: /var/lib/jenkins/terraform []string{"/var/lib/jenkins/terraform", "internal-plugin", "provider", "vault"}
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "var.node-count"
2017/12/01 12:39:20 [DEBUG] vertex 'root.var.node-count': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/12/01 12:39:20 [TRACE] [walkInput] Entering eval tree: provider.azurerm
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.null"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null': evaluating
2017/12/01 12:39:20 [TRACE] [walkInput] Entering eval tree: provider.null
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] plugin: waiting for RPC address for: /var/lib/jenkins/terraform
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] Terraform version: 0.9.4 277bbf65d1141207dbb30485bf124b1dba08f80f
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] Go runtime version: go1.8
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] CLI args: []string{"/var/lib/jenkins/terraform", "internal-plugin", "provider", "vault"}
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Attempting to open CLI config file: /var/lib/jenkins/.terraformrc
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] CLI command args: []string{"internal-plugin", "provider", "vault"}
2017/12/01 12:39:20 [DEBUG] plugin: terraform: vault-provider (internal) 2017/12/01 12:39:20 [INFO] Starting provider plugin vault
2017/12/01 12:39:20 [DEBUG] plugin: terraform: vault-provider (internal) 2017/12/01 12:39:20 [DEBUG] plugin: plugin address: unix /tmp/plugin451340366
2017/12/01 12:39:20 [DEBUG] plugin: terraform: vault-provider (internal) 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInputProvider
2017/12/01 12:39:20 [DEBUG] plugin: starting plugin: /var/lib/jenkins/terraform []string{"/var/lib/jenkins/terraform", "internal-plugin", "provider", "azurerm"}
2017/12/01 12:39:20 [DEBUG] plugin: waiting for RPC address for: /var/lib/jenkins/terraform
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] Terraform version: 0.9.4 277bbf65d1141207dbb30485bf124b1dba08f80f
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] Go runtime version: go1.8
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] CLI args: []string{"/var/lib/jenkins/terraform", "internal-plugin", "provider", "azurerm"}
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Attempting to open CLI config file: /var/lib/jenkins/.terraformrc
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] CLI command args: []string{"internal-plugin", "provider", "azurerm"}
2017/12/01 12:39:20 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:20 [INFO] Starting provider plugin azurerm
2017/12/01 12:39:20 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:20 [DEBUG] plugin: plugin address: unix /tmp/plugin455171358
2017/12/01 12:39:20 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInputProvider
2017/12/01 12:39:20 [DEBUG] plugin: starting plugin: /var/lib/jenkins/terraform []string{"/var/lib/jenkins/terraform", "internal-plugin", "provider", "null"}
2017/12/01 12:39:20 [DEBUG] plugin: waiting for RPC address for: /var/lib/jenkins/terraform
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] Terraform version: 0.9.4 277bbf65d1141207dbb30485bf124b1dba08f80f
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] Go runtime version: go1.8
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] CLI args: []string{"/var/lib/jenkins/terraform", "internal-plugin", "provider", "null"}
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Attempting to open CLI config file: /var/lib/jenkins/.terraformrc
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] CLI command args: []string{"internal-plugin", "provider", "null"}
2017/12/01 12:39:20 [DEBUG] plugin: terraform: null-provider (internal) 2017/12/01 12:39:20 [INFO] Starting provider plugin null
2017/12/01 12:39:20 [DEBUG] plugin: terraform: null-provider (internal) 2017/12/01 12:39:20 [DEBUG] plugin: plugin address: unix /tmp/plugin988526040
2017/12/01 12:39:20 [DEBUG] plugin: terraform: null-provider (internal) 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInputProvider
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [TRACE] [walkInput] Exiting eval tree: provider.vault
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] vertex 'root.data.vault_generic_secret.azure_cloud_auth': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkInput] Entering eval tree: provider.vault (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/12/01 12:39:20 [TRACE] [walkInput] Exiting eval tree: provider.vault (close)
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [TRACE] [walkInput] Exiting eval tree: provider.azurerm
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_resource_group.mysvcs-res': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_public_ip.mysvcs-k8sip"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_account.mysvcs-sa1': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_container.mysvcs-sc': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_group.mysvcs-nwksec': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleob': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_availability_set.testing': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_network.mysvcs-vn1': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_subnet.mysvcs-sn1': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_interface.mysvcs-ni"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_virtual_machine.k8scluster"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_route_table.mysvcs': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleib': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.azurerm (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkInput] Entering eval tree: provider.azurerm (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/12/01 12:39:20 [TRACE] [walkInput] Exiting eval tree: provider.azurerm (close)
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [TRACE] [walkInput] Exiting eval tree: provider.null
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8smaster': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "null_resource.ansible-k8snodes"
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8snodes': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provisioner.local-exec (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provisioner.local-exec (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provisioner.local-exec (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkInput] Entering eval tree: provisioner.local-exec (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvisioner
2017/12/01 12:39:20 [TRACE] [walkInput] Exiting eval tree: provisioner.local-exec (close)
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.null (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkInput] Entering eval tree: provider.null (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/12/01 12:39:20 [TRACE] [walkInput] Exiting eval tree: provider.null (close)
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "root"
2017/12/01 12:39:20 [DEBUG] vertex 'root.root': walking
2017/12/01 12:39:20 [INFO] terraform: building graph: GraphTypeValidate
2017/12/01 12:39:20 [TRACE] ConfigTransformer: Starting for path: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.OrphanResourceTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_container.mysvcs-sc
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sc", Type:"azurerm_storage_container", RawCount:(*config.RawConfig)(0xc4204ff4a0), RawConfig:(*config.RawConfig)(0xc4204fefc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"azure_cloud_auth", Type:"vault_generic_secret", RawCount:(*config.RawConfig)(0xc4202e4060), RawConfig:(*config.RawConfig)(0xc420475ec0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-vn1", Type:"azurerm_virtual_network", RawCount:(*config.RawConfig)(0xc4204a4600), RawConfig:(*config.RawConfig)(0xc4204a4180), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_public_ip.mysvcs-k8sip
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-k8sip", Type:"azurerm_public_ip", RawCount:(*config.RawConfig)(0xc4204a5560), RawConfig:(*config.RawConfig)(0xc4204a4de0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_availability_set.testing
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"testing", Type:"azurerm_availability_set", RawCount:(*config.RawConfig)(0xc4204a5f20), RawConfig:(*config.RawConfig)(0xc4204a5bc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8sruleib", Type:"azurerm_network_security_rule", RawCount:(*config.RawConfig)(0xc4204199e0), RawConfig:(*config.RawConfig)(0xc420419080), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sa1", Type:"azurerm_storage_account", RawCount:(*config.RawConfig)(0xc4204fee40), RawConfig:(*config.RawConfig)(0xc4204fe7e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.k8scluster
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8scluster", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc420474cc0), RawConfig:(*config.RawConfig)(0xc4204ff680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.ansible-k8smaster
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ansible-k8smaster", Type:"null_resource", RawCount:(*config.RawConfig)(0xc420611200), RawConfig:(*config.RawConfig)(0xc420611140), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42015c8d0), (*config.Provisioner)(0xc42015c9c0), (*config.Provisioner)(0xc42015cab0), (*config.Provisioner)(0xc42015cc30)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.ansible-k8snodes
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ansible-k8snodes", Type:"null_resource", RawCount:(*config.RawConfig)(0xc420262c60), RawConfig:(*config.RawConfig)(0xc420262b40), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42015cff0), (*config.Provisioner)(0xc42015d200)}, Provider:"", DependsOn:[]string{"null_resource.ansible-k8smaster"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_route_table.mysvcs
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs", Type:"azurerm_route_table", RawCount:(*config.RawConfig)(0xc4204a5a40), RawConfig:(*config.RawConfig)(0xc4204a56e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.mysvcs-ni
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-ni", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc4204fe660), RawConfig:(*config.RawConfig)(0xc420419bc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8sruleob", Type:"azurerm_network_security_rule", RawCount:(*config.RawConfig)(0xc420418f00), RawConfig:(*config.RawConfig)(0xc4204185a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-res", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc4204a4000), RawConfig:(*config.RawConfig)(0xc4203edda0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sn1", Type:"azurerm_subnet", RawCount:(*config.RawConfig)(0xc4204a4c60), RawConfig:(*config.RawConfig)(0xc4204a4780), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-nwksec", Type:"azurerm_network_security_group", RawCount:(*config.RawConfig)(0xc420418420), RawConfig:(*config.RawConfig)(0xc4204180c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_resource_group.mysvcs-res": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420607180), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_subnet.mysvcs-sn1": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_virtual_network.mysvcs-vn1"}, Primary:(*terraform.InstanceState)(0xc420607270), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_group.mysvcs-nwksec": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606f00), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_network.mysvcs-vn1": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607090), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_public_ip.mysvcs-k8sip": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607040), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_availability_set.testing": &terraform.ResourceState{Type:"azurerm_availability_set", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606e60), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_rule.k8sruleib": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607360), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_storage_container.mysvcs-sc": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1"}, Primary:(*terraform.InstanceState)(0xc420606be0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "data.vault_generic_secret.azure_cloud_auth": &terraform.ResourceState{Type:"vault_generic_secret", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420607130), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8smaster": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip"}, Primary:(*terraform.InstanceState)(0xc4206070e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8snodes": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip.*", "null_resource.ansible-k8smaster"}, Primary:(*terraform.InstanceState)(0xc4206072c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_route_table.mysvcs": &terraform.ResourceState{Type:"azurerm_route_table", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4206071d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_interface.mysvcs-ni": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc420607310), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_storage_account.mysvcs-sa1": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607220), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_machine.k8scluster": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420606cd0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_rule.k8sruleob": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606f50), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} vault
2017/12/01 12:39:20 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"vault", Alias:"", RawConfig:(*config.RawConfig)(0xc420475bc0)}
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} null
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} azurerm
2017/12/01 12:39:20 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4204757a0)}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provisioner.local-exec" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_rule.k8sruleob" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_subnet.mysvcs-sn1" references: [azurerm_resource_group.mysvcs-res azurerm_virtual_network.mysvcs-vn1]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.mysvcs-nwksec" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_resource_group.mysvcs-res" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_public_ip.mysvcs-k8sip" references: [azurerm_resource_group.mysvcs-res var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_availability_set.testing" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_rule.k8sruleib" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_storage_container.mysvcs-sc" references: [azurerm_resource_group.mysvcs-res azurerm_storage_account.mysvcs-sa1]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "data.vault_generic_secret.azure_cloud_auth" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.mysvcs-vn1" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8snodes" references: [azurerm_public_ip.mysvcs-k8sip null_resource.ansible-k8smaster var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_route_table.mysvcs" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_interface.mysvcs-ni" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_public_ip.mysvcs-k8sip azurerm_resource_group.mysvcs-res azurerm_subnet.mysvcs-sn1 var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_storage_account.mysvcs-sa1" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.k8scluster" references: [azurerm_availability_set.testing azurerm_network_interface.mysvcs-ni azurerm_resource_group.mysvcs-res azurerm_storage_account.mysvcs-sa1 azurerm_storage_container.mysvcs-sc var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "var.node-count" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.vault" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8smaster" references: [azurerm_public_ip.mysvcs-k8sip]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.null" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.CloseProvisionerTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
azurerm_availability_set.testing - *terraform.NodeValidatableResource
azurerm_network_interface.mysvcs-ni - *terraform.NodeValidatableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
azurerm_public_ip.mysvcs-k8sip - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provisioner.local-exec - *terraform.NodeProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
null_resource.ansible-k8smaster - *terraform.NodeValidatableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResource
azurerm_route_table.mysvcs - *terraform.NodeValidatableResource
azurerm_virtual_machine.k8scluster - *terraform.NodeValidatableResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResource
provisioner.local-exec - *terraform.NodeProvisioner
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
null_resource.ansible-k8snodes - *terraform.NodeValidatableResource
root - terraform.graphNodeRoot
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
provisioner.local-exec (close) - *terraform.graphNodeCloseProvisioner
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [DEBUG] Starting graph walk: walkValidate
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_interface.mysvcs-ni"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.null"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provisioner.local-exec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.null (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.azurerm (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "var.node-count"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8snodes"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "root"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.k8scluster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.vault"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_public_ip.mysvcs-k8sip"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provisioner.local-exec (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_availability_set.testing" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.ansible-k8snodes"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_route_table.mysvcs" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_resource_group.mysvcs-res" waiting on "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.vault (close)" waiting on "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_rule.k8sruleob" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni" waiting on "azurerm_public_ip.mysvcs-k8sip"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8smaster" waiting on "provider.null"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_storage_container.mysvcs-sc" waiting on "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_subnet.mysvcs-sn1" waiting on "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster" waiting on "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8snodes" waiting on "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_storage_account.mysvcs-sa1" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8smaster" waiting on "provisioner.local-exec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "data.vault_generic_secret.azure_cloud_auth" waiting on "provider.vault"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_network.mysvcs-vn1" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip" waiting on "var.node-count"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.k8scluster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provisioner.local-exec (close)" waiting on "null_resource.ansible-k8snodes"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster" waiting on "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster" waiting on "azurerm_network_interface.mysvcs-ni"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.null (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_rule.k8sruleib" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8smaster" waiting on "azurerm_public_ip.mysvcs-k8sip"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_group.mysvcs-nwksec" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provisioner.local-exec (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni" waiting on "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.vault (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_interface.mysvcs-ni", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_storage_account.mysvcs-sa1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_network.mysvcs-vn1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "null_resource.ansible-k8smaster", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_public_ip.mysvcs-k8sip", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_machine.k8scluster", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "null_resource.ansible-k8snodes", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "data.vault_generic_secret.azure_cloud_auth", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_rule.k8sruleib", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_group.mysvcs-nwksec", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_resource_group.mysvcs-res", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_storage_container.mysvcs-sc", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_subnet.mysvcs-sn1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provisioner.local-exec (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_availability_set.testing", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_route_table.mysvcs", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_rule.k8sruleob", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.vault"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: provider.vault
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: provider.azurerm
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.null"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: provider.null
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provisioner.local-exec"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provisioner.local-exec': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provisioner.local-exec': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: provisioner.local-exec
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvisioner
2017/12/01 12:39:20 [DEBUG] plugin: starting plugin: /var/lib/jenkins/terraform []string{"/var/lib/jenkins/terraform", "internal-plugin", "provisioner", "local-exec"}
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "var.node-count"
2017/12/01 12:39:20 [DEBUG] vertex 'root.var.node-count': walking
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvider
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: provider.vault
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] vertex 'root.data.vault_generic_secret.azure_cloud_auth': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.data.vault_generic_secret.azure_cloud_auth': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:20 [DEBUG] vertex 'root.data.vault_generic_secret.azure_cloud_auth': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "data.vault_generic_secret.azure_cloud_auth": &terraform.ResourceState{Type:"vault_generic_secret", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420607130), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "data.vault_generic_secret.azure_cloud_auth" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] vertex 'root.data.vault_generic_secret.azure_cloud_auth': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.data.vault_generic_secret.azure_cloud_auth': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_resource_group.mysvcs-res': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_resource_group.mysvcs-res': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_resource_group.mysvcs-res': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_resource_group.mysvcs-res": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc420607180), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_resource_group.mysvcs-res" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_resource_group.mysvcs-res - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_resource_group.mysvcs-res': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_resource_group.mysvcs-res': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_account.mysvcs-sa1': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_account.mysvcs-sa1': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_account.mysvcs-sa1': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_storage_account.mysvcs-sa1": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607220), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_storage_account.mysvcs-sa1" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_account.mysvcs-sa1': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_account.mysvcs-sa1': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_route_table.mysvcs': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_route_table.mysvcs': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_route_table.mysvcs
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_route_table.mysvcs
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_route_table.mysvcs': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_route_table.mysvcs - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_route_table.mysvcs": &terraform.ResourceState{Type:"azurerm_route_table", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4206071d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_route_table.mysvcs - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_route_table.mysvcs - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_route_table.mysvcs" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_route_table.mysvcs - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_route_table.mysvcs - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_route_table.mysvcs': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_route_table.mysvcs': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_route_table.mysvcs
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_availability_set.testing': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_availability_set.testing': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_availability_set.testing
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_availability_set.testing
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_availability_set.testing': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_availability_set.testing": &terraform.ResourceState{Type:"azurerm_availability_set", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606e60), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_availability_set.testing" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_availability_set.testing - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_availability_set.testing': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_availability_set.testing': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_availability_set.testing
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_group.mysvcs-nwksec': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_group.mysvcs-nwksec': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_group.mysvcs-nwksec': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_group.mysvcs-nwksec": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606f00), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.mysvcs-nwksec" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_group.mysvcs-nwksec': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_group.mysvcs-nwksec': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_public_ip.mysvcs-k8sip"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_public_ip.mysvcs-k8sip
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_public_ip.mysvcs-k8sip
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_public_ip.mysvcs-k8sip[0]": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607040), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_public_ip.mysvcs-k8sip[1]": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4206073b0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_public_ip.mysvcs-k8sip[2]": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607400), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_public_ip.mysvcs-k8sip[0]" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_public_ip.mysvcs-k8sip[1]" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_public_ip.mysvcs-k8sip[2]" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeValidatableResourceInstance
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "root"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_network.mysvcs-vn1': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_network.mysvcs-vn1': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_network.mysvcs-vn1': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_network.mysvcs-vn1": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607090), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.mysvcs-vn1" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_network.mysvcs-vn1': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_network.mysvcs-vn1': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[0]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[0]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_public_ip.mysvcs-k8sip[0]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[1]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[1]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_public_ip.mysvcs-k8sip[1]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[2]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[2]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_public_ip.mysvcs-k8sip[2]
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: provider.vault (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: provider.null
2017/12/01 12:39:20 [DEBUG] plugin: waiting for RPC address for: /var/lib/jenkins/terraform
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_availability_set.testing
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: provider.vault (close)
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_container.mysvcs-sc': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_container.mysvcs-sc': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_storage_container.mysvcs-sc
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_storage_container.mysvcs-sc
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_container.mysvcs-sc': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_storage_container.mysvcs-sc": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1"}, Primary:(*terraform.InstanceState)(0xc420606be0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_storage_container.mysvcs-sc" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_storage_container.mysvcs-sc - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_container.mysvcs-sc': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_storage_container.mysvcs-sc': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_storage_container.mysvcs-sc
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_route_table.mysvcs
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleob': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleob': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleob': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_rule.k8sruleob": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420606f50), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_rule.k8sruleob" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_security_rule.k8sruleob - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleob': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleob': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleib': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleib': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleib': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_rule.k8sruleib": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420607360), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_rule.k8sruleib" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_security_rule.k8sruleib - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleib': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleib': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_public_ip.mysvcs-k8sip[2]
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_public_ip.mysvcs-k8sip[1]
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_subnet.mysvcs-sn1': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_subnet.mysvcs-sn1': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_subnet.mysvcs-sn1': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_subnet.mysvcs-sn1": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_virtual_network.mysvcs-vn1"}, Primary:(*terraform.InstanceState)(0xc420607270), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_subnet.mysvcs-sn1" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_subnet.mysvcs-sn1 - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_subnet.mysvcs-sn1': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_subnet.mysvcs-sn1': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_public_ip.mysvcs-k8sip[0]
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "root"
2017/12/01 12:39:20 [DEBUG] vertex 'root.root': walking
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_interface.mysvcs-ni"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_interface.mysvcs-ni
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_interface.mysvcs-ni
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_interface.mysvcs-ni[2]": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc420606ff0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_interface.mysvcs-ni[0]": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc420607310), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_interface.mysvcs-ni[1]": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc420606eb0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_interface.mysvcs-ni[0]" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_interface.mysvcs-ni[1]" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_interface.mysvcs-ni[2]" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeValidatableResourceInstance
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_interface.mysvcs-ni[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_interface.mysvcs-ni[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_interface.mysvcs-ni[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "root"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_network_interface.mysvcs-ni[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_network_interface.mysvcs-ni[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_network_interface.mysvcs-ni[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_storage_container.mysvcs-sc
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_interface.mysvcs-ni[0]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[0]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[0]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_interface.mysvcs-ni[0]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_interface.mysvcs-ni[1]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[1]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[1]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_interface.mysvcs-ni[1]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_network_interface.mysvcs-ni[2]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[2]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[2]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_network_interface.mysvcs-ni[2]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_interface.mysvcs-ni[1]
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_interface.mysvcs-ni[2]
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_network_interface.mysvcs-ni[0]
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "root"
2017/12/01 12:39:20 [DEBUG] vertex 'root.root': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_virtual_machine.k8scluster"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_machine.k8scluster
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_machine.k8scluster
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_machine.k8scluster[1]": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420606d70), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_machine.k8scluster[2]": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420606e10), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_machine.k8scluster[0]": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420606cd0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.k8scluster[0]" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.k8scluster[1]" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.k8scluster[2]" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeValidatableResourceInstance
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.k8scluster[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "root"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.k8scluster[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_virtual_machine.k8scluster[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "azurerm_virtual_machine.k8scluster[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster[0]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster[0]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_machine.k8scluster[0]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_virtual_machine.k8scluster[1]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster[1]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster[1]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_machine.k8scluster[1]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "azurerm_virtual_machine.k8scluster[2]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster[2]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.azurerm_virtual_machine.k8scluster[2]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: azurerm_virtual_machine.k8scluster[2]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_machine.k8scluster[0]
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_machine.k8scluster[1]
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: azurerm_virtual_machine.k8scluster[2]
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "root"
2017/12/01 12:39:20 [DEBUG] vertex 'root.root': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.azurerm (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: provider.azurerm (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: provider.azurerm (close)
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] Terraform version: 0.9.4 277bbf65d1141207dbb30485bf124b1dba08f80f
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] Go runtime version: go1.8
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] CLI args: []string{"/var/lib/jenkins/terraform", "internal-plugin", "provisioner", "local-exec"}
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] Attempting to open CLI config file: /var/lib/jenkins/.terraformrc
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2017/12/01 12:39:20 [DEBUG] plugin: terraform: 2017/12/01 12:39:20 [INFO] CLI command args: []string{"internal-plugin", "provisioner", "local-exec"}
2017/12/01 12:39:20 [DEBUG] plugin: terraform: local-exec-provisioner (internal) 2017/12/01 12:39:20 [INFO] Starting provisioner plugin local-exec
2017/12/01 12:39:20 [DEBUG] plugin: terraform: local-exec-provisioner (internal) 2017/12/01 12:39:20 [DEBUG] plugin: plugin address: unix /tmp/plugin090415418
2017/12/01 12:39:20 [DEBUG] plugin: terraform: local-exec-provisioner (internal) 2017/12/01 12:39:20 [DEBUG] Detected home directory from env var: /var/lib/jenkins
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: provisioner.local-exec
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8smaster': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8smaster': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: null_resource.ansible-k8smaster
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: null_resource.ansible-k8smaster
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8smaster': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
null_resource.ansible-k8smaster - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8smaster": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip"}, Primary:(*terraform.InstanceState)(0xc4206070e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
null_resource.ansible-k8smaster - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
null_resource.ansible-k8smaster - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8smaster" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
null_resource.ansible-k8smaster - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
null_resource.ansible-k8smaster - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8smaster': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8smaster': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: null_resource.ansible-k8smaster
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: null_resource.ansible-k8smaster
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "null_resource.ansible-k8snodes"
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8snodes': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8snodes': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: null_resource.ansible-k8snodes
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateCount
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCountFixZeroOneBoundary
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: null_resource.ansible-k8snodes
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8snodes': expanding/walking dynamic subgraph
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ResourceCountTransformer:
null_resource.ansible-k8snodes[0] - *terraform.NodeValidatableResourceInstance
null_resource.ansible-k8snodes[1] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8snodes[0]": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip.*", "null_resource.ansible-k8smaster"}, Primary:(*terraform.InstanceState)(0xc4206072c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8snodes[1]": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip.*", "null_resource.ansible-k8smaster"}, Primary:(*terraform.InstanceState)(0xc420606fa0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
null_resource.ansible-k8snodes[0] - *terraform.NodeValidatableResourceInstance
null_resource.ansible-k8snodes[1] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
null_resource.ansible-k8snodes[0] - *terraform.NodeValidatableResourceInstance
null_resource.ansible-k8snodes[1] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8snodes[0]" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8snodes[1]" references: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
null_resource.ansible-k8snodes[0] - *terraform.NodeValidatableResourceInstance
null_resource.ansible-k8snodes[1] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
null_resource.ansible-k8snodes[0] - *terraform.NodeValidatableResourceInstance
null_resource.ansible-k8snodes[1] - *terraform.NodeValidatableResourceInstance
root - terraform.graphNodeRoot
null_resource.ansible-k8snodes[0] - *terraform.NodeValidatableResourceInstance
null_resource.ansible-k8snodes[1] - *terraform.NodeValidatableResourceInstance
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8snodes[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8snodes[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "root"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "null_resource.ansible-k8snodes[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "null_resource.ansible-k8snodes[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "null_resource.ansible-k8snodes[0]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8snodes[0]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8snodes[0]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: null_resource.ansible-k8snodes[0]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "null_resource.ansible-k8snodes[1]"
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8snodes[1]': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.null_resource.ansible-k8snodes[1]': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: null_resource.ansible-k8snodes[1]
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResourceSelfRef
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateResource
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvisioner
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalValidateProvisioner
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: null_resource.ansible-k8snodes[0]
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: null_resource.ansible-k8snodes[1]
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "root"
2017/12/01 12:39:20 [DEBUG] vertex 'root.root': walking
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.null (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: provider.null (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: provider.null (close)
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provisioner.local-exec (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provisioner.local-exec (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provisioner.local-exec (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkValidate] Entering eval tree: provisioner.local-exec (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvisioner
2017/12/01 12:39:20 [TRACE] [walkValidate] Exiting eval tree: provisioner.local-exec (close)
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "root"
2017/12/01 12:39:20 [DEBUG] vertex 'root.root': walking
2017/12/01 12:39:20 [INFO] backend/local: apply calling Refresh
2017/12/01 12:39:20 [INFO] terraform: building graph: GraphTypeRefresh
2017/12/01 12:39:20 [TRACE] StateTransformer: starting
2017/12/01 12:39:20 [TRACE] StateTransformer: Module: [root]
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_storage_container.mysvcs-sc": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1"}, Primary:(*terraform.InstanceState)(0xc420387a90), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_network_interface.mysvcs-ni.1": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc4207be0a0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "null_resource.ansible-k8snodes.0": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip.*", "null_resource.ansible-k8smaster"}, Primary:(*terraform.InstanceState)(0xc4207be140), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_network_security_group.mysvcs-nwksec": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be230), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_storage_account.mysvcs-sa1": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be370), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_network_security_rule.k8sruleib": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be410), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_virtual_machine.k8scluster.0": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420387b30), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_virtual_machine.k8scluster.2": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc4207be050), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_public_ip.mysvcs-k8sip.1": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be190), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "data.vault_generic_secret.azure_cloud_auth": &terraform.ResourceState{Type:"vault_generic_secret", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4207be320), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_public_ip.mysvcs-k8sip.0": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be500), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "null_resource.ansible-k8smaster": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip"}, Primary:(*terraform.InstanceState)(0xc4207be550), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_network_interface.mysvcs-ni.0": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc4207be5a0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "null_resource.ansible-k8snodes.1": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip.*", "null_resource.ansible-k8smaster"}, Primary:(*terraform.InstanceState)(0xc420387b80), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_network_interface.mysvcs-ni.2": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc420387cc0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_route_table.mysvcs": &terraform.ResourceState{Type:"azurerm_route_table", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420387ef0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_resource_group.mysvcs-res": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4207be0f0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_availability_set.testing": &terraform.ResourceState{Type:"azurerm_availability_set", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be460), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_virtual_machine.k8scluster.1": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420387f90), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_public_ip.mysvcs-k8sip.2": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be1e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_virtual_network.mysvcs-vn1": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be2d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_subnet.mysvcs-sn1": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_virtual_network.mysvcs-vn1"}, Primary:(*terraform.InstanceState)(0xc4207be3c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] StateTransformer: Resource "azurerm_network_security_rule.k8sruleob": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be4b0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.StateTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
2017/12/01 12:39:20 [TRACE] ConfigTransformer: Starting for path: []
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_storage_account.mysvcs-sa1": &terraform.ResourceState{Type:"azurerm_storage_account", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be370), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_rule.k8sruleib": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be410), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_machine.k8scluster[0]": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420387b30), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "data.vault_generic_secret.azure_cloud_auth": &terraform.ResourceState{Type:"vault_generic_secret", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4207be320), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_resource_group.mysvcs-res": &terraform.ResourceState{Type:"azurerm_resource_group", Dependencies:[]string{}, Primary:(*terraform.InstanceState)(0xc4207be0f0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_machine.k8scluster[1]": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc420387f90), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_storage_container.mysvcs-sc": &terraform.ResourceState{Type:"azurerm_storage_container", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1"}, Primary:(*terraform.InstanceState)(0xc420387a90), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_interface.mysvcs-ni[1]": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc4207be0a0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_public_ip.mysvcs-k8sip[0]": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be500), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_route_table.mysvcs": &terraform.ResourceState{Type:"azurerm_route_table", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc420387ef0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_subnet.mysvcs-sn1": &terraform.ResourceState{Type:"azurerm_subnet", Dependencies:[]string{"azurerm_resource_group.mysvcs-res", "azurerm_virtual_network.mysvcs-vn1"}, Primary:(*terraform.InstanceState)(0xc4207be3c0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8snodes[0]": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip.*", "null_resource.ansible-k8smaster"}, Primary:(*terraform.InstanceState)(0xc4207be140), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_machine.k8scluster[2]": &terraform.ResourceState{Type:"azurerm_virtual_machine", Dependencies:[]string{"azurerm_availability_set.testing", "azurerm_network_interface.mysvcs-ni.*", "azurerm_resource_group.mysvcs-res", "azurerm_storage_account.mysvcs-sa1", "azurerm_storage_container.mysvcs-sc"}, Primary:(*terraform.InstanceState)(0xc4207be050), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8smaster": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip"}, Primary:(*terraform.InstanceState)(0xc4207be550), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_interface.mysvcs-ni[2]": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc420387cc0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_virtual_network.mysvcs-vn1": &terraform.ResourceState{Type:"azurerm_virtual_network", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be2d0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_group.mysvcs-nwksec": &terraform.ResourceState{Type:"azurerm_network_security_group", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be230), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_public_ip.mysvcs-k8sip[1]": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be190), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_interface.mysvcs-ni[0]": &terraform.ResourceState{Type:"azurerm_network_interface", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_public_ip.mysvcs-k8sip.*", "azurerm_resource_group.mysvcs-res", "azurerm_subnet.mysvcs-sn1"}, Primary:(*terraform.InstanceState)(0xc4207be5a0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "null_resource.ansible-k8snodes[1]": &terraform.ResourceState{Type:"null_resource", Dependencies:[]string{"azurerm_public_ip.mysvcs-k8sip.*", "null_resource.ansible-k8smaster"}, Primary:(*terraform.InstanceState)(0xc420387b80), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_availability_set.testing": &terraform.ResourceState{Type:"azurerm_availability_set", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be460), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_public_ip.mysvcs-k8sip[2]": &terraform.ResourceState{Type:"azurerm_public_ip", Dependencies:[]string{"azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be1e0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [DEBUG] Attaching resource state to "azurerm_network_security_rule.k8sruleob": &terraform.ResourceState{Type:"azurerm_network_security_rule", Dependencies:[]string{"azurerm_network_security_group.mysvcs-nwksec", "azurerm_resource_group.mysvcs-res"}, Primary:(*terraform.InstanceState)(0xc4207be4b0), Deposed:[]*terraform.InstanceState{}, Provider:"", mu:sync.Mutex{state:0, sema:0x0}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachStateTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Beginning...
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sa1", Type:"azurerm_storage_account", RawCount:(*config.RawConfig)(0xc4204fee40), RawConfig:(*config.RawConfig)(0xc4204fe7e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8sruleib", Type:"azurerm_network_security_rule", RawCount:(*config.RawConfig)(0xc4204199e0), RawConfig:(*config.RawConfig)(0xc420419080), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.k8scluster[0]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8scluster", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc420474cc0), RawConfig:(*config.RawConfig)(0xc4204ff680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"azure_cloud_auth", Type:"vault_generic_secret", RawCount:(*config.RawConfig)(0xc4202e4060), RawConfig:(*config.RawConfig)(0xc420475ec0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-res", Type:"azurerm_resource_group", RawCount:(*config.RawConfig)(0xc4204a4000), RawConfig:(*config.RawConfig)(0xc4203edda0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.k8scluster[1]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8scluster", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc420474cc0), RawConfig:(*config.RawConfig)(0xc4204ff680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_storage_container.mysvcs-sc
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sc", Type:"azurerm_storage_container", RawCount:(*config.RawConfig)(0xc4204ff4a0), RawConfig:(*config.RawConfig)(0xc4204fefc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.mysvcs-ni[1]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-ni", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc4204fe660), RawConfig:(*config.RawConfig)(0xc420419bc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_public_ip.mysvcs-k8sip[0]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-k8sip", Type:"azurerm_public_ip", RawCount:(*config.RawConfig)(0xc4204a5560), RawConfig:(*config.RawConfig)(0xc4204a4de0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_route_table.mysvcs
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs", Type:"azurerm_route_table", RawCount:(*config.RawConfig)(0xc4204a5a40), RawConfig:(*config.RawConfig)(0xc4204a56e0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-sn1", Type:"azurerm_subnet", RawCount:(*config.RawConfig)(0xc4204a4c60), RawConfig:(*config.RawConfig)(0xc4204a4780), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.ansible-k8snodes[0]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ansible-k8snodes", Type:"null_resource", RawCount:(*config.RawConfig)(0xc420262c60), RawConfig:(*config.RawConfig)(0xc420262b40), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42015cff0), (*config.Provisioner)(0xc42015d200)}, Provider:"", DependsOn:[]string{"null_resource.ansible-k8smaster"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_machine.k8scluster[2]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8scluster", Type:"azurerm_virtual_machine", RawCount:(*config.RawConfig)(0xc420474cc0), RawConfig:(*config.RawConfig)(0xc4204ff680), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.ansible-k8smaster
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ansible-k8smaster", Type:"null_resource", RawCount:(*config.RawConfig)(0xc420611200), RawConfig:(*config.RawConfig)(0xc420611140), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42015c8d0), (*config.Provisioner)(0xc42015c9c0), (*config.Provisioner)(0xc42015cab0), (*config.Provisioner)(0xc42015cc30)}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.mysvcs-ni[2]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-ni", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc4204fe660), RawConfig:(*config.RawConfig)(0xc420419bc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-vn1", Type:"azurerm_virtual_network", RawCount:(*config.RawConfig)(0xc4204a4600), RawConfig:(*config.RawConfig)(0xc4204a4180), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-nwksec", Type:"azurerm_network_security_group", RawCount:(*config.RawConfig)(0xc420418420), RawConfig:(*config.RawConfig)(0xc4204180c0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_public_ip.mysvcs-k8sip[1]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-k8sip", Type:"azurerm_public_ip", RawCount:(*config.RawConfig)(0xc4204a5560), RawConfig:(*config.RawConfig)(0xc4204a4de0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_interface.mysvcs-ni[0]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-ni", Type:"azurerm_network_interface", RawCount:(*config.RawConfig)(0xc4204fe660), RawConfig:(*config.RawConfig)(0xc420419bc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: null_resource.ansible-k8snodes[1]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"ansible-k8snodes", Type:"null_resource", RawCount:(*config.RawConfig)(0xc420262c60), RawConfig:(*config.RawConfig)(0xc420262b40), Provisioners:[]*config.Provisioner{(*config.Provisioner)(0xc42015cff0), (*config.Provisioner)(0xc42015d200)}, Provider:"", DependsOn:[]string{"null_resource.ansible-k8smaster"}, Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_availability_set.testing
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"testing", Type:"azurerm_availability_set", RawCount:(*config.RawConfig)(0xc4204a5f20), RawConfig:(*config.RawConfig)(0xc4204a5bc0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_public_ip.mysvcs-k8sip[2]
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"mysvcs-k8sip", Type:"azurerm_public_ip", RawCount:(*config.RawConfig)(0xc4204a5560), RawConfig:(*config.RawConfig)(0xc4204a4de0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] AttachResourceConfigTransformer: Attach resource config request: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:20 [TRACE] Attaching resource config: &config.Resource{Mode:0, Name:"k8sruleob", Type:"azurerm_network_security_rule", RawCount:(*config.RawConfig)(0xc420418f00), RawConfig:(*config.RawConfig)(0xc4204185a0), Provisioners:[]*config.Provisioner(nil), Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootVariableTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.DisableProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} vault
2017/12/01 12:39:20 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"vault", Alias:"", RawConfig:(*config.RawConfig)(0xc420475bc0)}
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} null
2017/12/01 12:39:20 [TRACE] Attach provider request: []string{} azurerm
2017/12/01 12:39:20 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", RawConfig:(*config.RawConfig)(0xc4204757a0)}
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.AttachProviderConfigTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.OutputTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ModuleVariableTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_storage_container.mysvcs-sc" references: [azurerm_resource_group.mysvcs-res azurerm_storage_account.mysvcs-sa1]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_public_ip.mysvcs-k8sip[0]" references: [azurerm_resource_group.mysvcs-res var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8snodes[0]" references: [azurerm_public_ip.mysvcs-k8sip[0] azurerm_public_ip.mysvcs-k8sip[1] azurerm_public_ip.mysvcs-k8sip[2] null_resource.ansible-k8smaster var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8smaster" references: [azurerm_public_ip.mysvcs-k8sip[0]]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_interface.mysvcs-ni[2]" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_public_ip.mysvcs-k8sip[0] azurerm_public_ip.mysvcs-k8sip[1] azurerm_public_ip.mysvcs-k8sip[2] azurerm_resource_group.mysvcs-res azurerm_subnet.mysvcs-sn1 var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_network.mysvcs-vn1" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_rule.k8sruleob" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_availability_set.testing" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.null" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_interface.mysvcs-ni[1]" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_public_ip.mysvcs-k8sip[0] azurerm_public_ip.mysvcs-k8sip[1] azurerm_public_ip.mysvcs-k8sip[2] azurerm_resource_group.mysvcs-res azurerm_subnet.mysvcs-sn1 var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_route_table.mysvcs" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_subnet.mysvcs-sn1" references: [azurerm_resource_group.mysvcs-res azurerm_virtual_network.mysvcs-vn1]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.k8scluster[2]" references: [azurerm_availability_set.testing azurerm_network_interface.mysvcs-ni[2] azurerm_network_interface.mysvcs-ni[1] azurerm_network_interface.mysvcs-ni[0] azurerm_resource_group.mysvcs-res azurerm_storage_account.mysvcs-sa1 azurerm_storage_container.mysvcs-sc var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "var.node-count" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.azurerm" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_group.mysvcs-nwksec" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_public_ip.mysvcs-k8sip[1]" references: [azurerm_resource_group.mysvcs-res var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_interface.mysvcs-ni[0]" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_public_ip.mysvcs-k8sip[0] azurerm_public_ip.mysvcs-k8sip[1] azurerm_public_ip.mysvcs-k8sip[2] azurerm_resource_group.mysvcs-res azurerm_subnet.mysvcs-sn1 var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "null_resource.ansible-k8snodes[1]" references: [azurerm_public_ip.mysvcs-k8sip[0] azurerm_public_ip.mysvcs-k8sip[1] azurerm_public_ip.mysvcs-k8sip[2] null_resource.ansible-k8smaster var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_public_ip.mysvcs-k8sip[2]" references: [azurerm_resource_group.mysvcs-res var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "provider.vault" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_storage_account.mysvcs-sa1" references: [azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_network_security_rule.k8sruleib" references: [azurerm_network_security_group.mysvcs-nwksec azurerm_resource_group.mysvcs-res]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.k8scluster[0]" references: [azurerm_availability_set.testing azurerm_network_interface.mysvcs-ni[2] azurerm_network_interface.mysvcs-ni[1] azurerm_network_interface.mysvcs-ni[0] azurerm_resource_group.mysvcs-res azurerm_storage_account.mysvcs-sa1 azurerm_storage_container.mysvcs-sc var.node-count]
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "data.vault_generic_secret.azure_cloud_auth" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_resource_group.mysvcs-res" references: []
2017/12/01 12:39:20 [DEBUG] ReferenceTransformer: "azurerm_virtual_machine.k8scluster[1]" references: [azurerm_availability_set.testing azurerm_network_interface.mysvcs-ni[2] azurerm_network_interface.mysvcs-ni[1] azurerm_network_interface.mysvcs-ni[0] azurerm_resource_group.mysvcs-res azurerm_storage_account.mysvcs-sa1 azurerm_storage_container.mysvcs-sc var.node-count]
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.ReferenceTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TargetsTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
var.node-count - *terraform.NodeRootVariable
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
root - terraform.graphNodeRoot
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_network_security_group.mysvcs-nwksec - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
var.node-count - *terraform.NodeRootVariable
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
var.node-count - *terraform.NodeRootVariable
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_storage_account.mysvcs-sa1 - *terraform.NodeRefreshableResource
azurerm_subnet.mysvcs-sn1 - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
azurerm_availability_set.testing - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[0] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[1] - *terraform.NodeRefreshableResource
azurerm_network_interface.mysvcs-ni[2] - *terraform.NodeRefreshableResource
azurerm_storage_container.mysvcs-sc - *terraform.NodeRefreshableResource
azurerm_virtual_network.mysvcs-vn1 - *terraform.NodeRefreshableResource
azurerm_resource_group.mysvcs-res - *terraform.NodeRefreshableResource
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[0] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[1] - *terraform.NodeRefreshableResource
azurerm_public_ip.mysvcs-k8sip[2] - *terraform.NodeRefreshableResource
null_resource.ansible-k8smaster - *terraform.NodeRefreshableResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_network_security_rule.k8sruleib - *terraform.NodeRefreshableResource
azurerm_network_security_rule.k8sruleob - *terraform.NodeRefreshableResource
azurerm_route_table.mysvcs - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[0] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[1] - *terraform.NodeRefreshableResource
azurerm_virtual_machine.k8scluster[2] - *terraform.NodeRefreshableResource
provider.null - *terraform.NodeApplyableProvider
provider.null (close) - *terraform.graphNodeCloseProvider
null_resource.ansible-k8snodes[0] - *terraform.NodeRefreshableResource
null_resource.ansible-k8snodes[1] - *terraform.NodeRefreshableResource
provider.vault - *terraform.NodeApplyableProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
data.vault_generic_secret.azure_cloud_auth - *terraform.NodeRefreshableResource
root - terraform.graphNodeRoot
provider.azurerm (close) - *terraform.graphNodeCloseProvider
provider.null (close) - *terraform.graphNodeCloseProvider
provider.vault (close) - *terraform.graphNodeCloseProvider
var.node-count - *terraform.NodeRootVariable
2017/12/01 12:39:20 [DEBUG] Starting graph walk: walkRefresh
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_interface.mysvcs-ni[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_interface.mysvcs-ni[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_interface.mysvcs-ni[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "var.node-count"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "root"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.vault"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.azurerm (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8snodes[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "null_resource.ansible-k8snodes[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.k8scluster[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_machine.k8scluster[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.null"
2017/12/01 12:39:20 [DEBUG] dag/walk: added new vertex: "provider.null (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[2]" waiting on "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip[1]" waiting on "var.node-count"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_route_table.mysvcs"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[1]" waiting on "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[0]" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip[2]" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8smaster" waiting on "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[2]" waiting on "azurerm_network_interface.mysvcs-ni[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[1]" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "data.vault_generic_secret.azure_cloud_auth" waiting on "provider.vault"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[1]" waiting on "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_rule.k8sruleob" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8snodes[1]" waiting on "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[0]" waiting on "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip[0]" waiting on "var.node-count"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[0]" waiting on "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[1]" waiting on "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[0]" waiting on "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_resource_group.mysvcs-res" waiting on "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_network.mysvcs-vn1" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_route_table.mysvcs" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[1]" waiting on "azurerm_network_interface.mysvcs-ni[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[2]" waiting on "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.ansible-k8snodes[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_rule.k8sruleib" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8smaster" waiting on "provider.null"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8snodes[0]" waiting on "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.k8scluster[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[2]" waiting on "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[1]" waiting on "azurerm_network_interface.mysvcs-ni[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8snodes[0]" waiting on "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_availability_set.testing" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip[1]" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[1]" waiting on "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.k8scluster[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[2]" waiting on "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip[2]" waiting on "var.node-count"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[0]" waiting on "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_public_ip.mysvcs-k8sip[0]" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[0]" waiting on "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.ansible-k8snodes[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[2]" waiting on "azurerm_network_interface.mysvcs-ni[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[1]" waiting on "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[2]" waiting on "azurerm_network_interface.mysvcs-ni[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.vault (close)" waiting on "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[0]" waiting on "azurerm_network_interface.mysvcs-ni[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8snodes[1]" waiting on "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[2]" waiting on "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_storage_container.mysvcs-sc" waiting on "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.azurerm (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[0]" waiting on "azurerm_availability_set.testing"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8snodes[1]" waiting on "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[1]" waiting on "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[2]" waiting on "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[1]" waiting on "azurerm_network_interface.mysvcs-ni[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_storage_account.mysvcs-sa1" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[0]" waiting on "azurerm_network_interface.mysvcs-ni[1]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_subnet.mysvcs-sn1" waiting on "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_security_group.mysvcs-nwksec" waiting on "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "root" waiting on "provider.null (close)"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "null_resource.ansible-k8snodes[0]" waiting on "null_resource.ansible-k8smaster"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_network_interface.mysvcs-ni[2]" waiting on "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: added edge: "azurerm_virtual_machine.k8scluster[0]" waiting on "azurerm_network_interface.mysvcs-ni[0]"
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_public_ip.mysvcs-k8sip[1]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_machine.k8scluster[2]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_availability_set.testing", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.vault (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_storage_container.mysvcs-sc", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "null_resource.ansible-k8smaster", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "data.vault_generic_secret.azure_cloud_auth", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_public_ip.mysvcs-k8sip[0]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_rule.k8sruleob", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_machine.k8scluster[1]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_resource_group.mysvcs-res", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_interface.mysvcs-ni[2]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_rule.k8sruleib", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "null_resource.ansible-k8snodes[0]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_security_group.mysvcs-nwksec", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_public_ip.mysvcs-k8sip[2]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "null_resource.ansible-k8snodes[1]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_machine.k8scluster[0]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_route_table.mysvcs", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_virtual_network.mysvcs-vn1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "provider.null (close)", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_storage_account.mysvcs-sa1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_subnet.mysvcs-sn1", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_interface.mysvcs-ni[1]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "azurerm_network_interface.mysvcs-ni[0]", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: dependencies changed for "root", sending new deps
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.vault"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault': evaluating
2017/12/01 12:39:20 [TRACE] [walkRefresh] Entering eval tree: provider.vault
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.azurerm"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.azurerm': evaluating
2017/12/01 12:39:20 [TRACE] [walkRefresh] Entering eval tree: provider.azurerm
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.null"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.null': evaluating
2017/12/01 12:39:20 [TRACE] [walkRefresh] Entering eval tree: provider.null
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInitProvider
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "var.node-count"
2017/12/01 12:39:20 [DEBUG] vertex 'root.var.node-count': walking
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalBuildProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSetProviderConfig
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalOpFilter
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalConfigProvider
2017/12/01 12:39:20 [TRACE] [walkRefresh] Exiting eval tree: provider.null
2017/12/01 12:39:20 [DEBUG] plugin: terraform: vault-provider (internal) 2017/12/01 12:39:20 [INFO] Using Vault token with the following policies: root
2017/12/01 12:39:20 [TRACE] [walkRefresh] Exiting eval tree: provider.vault
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "data.vault_generic_secret.azure_cloud_auth"
2017/12/01 12:39:20 [DEBUG] vertex 'root.data.vault_generic_secret.azure_cloud_auth': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.data.vault_generic_secret.azure_cloud_auth': evaluating
2017/12/01 12:39:20 [TRACE] [walkRefresh] Entering eval tree: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalInterpolate
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalIf
2017/12/01 12:39:20 [DEBUG] root: eval: terraform.EvalNoop
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalReadDataDiff
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalReadDataApply
2017/12/01 12:39:20 [DEBUG] plugin: terraform: vault-provider (internal) 2017/12/01 12:39:20 [DEBUG] Reading secret/azure_cloud from Vault
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalUpdateStateHook
2017/12/01 12:39:20 [TRACE] [walkRefresh] Exiting eval tree: data.vault_generic_secret.azure_cloud_auth
2017/12/01 12:39:20 [DEBUG] dag/walk: walking "provider.vault (close)"
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault (close)': walking
2017/12/01 12:39:20 [DEBUG] vertex 'root.provider.vault (close)': evaluating
2017/12/01 12:39:20 [TRACE] [walkRefresh] Entering eval tree: provider.vault (close)
2017/12/01 12:39:20 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/12/01 12:39:20 [TRACE] [walkRefresh] Exiting eval tree: provider.vault (close)
2017/12/01 12:39:20 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:20 [DEBUG] AzureRM Request:
2017/12/01 12:39:20 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:20 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:20 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:20 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:20 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:20 [DEBUG] plugin: terraform:
2017/12/01 12:39:20 [DEBUG] plugin: terraform:
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers?api-version=2016-09-01:
2017/12/01 12:39:23 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:23 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:23 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:23 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:09 GMT
2017/12/01 12:39:23 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:23 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:23 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:23 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:23 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 91d4fe19-43a7-4dd8-a36f-013edcd95e38
2017/12/01 12:39:23 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14996
2017/12/01 12:39:23 [DEBUG] plugin: terraform: X-Ms-Request-Id: 91d4fe19-43a7-4dd8-a36f-013edcd95e38
2017/12/01 12:39:23 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174009Z:91d4fe19-43a7-4dd8-a36f-013edcd95e38
2017/12/01 12:39:23 [DEBUG] plugin: terraform:
2017/12/01 12:39:23 [DEBUG] plugin: terraform: {"value":[{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Advisor","namespace":"Microsoft.Advisor","authorization":{"applicationId":"c39c9bac-9d1f-4dfb-aa29-27f6365e5cb7","roleDefinitionId":"8a63b04c-3731-409b-9765-f1175c047872"},"resourceTypes":[{"resourceType":"suppressions","locations":[],"apiVersions":["2017-04-19-alpha","2017-04-19","2017-03-31-alpha","2017-03-31","2016-07-12-rc","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-04-19","2017-03-31-alpha","2017-03-31","2016-07-12-rc","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"generateRecommendations","locations":[],"apiVersions":["2017-04-19-alpha","2017-04-19","2017-03-31-alpha","2017-03-31","2016-07-12-rc","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-19-alpha","2017-04-19","2017-03-31-alpha","2017-03-31","2016-07-12-rc","2016-07-12-preview","2016-07-12-alpha","2016-05-09-preview","2016-05-09-alpha"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ApiManagement","namespace":"Microsoft.ApiManagement","authorization":{"applicationId":"8602e328-9b72-4f2d-a4ae-1387d013a2b3","roleDefinitionId":"e263b525-2e60-4418-b655-420bae0b172e"},"resourceTypes":[{"resourceType":"service","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","North Central US","South Central US","West Central US","West US","West US 2","Canada Central","Canada East","North Europe","West Europe","UK South","UK West","East Asia","Southeast Asia","Japan East","Japan West","Korea Central","Korea South","Brazil South","Central India","South India","West India"],"apiVersions":["2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"validateServiceName","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-09-15","2014-02-14"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"reportFeedback","locations":[],"apiVersions":["2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"checkFeedbackRequired","locations":[],"apiVersions":["2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-03-01","2016-10-10","2016-07-07","2015-09-15","2014-02-14"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Automation","namespace":"Microsoft.Automation","authorizations":[{"applicationId":"fc75330b-179d-49af-87dd-3b1acf6827fa","roleDefinitionId":"95fd5de3-d071-4362-92bf-cf341c1de832"}],"resourceTypes":[{"resourceType":"automationAccounts","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/runbooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/configurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","North Central US","Korea Central","East US","West US 2","Brazil South","UK South","West Central US","Central India","Australia Southeast","Canada Central","North Europe"],"apiVersions":["2017-05-15-preview","2015-10-31","2015-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"automationAccounts/webhooks","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2017-05-15-preview","2015-10-31","2015-01-01-preview"]},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2017-05-15-preview","2015-10-31","2015-01-01-preview"]},{"resourceType":"automationAccounts/softwareUpdateConfigurations","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2017-05-15-preview"]},{"resourceType":"automationAccounts/jobs","locations":["Japan East","East US 2","West Europe","Southeast Asia","South Central US","Brazil South","UK South","West Central US","North Europe","Canada Central","Australia Southeast","Central India"],"apiVersions":["2017-05-15-preview","2015-10-31","2015-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Batch","namespace":"Microsoft.Batch","authorization":{"applicationId":"ddbf3205-c6bd-46ae-8127-60eb93363864","roleDefinitionId":"b7f84953-1d03-4eab-9ea4-45f065258ff8"},"resourceTypes":[{"resourceType":"batchAccounts","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-09-01","2017-05-01","2017-01-01","2015-12-01","2015-09-01","2015-07-01","2014-05-01-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-09-01","2017-05-01","2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-09-01","2017-05-01","2017-01-01","2015-12-01","2015-09-01"]},{"resourceType":"locations/quotas","locations":["West Europe","East US","East US 2","West US","North Central US","Brazil South","North Europe","Central US","East Asia","Japan East","Australia Southeast","Japan West","Korea South","Korea Central","Southeast Asia","South Central US","Australia East","South India","Central India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2"],"apiVersions":["2017-09-01","2017-05-01","2017-01-01","2015-12-01","2015-09-01"]}],"registrationState":"Unregistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.BingMaps","namespace":"Microsoft.BingMaps","resourceTypes":[{"resourceType":"mapApis","locations":["West US"],"apiVersions":["2016-08-18","2015-07-02"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-18","2015-07-02"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.BizTalkServices","namespace":"Microsoft.BizTalkServices","resourceTypes":[{"resourceType":"BizTalk","locations":["East US","West US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","Japan West","Japan East","South Central US"],"apiVersions":["2014-04-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Cache","namespace":"Microsoft.Cache","authorization":{"applicationId":"96231a05-34ce-4eb4-aa6a-70759cbb5e83","roleDefinitionId":"4f731528-ba85-45c7-acfb-cd0a9b3cf31b"},"resourceTypes":[{"resourceType":"Redis","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","South India","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast","Central India","West India","South India","Canada Central","Canada East","UK South","UK West","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01","2014-04-01-preview","2014-04-01-alpha","2014-04-01"]},{"resourceType":"RedisConfigDefinition","locations":[],"apiVersions":["2017-10-01","2017-02-01","2016-04-01","2015-08-01","2015-03-01"]},{"resourceType":"Redis/metricDefinitions","locations":["North Central US","South Central US","East US","East US 2","West US","Central US","East Asia","Southeast Asia","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","Central India","West India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"Redis/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","Central India","West India","South India","Canada Central","Canada East","UK West","UK South","West US 2","West Central US","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Cdn","namespace":"Microsoft.Cdn","resourceTypes":[{"resourceType":"profiles","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"profiles/endpoints/origins","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"profiles/endpoints/customdomains","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/originresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"operationresults/profileresults/endpointresults/customdomainresults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"checkResourceUsage","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02"]},{"resourceType":"validateProbe","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]},{"resourceType":"edgenodes","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Europe","West India","West US","West Central US"],"apiVersions":["2017-10-12","2017-04-02","2016-10-02","2016-04-02","2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.CertificateRegistration","namespace":"Microsoft.CertificateRegistration","authorization":{"applicationId":"f3c21649-0979-4721-ac85-b0216b2cf413","roleDefinitionId":"933fba7e-2ed3-4da8-973d-8bd8298a9b40"},"resourceTypes":[{"resourceType":"certificateOrders","locations":["global"],"apiVersions":["2015-08-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"certificateOrders/certificates","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"validateCertificateRegistrationInformation","locations":["global"],"apiVersions":["2015-08-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-08-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ClassicCompute","namespace":"Microsoft.ClassicCompute","resourceTypes":[{"resourceType":"domainNames","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-11-01","2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"checkDomainNameAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"domainNames/slots/roles/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"domainNames/slots/roles/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-04-01","2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","West India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","West US 2","West Central US","South India","Central India","West India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metrics","locations":["North Central US","South Central US","East US","East US 2","Canada Central","Canada East","West US","West US 2","West Central US","Central US","East Asia","Southeast Asia","North Europe","West Europe","UK South","UK West","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"resourceTypes","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"moveSubscriptionResources","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"validateSubscriptionMoveAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operationStatuses","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01"]},{"resourceType":"operatingSystems","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]},{"resourceType":"operatingSystemFamilies","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ClassicNetwork","namespace":"Microsoft.ClassicNetwork","resourceTypes":[{"resourceType":"virtualNetworks","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"virtualNetworks/virtualNetworkPeerings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2016-11-01"]},{"resourceType":"virtualNetworks/remoteVirtualNetworkPeeringProxies","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2016-11-01"]},{"resourceType":"reservedIps","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"],"capabilities":"None"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"gatewaySupportedDevices","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]},{"resourceType":"networkSecurityGroups","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01"],"capabilities":"None"},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-10-01","2015-06-01","2014-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ClassicStorage","namespace":"Microsoft.ClassicStorage","resourceTypes":[{"resourceType":"storageAccounts","locations":["East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01-beta","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"quotas","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"checkStorageAccountAvailability","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-01-01"]},{"resourceType":"storageAccounts/services","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/diagnosticSettings","locations":["West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"capabilities","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"disks","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"images","locations":[],"apiVersions":["2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"vmImages","locations":[],"apiVersions":["2016-11-01"]},{"resourceType":"publicImages","locations":[],"apiVersions":["2016-11-01","2016-04-01"]},{"resourceType":"osImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"osPlatformImages","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2016-04-01","2015-12-01","2015-06-01","2014-06-01","2014-04-01","2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ClassicInfrastructureMigrate","namespace":"Microsoft.ClassicInfrastructureMigrate","authorization":{"applicationId":"5e5abe2b-83cd-4786-826a-a05653ebb103","roleDefinitionId":"766c4d9b-ef83-4f73-8352-1450a506a69b"},"resourceTypes":[{"resourceType":"classicInfrastructureResources","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","West India","South India"],"apiVersions":["2015-06-15"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.CognitiveServices","namespace":"Microsoft.CognitiveServices","authorizations":[{"applicationId":"7d312290-28c8-473c-a0ed-8e53749b6d6d","roleDefinitionId":"5cb87f79-a7c3-4a95-9414-45b65974b51b"}],"resourceTypes":[{"resourceType":"accounts","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2"],"apiVersions":["2017-04-18","2016-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/checkSkuAvailability","locations":["Global","Australia East","Brazil South","West US","West US 2","West Europe","North Europe","Southeast Asia","East Asia","West Central US","South Central US","East US","East US 2"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/updateAccountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2017-04-18","2016-02-01-preview"]},{"resourceType":"locations/accountsCreationSettings","locations":["West US","Global","West Europe","Southeast Asia","West Central US","East US 2"],"apiVersions":["2016-02-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Compute","namespace":"Microsoft.Compute","authorization":{"applicationId":"60e6cd67-9c8c-4951-9b3c-23c25a2169af","roleDefinitionId":"e4770acb-272e-4dc8-87f3-12f44a612224"},"resourceTypes":[{"resourceType":"availabilitySets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachines/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"virtualMachineScaleSets","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualMachineScaleSets/extensions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/virtualMachines/networkInterfaces","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"virtualMachineScaleSets/publicIPAddresses","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-10-30-preview","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/vmSizes","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/runCommands","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30"]},{"resourceType":"locations/usages","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/virtualMachines","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30"]},{"resourceType":"locations/publishers","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"operations","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-03-30","2015-06-15","2015-05-01-preview"]},{"resourceType":"restorePointCollections","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India"],"apiVersions":["2017-12-01","2017-03-30"],"capabilities":"None"},{"resourceType":"restorePointCollections/restorePoints","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India"],"apiVersions":["2017-12-01","2017-03-30"]},{"resourceType":"virtualMachines/diagnosticSettings","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"virtualMachines/metricDefinitions","locations":["East US","East US 2","West US","Central US","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"disks","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"snapshots","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India"],"apiVersions":["2017-03-30","2016-04-30-preview"],"capabilities":"None"},{"resourceType":"locations/diskoperations","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India"],"apiVersions":["2017-03-30","2016-04-30-preview"]},{"resourceType":"images","locations":["Southeast Asia","East US 2","Central US","West Europe","East US","North Central US","South Central US","West US","North Europe","East Asia","Brazil South","West US 2","West Central US","UK West","UK South","Japan East","Japan West","Canada Central","Canada East","Central India","South India","Australia East","Australia Southeast","Korea Central","Korea South","West India"],"apiVersions":["2017-12-01","2017-03-30","2016-08-30","2016-04-30-preview"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ContainerRegistry","namespace":"Microsoft.ContainerRegistry","authorization":{"applicationId":"6a0ec4d3-30cb-4a83-91c0-ae56bc0e3d26","roleDefinitionId":"78e18383-93eb-418a-9887-bc9271046576"},"resourceTypes":[{"resourceType":"registries","locations":["West US","East US","South Central US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-10-01","2017-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/replications","locations":["South Central US","West Central US","East US","West Europe","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"],"capabilities":"None"},{"resourceType":"registries/webhooks","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registries/webhooks/ping","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/webhooks/getCallbackConfig","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/webhooks/listEvents","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"locations/operationResults","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/GetCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"registries/listCredentials","locations":["South Central US","East US","West US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-10-01","2017-03-01"]},{"resourceType":"registries/regenerateCredential","locations":["South Central US","West US","East US","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India","Brazil South","Canada East","Canada Central","Central US","East US 2","North Central US","West Central US","West US 2"],"apiVersions":["2017-10-01","2017-03-01"]},{"resourceType":"registries/listUsages","locations":["West Central US","East US","West Europe","South Central US","West US","Japan East","North Europe","Southeast Asia","North Central US","East US 2","West US 2","Brazil South","Australia East","Central India","Central US","Canada East","Canada Central","UK South","UK West","Australia Southeast","East Asia","Japan West","South India"],"apiVersions":["2017-10-01"]},{"resourceType":"registries/regenerateCredentials","locations":["West US","East US","South Central US","West Europe"],"apiVersions":["2016-06-27-preview"]},{"resourceType":"checkNameAvailability","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-10-01","2017-06-01-preview","2017-03-01","2016-06-27-preview"]},{"resourceType":"operations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-10-01","2017-06-01-preview","2017-03-01"]},{"resourceType":"locations","locations":["South Central US","East US","West US","Central US","East US 2","North Central US","West Central US","West US 2","Brazil South","Canada East","Canada Central","West Europe","North Europe","UK South","UK West","Australia East","Australia Southeast","Central India","East Asia","Japan East","Japan West","Southeast Asia","South India"],"apiVersions":["2017-10-01","2017-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ContainerService","namespace":"Microsoft.ContainerService","authorization":{"applicationId":"7319c514-987d-4e9b-ac3d-d38c4f427f4c","roleDefinitionId":"1b4a0c7f-2217-416f-acfa-cf73452fdc1c","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"},"resourceTypes":[{"resourceType":"containerServices","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US","UK West","UK South","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central"],"apiVersions":["2017-07-01","2017-01-31","2016-09-30","2016-03-30"],"capabilities":"None"},{"resourceType":"managedClusters","locations":["East US","West Europe","Central US"],"apiVersions":["2017-08-31"],"capabilities":"None"},{"resourceType":"locations","locations":[],"apiVersions":["2017-08-31","2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/operations","locations":["Japan East","Central US","East US 2","Japan West","East Asia","South Central US","Australia East","Australia Southeast","Brazil South","Southeast Asia","West US","North Central US","West Europe","North Europe","East US","UK West","UK South","West Central US","West US 2","South India","Central India","West India","Canada East","Canada Central","Korea South","Korea Central"],"apiVersions":["2017-07-01","2017-01-31","2016-09-30","2016-03-30"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-07-01","2017-01-31","2016-09-30","2016-03-30","2015-11-01-preview"]},{"resourceType":"locations/orchestrators","locations":["UK West","West US 2","East US","West Europe","Central US"],"apiVersions":["2017-09-30"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ContentModerator","namespace":"Microsoft.ContentModerator","resourceTypes":[{"resourceType":"applications","locations":["Central US"],"apiVersions":["2016-04-08"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-08"]}],"registrationState":"Registering"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DataCatalog","namespace":"Microsoft.DataCatalog","resourceTypes":[{"resourceType":"catalogs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"operations","locations":["West Europe"],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-03-30","2015-07-01-preview"]},{"resourceType":"locations/jobs","locations":["East US","West US","Australia East","West Europe","North Europe","Southeast Asia","West Central US"],"apiVersions":["2016-03-30","2015-07-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DataFactory","namespace":"Microsoft.DataFactory","resourceTypes":[{"resourceType":"dataFactories","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"factories","locations":["East US","East US 2","West Europe"],"apiVersions":["2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"factories/integrationRuntimes","locations":["East US","East US 2","West Europe"],"apiVersions":["2017-09-01-preview"]},{"resourceType":"dataFactories/diagnosticSettings","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"dataFactories/metricDefinitions","locations":["North Europe","East US","West US","West Central US"],"apiVersions":["2014-04-01"]},{"resourceType":"checkDataFactoryNameAvailability","locations":[],"apiVersions":["2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"checkAzureDataFactoryNameAvailability","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"dataFactorySchema","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]},{"resourceType":"operations","locations":["West US","North Europe","East US","West Central US"],"apiVersions":["2017-09-01-preview","2017-03-01-preview","2015-10-01","2015-09-01","2015-08-01","2015-07-01-preview","2015-05-01-preview","2015-01-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DataLakeAnalytics","namespace":"Microsoft.DataLakeAnalytics","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/dataLakeStoreAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"accounts/storageAccounts/containers/listSasTokens","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DataLakeStore","namespace":"Microsoft.DataLakeStore","authorization":{"applicationId":"e9f49c6b-5ce5-44c8-925d-015017e9f7ad","roleDefinitionId":"17eb9cca-f08a-4499-b2d3-852d175f614f"},"resourceTypes":[{"resourceType":"accounts","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"accounts/firewallRules","locations":["East US 2","North Europe","Central US"],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/operationresults","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"locations/capability","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-11-01","2015-10-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Devices","namespace":"Microsoft.Devices","resourceTypes":[{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"checkProvisioningServiceNameAvailability","locations":[],"apiVersions":["2017-11-15","2017-08-21-preview"]},{"resourceType":"usages","locations":[],"apiVersions":["2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"]},{"resourceType":"IotHubs","locations":["West US","North Europe","East Asia","East US","West Europe","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US 2","West Central US","East US 2","Central US","UK South","UK West","South India","Central India","Canada Central","Canada East","Brazil South","South Central US"],"apiVersions":["2017-07-01","2017-01-19","2016-02-03","2015-08-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"ProvisioningServices","locations":["East US","West US","West Europe","North Europe","Southeast Asia","East Asia"],"apiVersions":["2017-11-15","2017-08-21-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DevTestLab","namespace":"Microsoft.DevTestLab","authorization":{"applicationId":"1a14be2a-e903-4cec-99cf-b2e209259a0f","roleDefinitionId":"8f2de81a-b9aa-49d8-b24c-11814d3ab525"},"resourceTypes":[{"resourceType":"labs","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","West India","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"schedules","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","West India","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"None"},{"resourceType":"labs/virtualMachines","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","West India","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2017-04-26-preview","2016-05-15","2015-05-21-preview"],"capabilities":"CrossResourceGroupResourceMove"},{"resourceType":"labs/serviceRunners","locations":["Central US","East US 2","South Central US"],"apiVersions":["2017-04-26-preview","2016-05-15"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-26-preview","2016-05-15","2015-05-21-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-04-26-preview","2016-05-15","2015-05-21-preview"]},{"resourceType":"locations/operations","locations":["West Central US","Japan East","West US","Australia Southeast","Canada Central","Central India","Central US","East Asia","Korea Central","North Europe","South Central US","UK West","West India","Australia East","Brazil South","Canada East","East US","East US 2","Japan West","Korea South","North Central US","South India","Southeast Asia","UK South","West Europe","West US 2"],"apiVersions":["2017-04-26-preview","2016-05-15","2015-05-21-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DocumentDB","namespace":"Microsoft.DocumentDB","authorizations":[{"applicationId":"57c0fc58-a83a-41d0-8ae9-08952659bdfd","roleDefinitionId":"FFFD5CF5-FFD3-4B24-B0E2-0715ADD4C282"}],"resourceTypes":[{"resourceType":"databaseAccounts","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"databaseAccountNames","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","South Central US","South India","Southeast Asia","West Central US","West Europe","West India","West US","West US 2","UK West","UK South","Brazil South","Korea South","Korea Central"],"apiVersions":["2016-03-31","2016-03-19","2015-11-06","2015-04-08","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DomainRegistration","namespace":"Microsoft.DomainRegistration","authorization":{"applicationId":"ea2f600a-4980-45b7-89bf-d34da487bda1","roleDefinitionId":"54d7f2e3-5040-48a7-ae90-eebf629cfa0b"},"resourceTypes":[{"resourceType":"domains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"domains/domainOwnershipIdentifiers","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"topLevelDomains","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"checkDomainAvailability","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"listDomainRecommendations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"validateDomainRegistrationInformation","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"generateSsoRequest","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["global"],"apiVersions":["2015-04-01","2015-02-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DynamicsLcs","namespace":"Microsoft.DynamicsLcs","resourceTypes":[{"resourceType":"lcsprojects","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/connectors","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"lcsprojects/clouddeployments","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2"],"apiVersions":["2015-05-01-alpha","2015-04-01-alpha","2015-03-01-alpha","2015-02-01-privatepreview","2015-02-01-preview","2015-02-01-beta","2015-02-01-alpha"]},{"resourceType":"operations","locations":["Brazil South","East Asia","East US","Japan East","Japan West","North Central US","North Europe","South Central US","West Europe","West US","Southeast Asia","Central US","East US 2"],"apiVersions":["2015-02-01-preview"]}],"registrationState":"Registering"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.EventHub","namespace":"Microsoft.EventHub","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77","roleDefinitionId":"eb8e1991-5de0-42a6-a64b-29b059341b7b"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.HDInsight","namespace":"Microsoft.HDInsight","authorization":{"applicationId":"9191c4da-09fe-49d9-a5f1-d41cbe92ad95","roleDefinitionId":"d102a6f3-d9cb-4633-8950-1243b975886c","managedByRoleDefinitionId":"346da55d-e1db-4a5a-89db-33ab3cdb6fc6"},"resourceTypes":[{"resourceType":"clusters","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","Japan East","Japan West","Korea South","Korea Central"],"apiVersions":["2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"clusters/applications","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","Japan East","Japan West","Korea South","Korea Central"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"clusters/operationresults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","Japan East","Japan West","Korea South","Korea Central"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/capabilities","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","Japan East","Japan West","Korea South","Korea Central"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/operationresults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","Japan East","Japan West","Korea South","Korea Central"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/azureasyncoperations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","Japan East","Japan West","Korea South","Korea Central"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"locations/validateCreateRequest","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Australia East","Australia Southeast","Central India","West Central US","West US 2","Canada East","Canada Central","Brazil South","UK South","UK West","Japan East","Japan West","Korea South","Korea Central"],"apiVersions":["2015-03-01-preview"]},{"resourceType":"operations","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India"],"apiVersions":["2015-03-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/microsoft.insights","namespace":"microsoft.insights","authorizations":[{"applicationId":"11c174dc-1945-4a9a-a36b-c79a0f246b9b","roleDefinitionId":"dd9d4347-f397-45f2-b538-85f21c90037b"},{"applicationId":"035f9e1d-4f00-4419-bf50-bf2d87eb4878","roleDefinitionId":"323795fe-ba3d-4f5a-ad42-afb4e1ea9485"}],"resourceTypes":[{"resourceType":"components","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2015-05-01","2014-12-01-preview","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"webtests","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2015-05-01","2014-08-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"queries","locations":["East US","South Central US","North Europe","West Europe","Southeast Asia","West US 2"],"apiVersions":["2015-05-01","2014-08-01"]},{"resourceType":"logprofiles","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"metricalerts","locations":["Global"],"apiVersions":["2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"alertrules","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2016-03-01","2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"autoscalesettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-01","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"eventtypes","locations":[],"apiVersions":["2017-03-01-preview","2016-09-01-preview","2015-04-01","2014-11-01","2014-04-01"]},{"resourceType":"locations","locations":["East US"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-04-01","2014-06-01","2014-04-01"]},{"resourceType":"automatedExportSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-04-01","2014-04-01"]},{"resourceType":"diagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-05-01-preview","2016-09-01","2015-07-01"]},{"resourceType":"diagnosticSettingsCategories","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-05-01-preview"]},{"resourceType":"extendedDiagnosticSettings","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2017-02-01"]},{"resourceType":"metricDefinitions","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West","Global"],"apiVersions":["2017-09-01-preview","2017-05-01-preview","2016-03-01","2015-07-01"]},{"resourceType":"logDefinitions","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","UK South","UK West","South India","Central India","West India","Canada East","Canada Central","West Central US","West US 2","Korea South","Korea Central"],"apiVersions":["2015-07-01"]},{"resourceType":"eventCategories","locations":[],"apiVersions":["2015-04-01"]},{"resourceType":"metrics","locations":["East US","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Canada East","Canada Central","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","North Europe","West US 2","West Central US","Korea South","Korea Central","UK South","UK West"],"apiVersions":["2017-09-01-preview","2017-05-01-preview","2016-09-01","2016-06-01"]},{"resourceType":"actiongroups","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"activityLogAlerts","locations":["Global"],"apiVersions":["2017-04-01","2017-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.KeyVault","namespace":"Microsoft.KeyVault","resourceTypes":[{"resourceType":"vaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"vaults/secrets","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"vaults/accessPolicies","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2016-10-01","2015-06-01","2014-12-19-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2016-10-01","2015-06-01"]},{"resourceType":"deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-10-01"]},{"resourceType":"locations/deletedVaults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]},{"resourceType":"locations/operationResults","locations":["North Central US","East US","North Europe","West Europe","East Asia","Southeast Asia","East US 2","Central US","South Central US","West US","Japan East","Japan West","Australia East","Australia Southeast","Brazil South","Central India","South India","West India","Canada Central","Canada East","UK South","UK West","West Central US","West US 2","Korea Central","Korea South"],"apiVersions":["2016-10-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Logic","namespace":"Microsoft.Logic","authorization":{"applicationId":"7cd684f4-8a78-49b0-91ec-6a35d38739ba","roleDefinitionId":"cb3ef1fb-6e31-49e2-9d87-ed821053fe58"},"resourceTypes":[{"resourceType":"workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/workflows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"locations","locations":["North Central US"],"apiVersions":["2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"operations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2017-07-01","2016-10-01","2016-06-01","2015-08-01-preview","2015-02-01-preview"]},{"resourceType":"integrationAccounts","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.MachineLearning","namespace":"Microsoft.MachineLearning","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"1cc297bc-1829-4524-941f-966373421033"},"resourceTypes":[{"resourceType":"Workspaces","locations":["South Central US","West Europe","Southeast Asia","Japan East","West Central US"],"apiVersions":["2016-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"webServices","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations","locations":["South Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operations","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"]},{"resourceType":"commitmentPlans","locations":["South Central US","West Europe","Southeast Asia","Japan East","East US 2","West Central US"],"apiVersions":["2017-01-01","2016-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.MarketplaceOrdering","namespace":"Microsoft.MarketplaceOrdering","resourceTypes":[{"resourceType":"agreements","locations":["South Central US","West US"],"apiVersions":["2015-06-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Media","namespace":"Microsoft.Media","authorization":{"applicationId":"374b2a64-3b6b-436b-934c-b820eacca870","roleDefinitionId":"aab70789-0cec-44b5-95d7-84b64c9487af"},"resourceTypes":[{"resourceType":"mediaservices","locations":["Japan West","Japan East","East Asia","Southeast Asia","West Europe","North Europe","East US","West US","Australia East","Australia Southeast","Central US","Brazil South","Central India","West India","South India","South Central US","Canada Central","Canada East","West Central US"],"apiVersions":["2015-10-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2015-10-01","2015-04-01"]},{"resourceType":"checknameavailability","locations":[],"apiVersions":["2015-10-01","2015-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Network","namespace":"Microsoft.Network","authorizations":[{"applicationId":"2cf9eb86-36b5-49dc-86ae-9a63135dfa8c","roleDefinitionId":"13ba9ab4-19f0-4804-adc4-14ece36cc7a1"},{"applicationId":"7c33bfcb-8d33-48d6-8e60-dc6404003489","roleDefinitionId":"ad6261e4-fa9a-4642-aa5f-104f1b67e9e3"},{"applicationId":"1e3e4475-288f-4018-a376-df66fd7fac5f","roleDefinitionId":"1d538b69-3d87-4e56-8ff8-25786fd48261"},{"applicationId":"a0be0c72-870e-46f0-9c49-c98333a996f7","roleDefinitionId":"7ce22727-ffce-45a9-930c-ddb2e56fa131"}],"resourceTypes":[{"resourceType":"virtualNetworks","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"publicIPAddresses","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkInterfaces","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"loadBalancers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationSecurityGroups","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"routeTables","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"networkWatchers/connectionMonitors","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-09-01"]},{"resourceType":"virtualNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"localNetworkGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"connections","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"applicationGateways","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"SystemAssignedResourceIdentity"},{"resourceType":"locations","locations":[],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operations","locations":[],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/operationResults","locations":[],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/CheckDnsNameAvailability","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"locations/virtualNetworkAvailableEndpointServices","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"dnszones","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"dnsOperationResults","locations":["global"],"apiVersions":["2017-09-01","2016-04-01"]},{"resourceType":"dnsOperationStatuses","locations":["global"],"apiVersions":["2017-09-01","2016-04-01"]},{"resourceType":"dnszones/A","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/AAAA","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CNAME","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/PTR","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/MX","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/TXT","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SRV","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/SOA","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/NS","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/CAA","locations":["global"],"apiVersions":["2017-09-01"]},{"resourceType":"dnszones/recordsets","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"dnszones/all","locations":["global"],"apiVersions":["2017-09-01","2016-04-01","2015-05-04-preview"]},{"resourceType":"trafficmanagerprofiles","locations":["global"],"apiVersions":["2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkTrafficManagerNameAvailability","locations":["global"],"apiVersions":["2017-05-01","2017-03-01","2015-11-01","2015-04-28-preview"]},{"resourceType":"trafficManagerUserMetricsKeys","locations":["global"],"apiVersions":["2017-09-01-preview"]},{"resourceType":"trafficManagerGeographicHierarchies","locations":["global"],"apiVersions":["2017-05-01","2017-03-01"]},{"resourceType":"expressRouteCircuits","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"],"capabilities":"None"},{"resourceType":"expressRouteServiceProviders","locations":[],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01","2016-11-01","2016-10-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-30","2015-06-15","2015-05-01-preview","2014-12-01-preview"]},{"resourceType":"applicationGatewayAvailableWafRuleSets","locations":[],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01"]},{"resourceType":"applicationGatewayAvailableSslOptions","locations":[],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01"]},{"resourceType":"routeFilters","locations":["West US","East US","North Europe","West Europe","East Asia","Southeast Asia","North Central US","South Central US","Central US","East US 2","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","Central India","South India","West India","Canada Central","Canada East","West Central US","West US 2","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"],"capabilities":"None"},{"resourceType":"bgpServiceCommunities","locations":[],"apiVersions":["2017-10-01","2017-09-01","2017-08-01","2017-06-01","2017-04-01","2017-03-01","2016-12-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.NotificationHubs","namespace":"Microsoft.NotificationHubs","resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/notificationHubs","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]},{"resourceType":"operationResults","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East"],"apiVersions":["2017-04-01","2016-03-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.OperationalInsights","namespace":"Microsoft.OperationalInsights","authorization":{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"86695298-2eb9-48a7-9ec3-2fdb38b6878b"},"resourceTypes":[{"resourceType":"workspaces","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2017-04-26-preview","2017-03-15-preview","2017-03-03-preview","2017-01-01-preview","2015-11-01-preview","2015-03-20"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"workspaces/query","locations":["West Central US","Australia Southeast","West Europe","East US","Southeast Asia","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2017-10-01"]},{"resourceType":"workspaces/dataSources","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"storageInsightConfigs","locations":[],"apiVersions":["2014-10-10"]},{"resourceType":"workspaces/linkedServices","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"]},{"resourceType":"linkTargets","locations":["East US"],"apiVersions":["2015-03-20"]},{"resourceType":"operations","locations":[],"apiVersions":["2014-11-10"]},{"resourceType":"devices","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.OperationsManagement","namespace":"Microsoft.OperationsManagement","authorization":{"applicationId":"d2a0a418-0aac-4541-82b2-b3142c89da77","roleDefinitionId":"aa249101-6816-4966-aafa-08175d795f14"},"resourceTypes":[{"resourceType":"solutions","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementconfigurations","locations":["East US","West Europe","Southeast Asia","Australia Southeast","West Central US","Japan East","UK South","Central India","Canada Central"],"apiVersions":["2015-11-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"managementassociations","locations":[],"apiVersions":["2015-11-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-11-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.PowerBI","namespace":"Microsoft.PowerBI","resourceTypes":[{"resourceType":"workspaceCollections","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South","West India"],"apiVersions":["2016-01-29"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-01-29"]},{"resourceType":"locations/checkNameAvailability","locations":["South Central US","North Central US","East US 2","West US","West Europe","North Europe","Brazil South","Southeast Asia","Australia Southeast","Canada Central","Japan East","UK South","West India"],"apiVersions":["2016-01-29"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.RecoveryServices","namespace":"Microsoft.RecoveryServices","authorization":{"applicationId":"262044b1-e2ce-469f-a196-69ab7ada62d3","roleDefinitionId":"21CEC436-F7D0-4ADE-8AD8-FEC5668484CC"},"resourceTypes":[{"resourceType":"vaults","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","Canada Central","Canada East","West Central US","West US 2","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-07-01","2016-12-01","2016-08-10","2016-06-01","2016-05-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"],"capabilities":"None"},{"resourceType":"operations","locations":["Southeast Asia"],"apiVersions":["2016-08-10","2016-06-01","2015-12-15","2015-12-10","2015-11-10","2015-08-15","2015-08-10","2015-06-10","2015-03-15"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-07-01","2016-06-01"]},{"resourceType":"locations/backupStatus","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocatedStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/allocateStamp","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-06-01"]},{"resourceType":"locations/backupValidateFeatures","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-07-01"]},{"resourceType":"locations/backupPreValidateProtection","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","North Central US","South Central US","Japan East","Japan West","Australia East","Australia Southeast","Central US","East US 2","Central India","South India","West Central US","Canada Central","Canada East","West US 2","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-07-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ResourceHealth","namespace":"Microsoft.ResourceHealth","authorization":{"applicationId":"8bdebf23-c0fe-4187-a378-717ad86f6a53","roleDefinitionId":"cc026344-c8b1-4561-83ba-59eba84b27cc"},"resourceTypes":[{"resourceType":"availabilityStatuses","locations":[],"apiVersions":["2017-07-01","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"notifications","locations":["Australia Southeast"],"apiVersions":["2016-09-01","2016-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Scheduler","namespace":"Microsoft.Scheduler","resourceTypes":[{"resourceType":"jobcollections","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"operationResults","locations":["North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","Japan West","Japan East","Brazil South","Central US","East US 2","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2016-03-01","2016-01-01","2014-08-01-preview"]},{"resourceType":"flows","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast"],"apiVersions":["2015-08-01-preview","2015-02-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Search","namespace":"Microsoft.Search","resourceTypes":[{"resourceType":"searchServices","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Japan West","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South"],"apiVersions":["2015-08-19","2015-02-28"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkServiceNameAvailability","locations":[],"apiVersions":["2015-02-28","2014-07-31-Preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2015-08-19"]},{"resourceType":"resourceHealthMetadata","locations":["West US","East US","North Europe","West Europe","Southeast Asia","East Asia","North Central US","South Central US","Japan West","Australia East","Brazil South","Central India","West Central US","Canada Central","UK South"],"apiVersions":["2015-08-19"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-08-19","2015-02-28"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Security","namespace":"Microsoft.Security","authorization":{"applicationId":"8edd93e1-2103-40b4-bd70-6e34e586362d","roleDefinitionId":"855AF4C4-82F6-414C-B1A2-628025628B9A"},"resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatuses","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/virtualMachines","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/endpoints","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatus/subnets","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"tasks","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"alerts","locations":["Central US","East US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/patch","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/baseline","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"monitoring/antimalware","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionAgents","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"dataCollectionResults","locations":["East Asia","Southeast Asia","East US","East US 2","West US","North Central US","South Central US","Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada Central","Canada East"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"pricings","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"securityContacts","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"workspaceSettings","locations":["Central US","East US"],"apiVersions":["2017-08-01-preview"]},{"resourceType":"complianceResults","locations":["Central US","East US"],"apiVersions":["2017-08-01"]},{"resourceType":"policies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"appliances","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"webApplicationFirewalls","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/webApplicationFirewalls","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutions","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/securitySolutions","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securitySolutionsReferenceData","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/securitySolutionsReferenceData","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"jitNetworkAccessPolicies","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/jitNetworkAccessPolicies","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations","locations":["Central US","East US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"securityStatusesSummaries","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/alerts","locations":["Central US","West Europe"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/tasks","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"externalSecuritySolutions","locations":["Central US","East US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]},{"resourceType":"locations/externalSecuritySolutions","locations":["Central US","West Europe","West Central US"],"apiVersions":["2015-06-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ServerManagement","namespace":"Microsoft.ServerManagement","resourceTypes":[{"resourceType":"operations","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"]},{"resourceType":"gateways","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"},{"resourceType":"nodes","locations":["West US","West Central US","Central US","East US","North Europe","West Europe"],"apiVersions":["2016-07-01-preview","2015-07-01-preview"],"capabilities":"None"}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ServiceBus","namespace":"Microsoft.ServiceBus","authorization":{"applicationId":"80a10ef9-8168-493d-abf9-3297c4ef6e3c","roleDefinitionId":"2b7763f7-bbe2-4e19-befe-28c79f1cf7f7"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNamespaceAvailability","locations":[],"apiVersions":["2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"sku","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"premiumMessagingRegions","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2015-08-01","2014-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ServiceFabric","namespace":"Microsoft.ServiceFabric","authorization":{"applicationId":"74cb6831-0dbb-4be1-8206-fd4df301cdc2","roleDefinitionId":"e55cc65f-6903-4917-b4ef-f8d4640b57f5"},"resourceTypes":[{"resourceType":"clusters","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2017-07-01-preview","2016-09-01","2016-03-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/clusterVersions","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/operations","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Canada Central","Canada East"],"apiVersions":["2017-07-01-preview","2016-09-01","2016-03-01"]},{"resourceType":"locations/operationResults","locations":["West US","West US 2","West Central US","East US","East US 2","Central US","West Europe","North Europe","UK West","UK South","Australia East","Australia Southeast","North Central US","East Asia","Southeast Asia","Japan West","Japan East","South India","West India","Central India","Brazil South","South Central US","Korea Central","Korea South","Canada Central","Canada East"],"apiVersions":["2017-07-01-preview","2016-09-01","2016-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Sql","namespace":"Microsoft.Sql","authorizations":[{"applicationId":"e4ab13ed-33cb-41b4-9140-6e264582cf85","roleDefinitionId":"ec3ddc95-44dc-47a2-9926-5e9f5ffd44ec"},{"applicationId":"0130cc9f-7ac5-4026-bd5f-80a08a54e6d9","roleDefinitionId":"45e8abf8-0ec4-44f3-9c37-cff4f7779302"},{"applicationId":"76cd24bf-a9fc-4344-b1dc-908275de6d6d","roleDefinitionId":"c13b7b9c-2ed1-4901-b8a8-16f35468da29"},{"applicationId":"76c7f279-7959-468f-8943-3954880e0d8c","roleDefinitionId":"7f7513a8-73f9-4c5f-97a2-c41f0ea783ef"}],"resourceTypes":[{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/capabilities","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2015-05-01","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"locations/databaseAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/databaseOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/serverKeyAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverKeyOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/keys","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/encryptionProtector","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/encryptionProtectorOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/encryptionProtectorAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/serverOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/usages","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01","2014-04-01-preview"]},{"resourceType":"checkNameAvailability","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"servers/databases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2015-01-01","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/serviceObjectives","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/communicationLinks","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administrators","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/administratorOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/restorableDroppedDatabases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recoverableDatabases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/backupLongTermRetentionVaults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/import","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/importExportOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/operationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/backupLongTermRetentionPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databaseSecurityPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/automaticTuning","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/databases/automaticTuning","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview"]},{"resourceType":"servers/databases/transparentDataEncryption","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview","2015-05-01-preview","2014-04-01-preview","2014-04-01"]},{"resourceType":"servers/auditingPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/recommendedElasticPools","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/auditingPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/connectionPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/connectionPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/dataMaskingPolicies/rules","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/securityAlertPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/securityAlertPolicies","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditingSettings","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/auditingSettings","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/elasticpools","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-09-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"servers/disasterRecoveryConfiguration","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/dnsAliases","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/dnsAliasAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/dnsAliasOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/failoverGroups","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/failoverGroupOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/firewallRulesOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/firewallRulesAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"servers/virtualNetworkRules","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/virtualNetworkRulesOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/virtualNetworkRulesAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnetsOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnetsAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2015-05-01"]},{"resourceType":"locations/databaseRestoreAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/deletedServers","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/deletedServerAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"locations/deletedServerOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/usages","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metricDefinitions","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/metrics","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/aggregatedDatabaseMetrics","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metrics","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticpools/metricdefinitions","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/topQueries/queryText","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/advisors","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPools/advisors","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/advisors","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview","2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/databases/extensions","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2014-04-01-preview","2014-04-01","2014-01-01"]},{"resourceType":"servers/elasticPoolEstimates","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/auditRecords","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/VulnerabilityAssessmentScans","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentScans","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessmentSettings","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/VulnerabilityAssessment","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2017-03-01-preview"]},{"resourceType":"servers/databases/syncGroups","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/databases/syncGroups/syncMembers","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"servers/syncAgents","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"managedInstances","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"virtualClusters","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/managedInstanceAzureAsyncOperation","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/managedInstanceOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/syncGroupOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/syncMemberOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/syncAgentOperationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]},{"resourceType":"locations/syncDatabaseIds","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-05-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Storage","namespace":"Microsoft.Storage","authorization":{"applicationId":"a6aa9161-5291-40bb-8c5c-923b567bee3b","roleDefinitionId":"070ab87f-0efc-4423-b18b-756f3bdb0236"},"resourceTypes":[{"resourceType":"storageAccounts","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"operations","locations":[],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"locations/asyncoperations","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/listAccountSas","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/listServiceSas","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/blobServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/tableServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/queueServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"storageAccounts/fileServices","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-07-01","2016-01-01"]},{"resourceType":"locations/deleteVirtualNetworkOrSubnets","locations":["East US","East US 2","West US","West Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","Central US","North Europe","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-07-01"]},{"resourceType":"usages","locations":[],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-10-01","2017-06-01","2016-12-01","2016-05-01","2016-01-01","2015-06-15","2015-05-01-preview"]},{"resourceType":"storageAccounts/services","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]},{"resourceType":"storageAccounts/services/metricDefinitions","locations":["East US","West US","West Europe","North Europe","East Asia","Southeast Asia","Japan East","Japan West","North Central US","South Central US","East US 2","Central US","Australia East","Australia Southeast","Brazil South","South India","Central India","West India","Canada East","Canada Central","West US 2","West Central US","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.StreamAnalytics","namespace":"Microsoft.StreamAnalytics","resourceTypes":[{"resourceType":"streamingjobs","locations":["Central US","West Europe","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US","UK South","UK West","Canada Central","Canada East","West US 2"],"apiVersions":["2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":["West Europe","Central US","East US 2","North Europe","Japan East","West US","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US","UK South","West US 2","UK West","Canada Central","Canada East"],"apiVersions":["2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"locations/quotas","locations":[],"apiVersions":["2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2015-03-01-preview"]},{"resourceType":"streamingjobs/diagnosticSettings","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West Central US","UK South","UK West","Canada Central","Canada East","West US 2","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"streamingjobs/metricDefinitions","locations":["East US","East US 2","North Central US","North Europe","West Europe","Brazil South","Central India","West Central US","UK South","UK West","Canada Central","Canada East","West US 2","West US","Central US","South Central US","Japan East","Japan West","East Asia","Southeast Asia","Australia East","Australia Southeast"],"apiVersions":["2014-04-01"]},{"resourceType":"operations","locations":["West Europe","West US","Central US","East US 2","North Europe","Japan East","Southeast Asia","South Central US","East Asia","Japan West","North Central US","East US","Australia East","Australia Southeast","Brazil South","Central India","West Central US","UK South","UK West","Canada Central","Canada East","West US 2"],"apiVersions":["2017-04-01-preview","2016-03-01","2015-11-01","2015-10-01","2015-09-01","2015-08-01-preview","2015-06-01","2015-05-01","2015-04-01","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Web","namespace":"Microsoft.Web","authorization":{"applicationId":"abfa0a7c-a6b6-4736-8310-5855508787cd","roleDefinitionId":"f47ed98b-b063-4a5b-9e10-4b9b44fa7735"},"resourceTypes":[{"resourceType":"sites/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/instances","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/instances","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/instances/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/instances/extensions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/publicCertificates","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/slots/publicCertificates","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"publishingUsers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostnameavailable","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"validate","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"isusernameavailable","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sourceControls","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"availableStacks","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"listSitesAssignedToHostName","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/hostNameBindings","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/domainOwnershipIdentifiers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"sites/slots/hostNameBindings","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01"]},{"resourceType":"operations","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"certificates","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossSubscriptionResourceMove"},{"resourceType":"serverFarms","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"serverFarms/workers","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove, SystemAssignedResourceIdentity"},{"resourceType":"sites/slots","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"runtimes","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"sites/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/slots/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"serverFarms/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"sites/recommendations","locations":[],"apiVersions":["2016-08-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"recommendations","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"georegions","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"sites/premieraddons","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hostingEnvironments","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"],"capabilities":"None"},{"resourceType":"hostingEnvironments/multiRolePools","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01"]},{"resourceType":"hostingEnvironments/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances","locations":[],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/multiRolePools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances","locations":[],"apiVersions":["2016-09-01","2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metrics","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"hostingEnvironments/workerPools/instances/metricDefinitions","locations":[],"apiVersions":["2014-04-01"]},{"resourceType":"deploymentLocations","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"functions","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"deletedSites","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"ishostingenvironmentnameavailable","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"classicMobileServices","locations":[],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"],"capabilities":"None"},{"resourceType":"connections","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"customApis","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/listWsdlInterfaces","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/extractApiDefinitionFromWsdl","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/managedApis","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"locations/apiOperations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"connectionGateways","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations/connectionGatewayInstallations","locations":["North Central US","Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","West US","East US","East US 2","Japan West","Japan East","Brazil South","Australia East","Australia Southeast","South India","Central India","West India","West US 2","West Central US","Canada Central","Canada East","UK South","UK West"],"apiVersions":["2016-06-01","2015-08-01-preview"]},{"resourceType":"checkNameAvailability","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"billingMeters","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01-preview","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]},{"resourceType":"verifyHostingEnvironmentVnet","locations":["South Central US","North Europe","West Europe","Southeast Asia","Korea Central","Korea South","West US","East US","Japan West","Japan East","East Asia","East US 2","North Central US","Central US","Brazil South","Australia East","Australia Southeast","West India","Central India","South India","Canada Central","Canada East","West Central US","UK West","UK South","West US 2"],"apiVersions":["2016-03-01","2015-08-01","2015-07-01","2015-06-01","2015-05-01","2015-04-01","2015-02-01","2014-11-01","2014-06-01","2014-04-01-preview","2014-04-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Sendgrid.Email","namespace":"Sendgrid.Email","resourceTypes":[{"resourceType":"accounts","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","Korea South","North Central US","North Europe","South Central US","South India","Southeast Asia","UK South","UK West","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/84codes.CloudAMQP","namespace":"84codes.CloudAMQP","resourceTypes":[{"resourceType":"servers","locations":["East US 2","Central US","East US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/AppDynamics.APM","namespace":"AppDynamics.APM","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-26"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations","locations":[],"apiVersions":["2016-05-26"]},{"resourceType":"locations/operationResults","locations":["West US"],"apiVersions":["2016-05-26"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Aspera.Transfers","namespace":"Aspera.Transfers","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Central US","East US","West Europe","East Asia","Southeast Asia","Japan East","East US 2","Japan West"],"apiVersions":["2016-03-25"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-25"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Auth0.Cloud","namespace":"Auth0.Cloud","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-11-23"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Citrix.Cloud","namespace":"Citrix.Cloud","resourceTypes":[{"resourceType":"accounts","locations":["West US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Cloudyn.Analytics","namespace":"Cloudyn.Analytics","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-03-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-03-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Conexlink.MyCloudIT","namespace":"Conexlink.MyCloudIT","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Crypteron.DataSecurity","namespace":"Crypteron.DataSecurity","resourceTypes":[{"resourceType":"apps","locations":["West US"],"apiVersions":["2016-08-12"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-12"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Dynatrace.DynatraceSaaS","namespace":"Dynatrace.DynatraceSaaS","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-09-27"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Dynatrace.Ruxit","namespace":"Dynatrace.Ruxit","resourceTypes":[{"resourceType":"accounts","locations":["East US"],"apiVersions":["2016-04-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-09-07","2016-04-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/LiveArena.Broadcast","namespace":"LiveArena.Broadcast","resourceTypes":[{"resourceType":"services","locations":["West US","North Europe","Japan West","Japan East","East Asia","West Europe","East US","Southeast Asia","Central US"],"apiVersions":["2016-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Lombiq.DotNest","namespace":"Lombiq.DotNest","resourceTypes":[{"resourceType":"sites","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Mailjet.Email","namespace":"Mailjet.Email","resourceTypes":[{"resourceType":"services","locations":["West US","West Europe"],"apiVersions":["2017-10-01","2017-02-03"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-10-01","2017-05-29","2017-02-03","2016-11-01","2016-07-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-10-01","2017-02-03","2016-11-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-10-01","2017-02-03","2016-11-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.AAD","namespace":"Microsoft.AAD","authorizations":[{"applicationId":"443155a6-77f3-45e3-882b-22b3a8d431fb","roleDefinitionId":"7389DE79-3180-4F07-B2BA-C5BA1F01B03A"},{"applicationId":"abba844e-bc0e-44b0-947a-dc74e5d09022","roleDefinitionId":"63BC473E-7767-42A5-A3BF-08EB71200E04"}],"resourceTypes":[{"resourceType":"DomainServices","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01","2017-01-01"],"capabilities":"None"},{"resourceType":"locations","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01","2017-01-01"]},{"resourceType":"locations/operationresults","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01","2017-01-01"]},{"resourceType":"operations","locations":["West US","Central US","East US","South Central US","West Europe","North Europe","East Asia","Southeast Asia","East US 2","Australia East","Australia Southeast","West Central US","North Central US","Japan East","Japan West","Brazil South","Central India","South India","West India","Canada Central","Canada East","West US 2"],"apiVersions":["2017-06-01","2017-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/microsoft.aadiam","namespace":"microsoft.aadiam","resourceTypes":[{"resourceType":"operations","locations":["West US"],"apiVersions":["2017-04-01","2017-03-01","2016-09-01","2016-08-01","2016-07-01","2016-06-01","2016-03-01","2016-02-01","2015-11-01","2015-01-01"]},{"resourceType":"diagnosticSettings","locations":[],"apiVersions":["2017-04-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Addons","namespace":"Microsoft.Addons","authorization":{"applicationId":"24d3987b-be4a-48e0-a3e7-11c186f39e41","roleDefinitionId":"8004BAAB-A4CB-4981-8571-F7E44D039D93"},"resourceTypes":[{"resourceType":"supportProviders","locations":["West Central US","South Central US","East US","West Europe"],"apiVersions":["2017-05-15"]},{"resourceType":"operations","locations":["West Central US","South Central US","East US","West Europe"],"apiVersions":["2017-05-15"]},{"resourceType":"operationResults","locations":["West Central US","South Central US","East US","West Europe"],"apiVersions":["2017-05-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ADHybridHealthService","namespace":"Microsoft.ADHybridHealthService","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"addsservices","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"configuration","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"operations","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"agents","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"aadsupportcases","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"reports","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"servicehealthmetrics","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"logs","locations":["West US"],"apiVersions":["2014-01-01"]},{"resourceType":"anonymousapiusers","locations":["West US"],"apiVersions":["2014-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.AlertsManagement","namespace":"Microsoft.AlertsManagement","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2017-11-15-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.AnalysisServices","namespace":"Microsoft.AnalysisServices","authorization":{"applicationId":"4ac7d521-0382-477b-b0f8-7e1d95f85ca2","roleDefinitionId":"490d5987-bcf6-4be6-b6b2-056a78cb693a"},"resourceTypes":[{"resourceType":"servers","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South","West India","West US 2"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"]},{"resourceType":"locations/checkNameAvailability","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South","West India","West US 2"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"]},{"resourceType":"locations/operationresults","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South","West India","West US 2"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"]},{"resourceType":"locations/operationstatuses","locations":["West US","North Europe","South Central US","West Europe","West Central US","Southeast Asia","East US 2","North Central US","Brazil South","Canada Central","Australia Southeast","Japan East","UK South","West India","West US 2"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"]},{"resourceType":"operations","locations":["East US 2","West Central US","West US 2"],"apiVersions":["2017-08-01-beta","2017-08-01","2017-07-14","2016-05-16"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Authorization","namespace":"Microsoft.Authorization","resourceTypes":[{"resourceType":"roleAssignments","locations":[],"apiVersions":["2017-10-01-preview","2017-09-01","2017-05-01","2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"roleDefinitions","locations":[],"apiVersions":["2017-05-01","2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"classicAdministrators","locations":[],"apiVersions":["2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"permissions","locations":[],"apiVersions":["2017-05-01","2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"locks","locations":[],"apiVersions":["2017-04-01","2016-09-01","2015-06-01","2015-05-01-preview","2015-01-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-05-01","2016-07-01","2015-07-01","2015-01-01","2014-10-01-preview","2014-06-01"]},{"resourceType":"policyDefinitions","locations":[],"apiVersions":["2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"policySetDefinitions","locations":[],"apiVersions":["2017-06-01-preview"]},{"resourceType":"policyAssignments","locations":[],"apiVersions":["2017-06-01-preview","2016-12-01","2016-04-01","2015-10-01-preview"]},{"resourceType":"providerOperations","locations":[],"apiVersions":["2017-05-01","2016-07-01","2015-07-01-preview","2015-07-01"]},{"resourceType":"elevateAccess","locations":[],"apiVersions":["2017-05-01","2016-07-01","2015-07-01","2015-06-01","2015-05-01-preview","2014-10-01-preview","2014-07-01-preview","2014-04-01-preview"]},{"resourceType":"checkAccess","locations":[],"apiVersions":["2017-10-01-preview","2017-09-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.AzureActiveDirectory","namespace":"Microsoft.AzureActiveDirectory","resourceTypes":[{"resourceType":"b2cDirectories","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Global","United States","Europe"],"apiVersions":["2017-01-30","2016-12-13-preview","2016-02-10-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.AzureStack","namespace":"Microsoft.AzureStack","resourceTypes":[{"resourceType":"operations","locations":["Global"],"apiVersions":["2017-06-01"]},{"resourceType":"registrations","locations":["West Central US","Global"],"apiVersions":["2017-06-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"registrations/products","locations":["West Central US","Global"],"apiVersions":["2017-06-01","2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.BatchAI","namespace":"Microsoft.BatchAI","authorization":{"applicationId":"9fcb3732-5f52-4135-8c08-9d4bbaf203ea","roleDefinitionId":"703B89C7-CE2C-431B-BDD8-FA34E39AF696","managedByRoleDefinitionId":"90B8E153-EBFF-4073-A95F-4DAD56B14C78"},"resourceTypes":[{"resourceType":"clusters","locations":["East US","West US 2"],"apiVersions":["2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"jobs","locations":["East US","West US 2"],"apiVersions":["2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"fileservers","locations":["East US","West US 2"],"apiVersions":["2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["East US","West US 2"],"apiVersions":["2017-09-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-09-01-preview"]},{"resourceType":"locations/operationresults","locations":["East US","West US 2"],"apiVersions":["2017-09-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["East US","West US 2"],"apiVersions":["2017-09-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Billing","namespace":"Microsoft.Billing","resourceTypes":[{"resourceType":"BillingPeriods","locations":["Central US"],"apiVersions":["2017-04-24-preview"]},{"resourceType":"Invoices","locations":["Central US"],"apiVersions":["2017-04-24-preview","2017-02-27-preview"]},{"resourceType":"operations","locations":["Central US"],"apiVersions":["2017-04-24-preview","2017-02-27-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ClassicSubscription","namespace":"Microsoft.ClassicSubscription","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2017-09-01","2017-06-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Commerce","namespace":"Microsoft.Commerce","resourceTypes":[{"resourceType":"UsageAggregates","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]},{"resourceType":"RateCard","locations":[],"apiVersions":["2016-08-31-preview","2015-06-01-preview","2015-05-15"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-01-preview","2015-03-31"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Consumption","namespace":"Microsoft.Consumption","resourceTypes":[{"resourceType":"ReservationSummaries","locations":[],"apiVersions":["2017-11-30","2017-06-30-preview"]},{"resourceType":"ReservationTransactions","locations":[],"apiVersions":["2017-11-30","2017-06-30-preview"]},{"resourceType":"Balances","locations":[],"apiVersions":["2017-11-30","2017-06-30-preview"]},{"resourceType":"Pricesheets","locations":[],"apiVersions":["2017-11-30","2017-06-30-preview"]},{"resourceType":"ReservationDetails","locations":[],"apiVersions":["2017-11-30","2017-06-30-preview"]},{"resourceType":"UsageDetails","locations":[],"apiVersions":["2017-11-30","2017-06-30-preview","2017-04-24-preview"]},{"resourceType":"Operations","locations":[],"apiVersions":["2017-11-30","2017-06-30-preview","2017-04-24-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ContainerInstance","namespace":"Microsoft.ContainerInstance","resourceTypes":[{"resourceType":"containerGroups","locations":["West US","East US","West Europe"],"apiVersions":["2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"locations/usages","locations":["West US","East US","West Europe"],"apiVersions":["2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-12-01-preview","2017-10-01-preview","2017-08-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.CustomerInsights","namespace":"Microsoft.CustomerInsights","authorization":{"applicationId":"38c77d00-5fcb-4cce-9d93-af4738258e3c","roleDefinitionId":"E006F9C7-F333-477C-8AD6-1F3A9FE87F55"},"resourceTypes":[{"resourceType":"hubs","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"hubs/profiles","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/interactions","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/authorizationPolicies","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/connectors","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/connectors/mappings","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/kpi","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/views","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/links","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/roleAssignments","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/roles","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/widgetTypes","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"hubs/suggestTypeSchema","locations":["East US 2","North Europe"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2017-07-01","2017-01-01","2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DataMigration","namespace":"Microsoft.DataMigration","authorization":{"applicationId":"a4bad4aa-bf02-4631-9f78-a64ffdba8150","roleDefinitionId":"b831a21d-db98-4760-89cb-bef871952df1","managedByRoleDefinitionId":"6256fb55-9e59-4018-a9e1-76b11c0a4c89"},"resourceTypes":[{"resourceType":"locations","locations":[],"apiVersions":["2017-11-15-preview","2017-04-15-privatepreview"]},{"resourceType":"services","locations":["Brazil South","North Europe","South Central US","West Europe","West US","East US"],"apiVersions":["2017-11-15-preview","2017-04-15-privatepreview"],"capabilities":"None"},{"resourceType":"services/projects","locations":["Brazil South","North Europe","South Central US","West Europe","West US","East US"],"apiVersions":["2017-11-15-preview","2017-04-15-privatepreview"],"capabilities":"None"},{"resourceType":"locations/operationResults","locations":["Brazil South","North Europe","South Central US","West Europe","West US","East US"],"apiVersions":["2017-11-15-preview","2017-04-15-privatepreview"]},{"resourceType":"locations/operationStatuses","locations":["Brazil South","North Europe","South Central US","West Europe","West US","East US"],"apiVersions":["2017-11-15-preview","2017-04-15-privatepreview"]},{"resourceType":"locations/checkNameAvailability","locations":["Brazil South","North Europe","South Central US","West Europe","West US","East US"],"apiVersions":["2017-11-15-preview","2017-04-15-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DBforMySQL","namespace":"Microsoft.DBforMySQL","resourceTypes":[{"resourceType":"operations","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"servers","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"],"capabilities":"None"},{"resourceType":"checkNameAvailability","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/operationResults","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/azureAsyncOperation","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/performanceTiers","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.DBforPostgreSQL","namespace":"Microsoft.DBforPostgreSQL","resourceTypes":[{"resourceType":"operations","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"servers","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"],"capabilities":"None"},{"resourceType":"checkNameAvailability","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/operationResults","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/azureAsyncOperation","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]},{"resourceType":"locations/performanceTiers","locations":["Brazil South","Canada Central","Canada East","Central India","East Asia","East US 2","East US","Japan East","Japan West","North Central US","North Europe","South Central US","Southeast Asia","West Europe","West India","West US"],"apiVersions":["2017-04-30-preview","2016-02-01-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.EventGrid","namespace":"Microsoft.EventGrid","authorizations":[{"applicationId":"4962773b-9cdb-44cf-a8bf-237846a00ab7","roleDefinitionId":"7FE036D8-246F-48BF-A78F-AB3EE699C8F3"}],"resourceTypes":[{"resourceType":"locations","locations":[],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/eventSubscriptions","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"eventSubscriptions","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"topics","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"topicTypes","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operations","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/operationsStatus","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/operationResults","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"locations/topicTypes","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"extensionTopics","locations":["West US 2","West Central US"],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operationResults","locations":[],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]},{"resourceType":"operationsStatus","locations":[],"apiVersions":["2017-09-15-preview","2017-06-15-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Features","namespace":"Microsoft.Features","resourceTypes":[{"resourceType":"features","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-12-01","2014-08-01-preview"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.ImportExport","namespace":"Microsoft.ImportExport","authorization":{"applicationId":"7de4d5c5-5b32-4235-b8a9-33b34d6bcd2a","roleDefinitionId":"9f7aa6bb-9454-46b6-8c01-a4b0f33ca151"},"resourceTypes":[{"resourceType":"jobs","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","Southeast Asia","South India","UK South","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","Southeast Asia","South India","UK South","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"locations/operationResults","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","Southeast Asia","South India","UK South","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"]},{"resourceType":"operations","locations":["Australia East","Australia Southeast","Brazil South","Canada Central","Canada East","Central India","Central US","East Asia","East US","East US 2","Japan East","Japan West","Korea Central","North Central US","North Europe","South Central US","Southeast Asia","South India","UK South","West Central US","West Europe","West India","West US","West US 2"],"apiVersions":["2016-11-01","2016-07-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.LocationBasedServices","namespace":"Microsoft.LocationBasedServices","resourceTypes":[{"resourceType":"accounts","locations":["Global"],"apiVersions":["2017-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":[],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.MachineLearningExperimentation","namespace":"Microsoft.MachineLearningExperimentation","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"1cc297bc-1829-4524-941f-966373421033"},"resourceTypes":[{"resourceType":"accounts","locations":["Australia East","East US 2","West Central US","Southeast Asia","West Europe"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/workspaces","locations":["Australia East","East US 2","West Central US","Southeast Asia","West Europe"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"accounts/workspaces/projects","locations":["Australia East","East US 2","West Central US","Southeast Asia","West Europe"],"apiVersions":["2017-05-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.MachineLearningCompute","namespace":"Microsoft.MachineLearningCompute","authorization":{"applicationId":"0736f41a-0425-4b46-bdb5-1563eff02385","roleDefinitionId":"376aa7d7-51a9-463d-bd4d-7e1691345612","managedByRoleDefinitionId":"91d00862-cf55-46a5-9dce-260bbd92ce25"},"resourceTypes":[{"resourceType":"operationalizationClusters","locations":["East US 2","West Central US","Australia East","West Europe","Southeast Asia"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"]},{"resourceType":"locations","locations":["East US 2"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"]},{"resourceType":"locations/operations","locations":["East US 2","West Central US","Australia East","West Europe","Southeast Asia"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"]},{"resourceType":"locations/operationsStatus","locations":["East US 2","West Central US","Australia East","West Europe","Southeast Asia"],"apiVersions":["2017-08-01-preview","2017-06-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.MachineLearningModelManagement","namespace":"Microsoft.MachineLearningModelManagement","resourceTypes":[{"resourceType":"accounts","locations":["East US 2","West Central US","Australia East","West Europe","Southeast Asia"],"apiVersions":["2017-09-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["West Central US"],"apiVersions":["2017-09-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Migrate","namespace":"Microsoft.Migrate","resourceTypes":[{"resourceType":"projects","locations":["West Central US"],"apiVersions":["2017-11-11-preview","2017-09-25-privatepreview","2017-05-10-privatepreview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Central US"],"apiVersions":["2017-11-11-preview","2017-09-25-privatepreview","2017-05-10-privatepreview"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-11-11-preview","2017-09-25-privatepreview"]},{"resourceType":"locations/checkNameAvailability","locations":["West Central US"],"apiVersions":["2017-11-11-preview","2017-09-25-privatepreview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Portal","namespace":"Microsoft.Portal","resourceTypes":[{"resourceType":"dashboards","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","West India","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"operations","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","West India","South India","Central India","Canada Central","Canada East"],"apiVersions":["2015-08-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-08-01-preview","2017-01-01-preview"]},{"resourceType":"consoles","locations":[],"apiVersions":["2017-08-01-preview","2017-01-01-preview"]},{"resourceType":"locations/consoles","locations":["West US","East US","Central India","North Europe","West Europe","South Central US","Southeast Asia","East US 2","Central US"],"apiVersions":["2017-08-01-preview","2017-01-01-preview"]},{"resourceType":"userSettings","locations":[],"apiVersions":["2017-08-01-preview","2017-01-01-preview"]},{"resourceType":"locations/userSettings","locations":["West US","East US","Central India","North Europe","West Europe","South Central US","Southeast Asia","East US 2","Central US"],"apiVersions":["2017-08-01-preview","2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.PowerBIDedicated","namespace":"Microsoft.PowerBIDedicated","authorization":{"applicationId":"4ac7d521-0382-477b-b0f8-7e1d95f85ca2","roleDefinitionId":"490d5987-bcf6-4be6-b6b2-056a78cb693a"},"resourceTypes":[{"resourceType":"capacities","locations":["Australia Southeast","Brazil South","Canada Central","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"locations","locations":[],"apiVersions":["2017-01-01-preview"]},{"resourceType":"locations/checkNameAvailability","locations":["Australia Southeast","Brazil South","Canada Central","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"]},{"resourceType":"locations/operationresults","locations":["Australia Southeast","Brazil South","Canada Central","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["Australia Southeast","Brazil South","Canada Central","East Asia","East US","East US 2","West India","Japan East","West Central US","North Central US","North Europe","South Central US","Southeast Asia","UK South","West Europe","West US","West US 2"],"apiVersions":["2017-10-01","2017-01-01-preview"]},{"resourceType":"operations","locations":["East US 2"],"apiVersions":["2017-01-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Relay","namespace":"Microsoft.Relay","authorization":{"applicationId":"80369ed6-5f11-4dd9-bef3-692475845e77"},"resourceTypes":[{"resourceType":"namespaces","locations":["Australia East","Australia Southeast","Central US","East US","East US 2","West US 2","West US","North Central US","South Central US","West Central US","East Asia","Southeast Asia","Brazil South","Japan East","Japan West","North Europe","West Europe","Central India","South India","West India","Canada Central","Canada East","UK West","UK South","Korea Central","Korea South"],"apiVersions":["2017-04-01","2016-07-01"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"namespaces/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/hybridconnections/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"namespaces/wcfrelays/authorizationrules","locations":[],"apiVersions":["2017-04-01","2016-07-01","2015-08-01","2014-09-01"]},{"resourceType":"checkNameAvailability","locations":[],"apiVersions":["2017-04-01","2016-07-01"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-04-01","2016-07-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Resources","namespace":"Microsoft.Resources","resourceTypes":[{"resourceType":"tenants","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"locations","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"checkPolicyCompliance","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"providers","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"checkresourcename","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resources","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resources","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/providers","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/operationresults","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","West India","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourceGroups","locations":["Central US","East Asia","Southeast Asia","East US","East US 2","West US","West US 2","North Central US","South Central US","West Central US","North Europe","West Europe","Japan East","Japan West","Brazil South","Australia Southeast","Australia East","West India","South India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/resourcegroups/resources","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/locations","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagnames","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"subscriptions/tagNames/tagValues","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"deployments/operations","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"links","locations":[],"apiVersions":["2017-08-01","2017-06-01","2017-05-10","2017-05-01","2017-03-01","2016-09-01","2016-07-01","2016-06-01","2016-02-01","2015-11-01","2015-01-01","2014-04-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.Solutions","namespace":"Microsoft.Solutions","authorization":{"applicationId":"ba4bc2bd-843f-4d61-9d33-199178eae34e","roleDefinitionId":"6cb99a0b-29a8-49bc-b57b-057acc68cd9a","managedByRoleDefinitionId":"8e3af657-a8ff-443c-a75c-2fe8c4bcb635"},"resourceTypes":[{"resourceType":"appliances","locations":["West Central US"],"apiVersions":["2016-09-01-preview"],"capabilities":"None"},{"resourceType":"applianceDefinitions","locations":["West Central US"],"apiVersions":["2016-09-01-preview"],"capabilities":"None"},{"resourceType":"applications","locations":["South Central US","North Central US","West Central US","West US","West US 2","East US","East US 2","Central US","West Europe","North Europe","East Asia","Southeast Asia","Brazil South","Japan West","Japan East","Australia East","Australia Southeast","South India","West India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-09-01"],"capabilities":"None"},{"resourceType":"applicationDefinitions","locations":["South Central US","North Central US","West Central US","West US","West US 2","East US","East US 2","Central US","West Europe","North Europe","East Asia","Southeast Asia","Brazil South","Japan West","Japan East","Australia East","Australia Southeast","South India","West India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-09-01"],"capabilities":"None"},{"resourceType":"locations","locations":["West Central US"],"apiVersions":["2017-09-01","2016-09-01-preview"]},{"resourceType":"locations/operationstatuses","locations":["South Central US","North Central US","West Central US","West US","West US 2","East US","East US 2","Central US","West Europe","North Europe","East Asia","Southeast Asia","Brazil South","Japan West","Japan East","Australia East","Australia Southeast","South India","West India","Central India","Canada Central","Canada East","UK South","UK West","Korea Central","Korea South"],"apiVersions":["2017-09-01","2016-09-01-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.StorageSync","namespace":"Microsoft.StorageSync","authorizations":[{"applicationId":"9469b9f5-6722-4481-a2b2-14ed560b706f"}],"resourceTypes":[{"resourceType":"storageSyncServices","locations":["West US","West Europe","Southeast Asia","Australia East"],"apiVersions":["2017-06-05-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"storageSyncServices/syncGroups","locations":["West US","West Europe","Southeast Asia","Australia East"],"apiVersions":["2017-06-05-preview"]},{"resourceType":"storageSyncServices/syncGroups/cloudEndpoints","locations":["West US","West Europe","Southeast Asia","Australia East"],"apiVersions":["2017-06-05-preview"]},{"resourceType":"storageSyncServices/syncGroups/serverEndpoints","locations":["West US","West Europe","Southeast Asia","Australia East"],"apiVersions":["2017-06-05-preview"]},{"resourceType":"storageSyncServices/registeredServers","locations":["West US","West Europe","Southeast Asia","Australia East"],"apiVersions":["2017-06-05-preview"]},{"resourceType":"storageSyncServices/workflows","locations":["West US","West Europe","Southeast Asia","Australia East"],"apiVersions":["2017-06-05-preview"]},{"resourceType":"operations","locations":[],"apiVersions":["2017-06-05-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.StorSimple","namespace":"Microsoft.StorSimple","resourceTypes":[{"resourceType":"managers","locations":["West US","East US","North Europe","West Europe","Brazil South","East Asia","Southeast Asia","West Central US","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2017-06-01","2017-05-15","2017-01-01","2016-10-01","2016-06-01","2015-03-15","2014-09-01"],"capabilities":"None"},{"resourceType":"operations","locations":["West Central US","Southeast Asia"],"apiVersions":["2016-10-01","2016-06-01","2015-03-15","2014-09-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/microsoft.support","namespace":"microsoft.support","resourceTypes":[{"resourceType":"operations","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast"],"apiVersions":["2015-07-01-Preview","2015-03-01"]},{"resourceType":"supporttickets","locations":["North Central US","South Central US","Central US","West Europe","North Europe","West US","East US","East US 2","Japan East","Japan West","Brazil South","Southeast Asia","East Asia","Australia East","Australia Southeast"],"apiVersions":["2015-07-01-Preview","2015-03-01"]}],"registrationState":"Registered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Microsoft.TimeSeriesInsights","namespace":"Microsoft.TimeSeriesInsights","authorizations":[{"applicationId":"120d688d-1518-4cf7-bd38-182f158850b6","roleDefinitionId":"5a43abdf-bb87-42c4-9e56-1c24bf364150"}],"resourceTypes":[{"resourceType":"environments","locations":["East US","East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"environments/eventsources","locations":["East US","East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"environments/referenceDataSets","locations":["East US","East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-11-15","2017-02-28-preview"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"environments/accessPolicies","locations":["East US","East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-11-15","2017-02-28-preview"]},{"resourceType":"operations","locations":["East US","East US 2","North Europe","West Europe","West US"],"apiVersions":["2017-11-15","2017-02-28-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/microsoft.visualstudio","namespace":"microsoft.visualstudio","authorization":{"applicationId":"499b84ac-1321-427f-aa17-267ca6975798","roleDefinitionId":"6a18f445-86f0-4e2e-b8a9-6b9b5677e3d8"},"resourceTypes":[{"resourceType":"account","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","West India","Central India","South India","West US 2","Canada Central"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/project","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","West India","Central India","South India","West US 2","Canada Central"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"account/extension","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","West India","Central India","South India","West US 2","Canada Central"],"apiVersions":["2014-04-01-preview","2014-02-26"],"capabilities":"CrossResourceGroupResourceMove, CrossSubscriptionResourceMove"},{"resourceType":"checkNameAvailability","locations":["North Central US","South Central US","East US","West US","Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Brazil South","Australia East","West India","Central India","South India","West US 2","Canada Central"],"apiVersions":["2014-04-01-preview"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Myget.PackageManagement","namespace":"Myget.PackageManagement","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/NewRelic.APM","namespace":"NewRelic.APM","authorization":{"allowedThirdPartyExtensions":[{"name":"NewRelic_AzurePortal_APM"}]},"resourceTypes":[{"resourceType":"accounts","locations":["North Central US","South Central US","West US","East US","North Europe","West Europe","Southeast Asia","East Asia","Japan East","Japan West"],"apiVersions":["2014-10-01","2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/nuubit.nextgencdn","namespace":"nuubit.nextgencdn","resourceTypes":[{"resourceType":"accounts","locations":["East US","East US 2","North Central US","South Central US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast","West US","Central US"],"apiVersions":["2017-05-05"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-05-05"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2017-05-05"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2017-05-05"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Paraleap.CloudMonix","namespace":"Paraleap.CloudMonix","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-10"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Pokitdok.Platform","namespace":"Pokitdok.Platform","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-05-17"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-05-17"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/RavenHq.Db","namespace":"RavenHq.Db","resourceTypes":[{"resourceType":"databases","locations":["East US"],"apiVersions":["2016-07-18","2016-06-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-07-18","2016-06-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Raygun.CrashReporting","namespace":"Raygun.CrashReporting","resourceTypes":[{"resourceType":"apps","locations":["East US"],"apiVersions":["2015-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/RedisLabs.Memcached","namespace":"RedisLabs.Memcached","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/RedisLabs.Redis","namespace":"RedisLabs.Redis","resourceTypes":[{"resourceType":"operations","locations":[],"apiVersions":["2016-07-10"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/RevAPM.MobileCDN","namespace":"RevAPM.MobileCDN","resourceTypes":[{"resourceType":"accounts","locations":["Central US","East US","East US 2","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2016-08-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2017-05-24","2016-08-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Signiant.Flight","namespace":"Signiant.Flight","resourceTypes":[{"resourceType":"accounts","locations":["East US","Central US","North Central US","South Central US","West US","North Europe","West Europe","East Asia","Southeast Asia","Japan East","Japan West","Australia East","Australia Southeast"],"apiVersions":["2015-06-29"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-29"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/Sparkpost.Basic","namespace":"Sparkpost.Basic","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-08-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-08-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/stackify.retrace","namespace":"stackify.retrace","resourceTypes":[{"resourceType":"services","locations":["West US"],"apiVersions":["2016-01-01"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2016-01-01"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/SuccessBricks.ClearDB","namespace":"SuccessBricks.ClearDB","resourceTypes":[{"resourceType":"databases","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","South Central US","Australia East","Australia Southeast","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2014-04-01"],"capabilities":"None"},{"resourceType":"clusters","locations":["Brazil South","Central US","East Asia","East US","East US 2","Japan East","Japan West","North Central US","North Europe","Southeast Asia","West Europe","West US","Australia Southeast","Australia East","South Central US","Canada Central","Canada East","Central India","South India","West India"],"apiVersions":["2014-04-01"],"capabilities":"None"}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/TrendMicro.DeepSecurity","namespace":"TrendMicro.DeepSecurity","resourceTypes":[{"resourceType":"accounts","locations":["Central US"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"},{"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/providers/U2uconsult.TheIdentityHub","namespace":"U2uconsult.TheIdentityHub","resourceTypes":[{"resourceType":"services","locations":["West Europe"],"apiVersions":["2015-06-15"],"capabilities":"None"},{"resourceType":"operations","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"listCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]},{"resourceType":"updateCommunicationPreference","locations":[],"apiVersions":["2015-06-15"]}],"registrationState":"NotRegistered"}]}
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.Cache
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.Compute
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.Network
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.Search
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.Sql
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.Storage
2017/12/01 12:39:23 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:23 [DEBUG] Skipping provider registration for namespace Microsoft.Resources
2017/12/01 12:39:23 [TRACE] [walkRefresh] Exiting eval tree: provider.azurerm
2017/12/01 12:39:23 [DEBUG] dag/walk: walking "azurerm_resource_group.mysvcs-res"
2017/12/01 12:39:23 [DEBUG] vertex 'root.azurerm_resource_group.mysvcs-res': walking
2017/12/01 12:39:23 [DEBUG] vertex 'root.azurerm_resource_group.mysvcs-res': evaluating
2017/12/01 12:39:23 [TRACE] [walkRefresh] Entering eval tree: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:23 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:23 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:23 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:23 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_resource_group.mysvcs-res
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_public_ip.mysvcs-k8sip[1]"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[1]': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[1]': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_public_ip.mysvcs-k8sip[1]
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_public_ip.mysvcs-k8sip[0]"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[0]': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[0]': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_public_ip.mysvcs-k8sip[0]
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_storage_account.mysvcs-sa1': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_storage_account.mysvcs-sa1': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_virtual_network.mysvcs-vn1"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_virtual_network.mysvcs-vn1': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_virtual_network.mysvcs-vn1': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_route_table.mysvcs"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_route_table.mysvcs': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_route_table.mysvcs': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_route_table.mysvcs
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_public_ip.mysvcs-k8sip[2]"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[2]': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_public_ip.mysvcs-k8sip[2]': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_public_ip.mysvcs-k8sip[2]
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_network_security_group.mysvcs-nwksec"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_network_security_group.mysvcs-nwksec': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_network_security_group.mysvcs-nwksec': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_availability_set.testing"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_availability_set.testing': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_availability_set.testing': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_availability_set.testing
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Compute/availabilitySets/testing?api-version=2016-04-30-preview HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-1?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-0?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Storage/storageAccounts/mysvcssa1?api-version=2016-01-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-2?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/routeTables/mysvcs?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Compute/availabilitySets/testing?api-version=2016-04-30-preview:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:10 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 9fea6aaf-572f-42b1-bbb8-12f7fa221728
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Resource: Microsoft.Compute/LowCostGet3Min;4979,Microsoft.Compute/LowCostGet30Min;39783
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14995
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: ddb37186-9c3e-495f-9584-2fae67f686d5
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:9fea6aaf-572f-42b1-bbb8-12f7fa221728
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Served-By: 60e48afd-8537-466d-b918-b860281779a0_131532885546101357
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 398
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "platformUpdateDomainCount": 5,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "platformFaultDomainCount": 3,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "virtualMachines": [
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/MYSERVICES/providers/Microsoft.Compute/virtualMachines/K8S-0"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/MYSERVICES/providers/Microsoft.Compute/virtualMachines/K8S-1"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/MYSERVICES/providers/Microsoft.Compute/virtualMachines/K8S-2"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: ]
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "type": "Microsoft.Compute/availabilitySets",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "tags": {},
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Compute/availabilitySets/testing",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "testing",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sku": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "Classic"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_availability_set.testing
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-1?api-version=2016-09-01:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:10 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Etag: W/"017a0a99-e3d0-4ef7-96ea-b60ab1c14279"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 844996ae-283d-4073-b5ec-fbe2846a72af
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14994
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: a5a17162-ffe8-465d-83cc-0b36fc2bb43f
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:844996ae-283d-4073-b5ec-fbe2846a72af
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 3d5
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "mysvcs-k8s-ip-1",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-1",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"017a0a99-e3d0-4ef7-96ea-b60ab1c14279\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "tags": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "environment": "staging"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "resourceGuid": "52cebef9-ff38-49b8-8597-73aad7b75974",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "ipAddress": "13.90.208.177",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "publicIPAddressVersion": "IPv4",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "publicIPAllocationMethod": "Dynamic",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "idleTimeoutInMinutes": 4,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "dnsSettings": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "domainNameLabel": "k8srandom1",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "fqdn": "k8srandom1.eastus.cloudapp.azure.com"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "ipConfiguration": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni1/ipConfigurations/ipconfiguration1"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "type": "Microsoft.Network/publicIPAddresses"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_public_ip.mysvcs-k8sip[1]
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-2?api-version=2016-09-01:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Etag: W/"444e6f30-b5d1-4c15-91e1-40676b050a0d"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: c1f86514-49bd-4278-bb1b-d6d30a6c88c1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14992
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: 28b7a473-72fc-410e-b3a3-25444881fa4e
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:c1f86514-49bd-4278-bb1b-d6d30a6c88c1
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 3d5
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "mysvcs-k8s-ip-2",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-2",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"444e6f30-b5d1-4c15-91e1-40676b050a0d\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "tags": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "environment": "staging"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "resourceGuid": "c69e8852-f146-44ad-a2ce-961614e9076e",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "ipAddress": "13.90.214.119",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "publicIPAddressVersion": "IPv4",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "publicIPAllocationMethod": "Dynamic",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "idleTimeoutInMinutes": 4,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "dnsSettings": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "domainNameLabel": "k8srandom2",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "fqdn": "k8srandom2.eastus.cloudapp.azure.com"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "ipConfiguration": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni2/ipConfigurations/ipconfiguration2"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "type": "Microsoft.Network/publicIPAddresses"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_public_ip.mysvcs-k8sip[2]
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_public_ip.mysvcs-k8sip[0]
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "null_resource.ansible-k8smaster"
2017/12/01 12:39:24 [DEBUG] vertex 'root.null_resource.ansible-k8smaster': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.null_resource.ansible-k8smaster': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: null_resource.ansible-k8smaster
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-0?api-version=2016-09-01:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Etag: W/"d09bfd0d-a4d0-4d82-bf7f-09371da67811"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: c3079aa1-abba-49e9-8413-366c1dba61c0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14993
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: d07cac9a-e4ec-4067-93bf-d62ed5a11ce4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:c3079aa1-abba-49e9-8413-366c1dba61c0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 3d4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "mysvcs-k8s-ip-0",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-0",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"d09bfd0d-a4d0-4d82-bf7f-09371da67811\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "tags": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "environment": "staging"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "resourceGuid": "9ffce033-d2c3-4077-a848-3b68e17cbb8e",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "ipAddress": "13.90.209.11",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "publicIPAddressVersion": "IPv4",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "publicIPAllocationMethod": "Dynamic",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "idleTimeoutInMinutes": 4,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "dnsSettings": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "domainNameLabel": "k8srandom0",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "fqdn": "k8srandom0.eastus.cloudapp.azure.com"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "ipConfiguration": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni0/ipConfigurations/ipconfiguration0"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "type": "Microsoft.Network/publicIPAddresses"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: null_resource.ansible-k8smaster
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "null_resource.ansible-k8snodes[0]"
2017/12/01 12:39:24 [DEBUG] vertex 'root.null_resource.ansible-k8snodes[0]': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.null_resource.ansible-k8snodes[0]': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: null_resource.ansible-k8snodes[0]
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "null_resource.ansible-k8snodes[1]"
2017/12/01 12:39:24 [DEBUG] vertex 'root.null_resource.ansible-k8snodes[1]': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.null_resource.ansible-k8snodes[1]': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: null_resource.ansible-k8snodes[1]
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: null_resource.ansible-k8snodes[0]
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: null_resource.ansible-k8snodes[1]
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "provider.null (close)"
2017/12/01 12:39:24 [DEBUG] vertex 'root.provider.null (close)': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.provider.null (close)': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: provider.null (close)
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalCloseProvider
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: provider.null (close)
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/routeTables/mysvcs?api-version=2016-09-01:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Etag: W/"d3fc6080-77d8-4bad-ad0c-d79c5de7260e"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 992e069f-93fa-4605-b309-3afcb023b695
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14969
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: 85a440f4-59b2-4a18-8fad-fc409b71d838
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:992e069f-93fa-4605-b309-3afcb023b695
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 1bd
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "mysvcs",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/routeTables/mysvcs",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"d3fc6080-77d8-4bad-ad0c-d79c5de7260e\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "type": "Microsoft.Network/routeTables",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "tags": {},
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "resourceGuid": "7c256136-cb35-4cfd-8d8c-93839de49087",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "routes": []
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_route_table.mysvcs
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster?api-version=2016-09-01:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Etag: W/"afdd8f6e-c352-4435-a976-c8f4043ca56c"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: f0524fcd-c325-48c9-bee7-493f74499659
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14968
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: 673a846f-6404-4d65-af73-dbcf2acce2b8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:f0524fcd-c325-48c9-bee7-493f74499659
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 1b31
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "k8scluster",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "type": "Microsoft.Network/networkSecurityGroups",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "tags": {},
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "resourceGuid": "99050a19-f498-4068-b73f-fd29a126eeab",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "securityRules": [
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "allowall-ib",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/securityRules/allowall-ib",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "Tcp",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Allow",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 100,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Inbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "allowall-ob",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/securityRules/allowall-ob",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "Tcp",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Allow",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 100,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Outbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: ],
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "defaultSecurityRules": [
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "AllowVnetInBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/defaultSecurityRules/AllowVnetInBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "description": "Allow inbound traffic from all VMs in VNET",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "VirtualNetwork",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "VirtualNetwork",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Allow",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 65000,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Inbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "AllowAzureLoadBalancerInBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/defaultSecurityRules/AllowAzureLoadBalancerInBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "description": "Allow inbound traffic from azure load balancer",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "AzureLoadBalancer",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Allow",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 65001,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Inbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "DenyAllInBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/defaultSecurityRules/DenyAllInBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "description": "Deny all inbound traffic",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Deny",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 65500,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Inbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "AllowVnetOutBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/defaultSecurityRules/AllowVnetOutBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "description": "Allow outbound traffic from all VMs to all VMs in VNET",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "VirtualNetwork",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "VirtualNetwork",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Allow",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 65000,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Outbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "AllowInternetOutBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/defaultSecurityRules/AllowInternetOutBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "description": "Allow outbound traffic from all VMs to Internet",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "Internet",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Allow",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 65001,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Outbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "DenyAllOutBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/defaultSecurityRules/DenyAllOutBound",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "description": "Deny all outbound traffic",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Deny",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 65500,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Outbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: ],
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "networkInterfaces": [
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni0"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni2"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni1"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: ]
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_security_group.mysvcs-nwksec
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_network_security_rule.k8sruleob"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleob': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleob': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_network_security_rule.k8sruleib"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleib': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_network_security_rule.k8sruleib': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/securityRules/allowall-ib?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/securityRules/allowall-ob?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/securityRules/allowall-ob?api-version=2016-09-01:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Etag: W/"afdd8f6e-c352-4435-a976-c8f4043ca56c"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 12c4a0dd-704e-400c-9f94-6c2c65b28023
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14559
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: 5553a1a7-9d70-4376-9a3e-4f51b0123f24
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:12c4a0dd-704e-400c-9f94-6c2c65b28023
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 230
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "allowall-ob",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/securityRules/allowall-ob",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "Tcp",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Allow",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 100,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Outbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_security_rule.k8sruleob
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/securityRules/allowall-ib?api-version=2016-09-01:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Etag: W/"afdd8f6e-c352-4435-a976-c8f4043ca56c"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 3bab5a63-76e1-4f7e-8615-c396a9b39cd3
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14968
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: 7d826888-d1c7-4f06-bc18-509461eac985
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:3bab5a63-76e1-4f7e-8615-c396a9b39cd3
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 22f
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "allowall-ib",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster/securityRules/allowall-ib",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"afdd8f6e-c352-4435-a976-c8f4043ca56c\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "protocol": "Tcp",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourcePortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationPortRange": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "sourceAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "destinationAddressPrefix": "*",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "access": "Allow",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "priority": 100,
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "direction": "Inbound"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_security_rule.k8sruleib
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1?api-version=2016-09-01:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Etag: W/"e09659dd-1222-4d8f-bc36-58d320dbe355"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 7b4c7bd1-59d5-4392-8953-39a3510e8974
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14963
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Request-Id: 9db61318-39aa-4fad-91b8-d704f1b6474c
2017/12/01 12:39:24 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174011Z:7b4c7bd1-59d5-4392-8953-39a3510e8974
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 6e0
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "mysvcsvn1",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"e09659dd-1222-4d8f-bc36-58d320dbe355\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "type": "Microsoft.Network/virtualNetworks",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "tags": {},
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "resourceGuid": "b45fe5c9-4d61-405e-b5b4-64041e146205",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "addressSpace": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "addressPrefixes": [
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "10.0.0.0/16"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: ]
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "dhcpOptions": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "dnsServers": []
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "subnets": [
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "name": "mysvcssn1",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1/subnets/mysvcssn1",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "etag": "W/\"e09659dd-1222-4d8f-bc36-58d320dbe355\"",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "addressPrefix": "10.0.1.0/24",
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "ipConfigurations": [
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni0/ipConfigurations/ipconfiguration0"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni2/ipConfigurations/ipconfiguration2"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: },
2017/12/01 12:39:24 [DEBUG] plugin: terraform: {
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni1/ipConfigurations/ipconfiguration1"
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: ]
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: ],
2017/12/01 12:39:24 [DEBUG] plugin: terraform: "virtualNetworkPeerings": []
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: }
2017/12/01 12:39:24 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:24 [TRACE] [walkRefresh] Exiting eval tree: azurerm_virtual_network.mysvcs-vn1
2017/12/01 12:39:24 [DEBUG] dag/walk: walking "azurerm_subnet.mysvcs-sn1"
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_subnet.mysvcs-sn1': walking
2017/12/01 12:39:24 [DEBUG] vertex 'root.azurerm_subnet.mysvcs-sn1': evaluating
2017/12/01 12:39:24 [TRACE] [walkRefresh] Entering eval tree: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:24 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:24 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:24 [DEBUG] AzureRM Request:
2017/12/01 12:39:24 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1/subnets/mysvcssn1?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:24 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:24 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:24 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:25 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1/subnets/mysvcssn1?api-version=2016-09-01:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Etag: W/"e09659dd-1222-4d8f-bc36-58d320dbe355"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 51ed3962-7cbe-4fd8-9679-ad0240afd53b
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14967
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Request-Id: c3c1c24d-536c-470b-a72e-e31cba6a57ce
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174012Z:51ed3962-7cbe-4fd8-9679-ad0240afd53b
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: 3e0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "name": "mysvcssn1",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1/subnets/mysvcssn1",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "etag": "W/\"e09659dd-1222-4d8f-bc36-58d320dbe355\"",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "addressPrefix": "10.0.1.0/24",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "ipConfigurations": [
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni0/ipConfigurations/ipconfiguration0"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni2/ipConfigurations/ipconfiguration2"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni1/ipConfigurations/ipconfiguration1"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: ]
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:25 [TRACE] [walkRefresh] Exiting eval tree: azurerm_subnet.mysvcs-sn1
2017/12/01 12:39:25 [DEBUG] dag/walk: walking "azurerm_network_interface.mysvcs-ni[0]"
2017/12/01 12:39:25 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[0]': walking
2017/12/01 12:39:25 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[0]': evaluating
2017/12/01 12:39:25 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_interface.mysvcs-ni[0]
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:25 [DEBUG] dag/walk: walking "azurerm_network_interface.mysvcs-ni[1]"
2017/12/01 12:39:25 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[1]': walking
2017/12/01 12:39:25 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[1]': evaluating
2017/12/01 12:39:25 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_interface.mysvcs-ni[1]
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:25 [DEBUG] dag/walk: walking "azurerm_network_interface.mysvcs-ni[2]"
2017/12/01 12:39:25 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[2]': walking
2017/12/01 12:39:25 [DEBUG] vertex 'root.azurerm_network_interface.mysvcs-ni[2]': evaluating
2017/12/01 12:39:25 [TRACE] [walkRefresh] Entering eval tree: azurerm_network_interface.mysvcs-ni[2]
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalSequence
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalGetProvider
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalReadState
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalRefresh
2017/12/01 12:39:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:25 [DEBUG] AzureRM Request:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni2?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:25 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:25 [DEBUG] AzureRM Request:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni0?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:25 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:25 [DEBUG] AzureRM Request:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: GET /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni1?api-version=2016-09-01 HTTP/1.1
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:25 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:25 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni2?api-version=2016-09-01:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Etag: W/"50938213-a73c-4eba-b7e3-1b9492443560"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: a0657fc2-19da-4154-9ecf-97dbf5560f03
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14966
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Request-Id: 4c399efa-7a36-407f-b4f7-dd813a5e9f38
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174012Z:a0657fc2-19da-4154-9ecf-97dbf5560f03
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: 852
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "name": "mysvcsni2",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni2",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "etag": "W/\"50938213-a73c-4eba-b7e3-1b9492443560\"",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "tags": {},
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "resourceGuid": "33478562-7a63-4580-84ed-4d65753c9453",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "ipConfigurations": [
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "name": "ipconfiguration2",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni2/ipConfigurations/ipconfiguration2",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "etag": "W/\"50938213-a73c-4eba-b7e3-1b9492443560\"",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAddress": "10.0.1.5",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAllocationMethod": "Dynamic",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "publicIPAddress": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-2"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "subnet": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1/subnets/mysvcssn1"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "primary": true,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAddressVersion": "IPv4"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: ],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "dnsSettings": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "dnsServers": [],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "appliedDnsServers": [],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "internalDomainNameSuffix": "zhsv5ndbjvpebnnumqcb2fdcaf.bx.internal.cloudapp.net"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "macAddress": "00-0D-3A-1A-7C-2D",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "enableAcceleratedNetworking": false,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "enableIPForwarding": false,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "networkSecurityGroup": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "primary": true,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "virtualMachine": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Compute/virtualMachines/k8s-2"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "type": "Microsoft.Network/networkInterfaces"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:25 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_interface.mysvcs-ni[2]
2017/12/01 12:39:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:25 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni0?api-version=2016-09-01:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Etag: W/"034c8d60-8e0c-49d8-a359-26c4a607fcaa"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 8ca032ad-ba30-4544-8cae-75e0e483b105
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14558
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Request-Id: 71720fa9-c992-4d77-9362-a0ef8ef7d311
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174012Z:8ca032ad-ba30-4544-8cae-75e0e483b105
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: 852
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "name": "mysvcsni0",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni0",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "etag": "W/\"034c8d60-8e0c-49d8-a359-26c4a607fcaa\"",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "tags": {},
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "resourceGuid": "8bcd33f2-eae4-4968-91e3-977d3ec72c2a",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "ipConfigurations": [
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "name": "ipconfiguration0",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni0/ipConfigurations/ipconfiguration0",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "etag": "W/\"034c8d60-8e0c-49d8-a359-26c4a607fcaa\"",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAddress": "10.0.1.4",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAllocationMethod": "Dynamic",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "publicIPAddress": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-0"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "subnet": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1/subnets/mysvcssn1"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "primary": true,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAddressVersion": "IPv4"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: ],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "dnsSettings": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "dnsServers": [],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "appliedDnsServers": [],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "internalDomainNameSuffix": "zhsv5ndbjvpebnnumqcb2fdcaf.bx.internal.cloudapp.net"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "macAddress": "00-0D-3A-18-D4-1D",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "enableAcceleratedNetworking": false,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "enableIPForwarding": false,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "networkSecurityGroup": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "primary": true,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "virtualMachine": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Compute/virtualMachines/k8s-0"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "type": "Microsoft.Network/networkInterfaces"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:25 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_interface.mysvcs-ni[0]
2017/12/01 12:39:25 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:25 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni1?api-version=2016-09-01:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Content-Type: application/json; charset=utf-8
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:11 GMT
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Etag: W/"37912c70-9a52-4996-9bd2-b240fa35edb1"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:25 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 6cf2b6eb-7eaf-45e0-9792-89310454592d
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14965
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Request-Id: 5262ed61-e953-4eb4-aae6-a4ff23b7d96e
2017/12/01 12:39:25 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174012Z:6cf2b6eb-7eaf-45e0-9792-89310454592d
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform: 852
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "name": "mysvcsni1",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni1",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "etag": "W/\"37912c70-9a52-4996-9bd2-b240fa35edb1\"",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "location": "eastus",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "tags": {},
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "resourceGuid": "bcb7873f-b4de-4f4e-9126-2fc11ba56d3f",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "ipConfigurations": [
2017/12/01 12:39:25 [DEBUG] plugin: terraform: {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "name": "ipconfiguration1",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkInterfaces/mysvcsni1/ipConfigurations/ipconfiguration1",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "etag": "W/\"37912c70-9a52-4996-9bd2-b240fa35edb1\"",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "properties": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "provisioningState": "Succeeded",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAddress": "10.0.1.6",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAllocationMethod": "Dynamic",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "publicIPAddress": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/publicIPAddresses/mysvcs-k8s-ip-1"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "subnet": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/virtualNetworks/mysvcsvn1/subnets/mysvcssn1"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "primary": true,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "privateIPAddressVersion": "IPv4"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: ],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "dnsSettings": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "dnsServers": [],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "appliedDnsServers": [],
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "internalDomainNameSuffix": "zhsv5ndbjvpebnnumqcb2fdcaf.bx.internal.cloudapp.net"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "macAddress": "00-0D-3A-1A-7B-23",
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "enableAcceleratedNetworking": false,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "enableIPForwarding": false,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "networkSecurityGroup": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Network/networkSecurityGroups/k8scluster"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "primary": true,
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "virtualMachine": {
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "id": "/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Compute/virtualMachines/k8s-1"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: },
2017/12/01 12:39:25 [DEBUG] plugin: terraform: "type": "Microsoft.Network/networkInterfaces"
2017/12/01 12:39:25 [DEBUG] plugin: terraform: }
2017/12/01 12:39:25 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] plugin: terraform:
2017/12/01 12:39:25 [DEBUG] root: eval: *terraform.EvalWriteState
2017/12/01 12:39:25 [TRACE] [walkRefresh] Exiting eval tree: azurerm_network_interface.mysvcs-ni[1]
2017/12/01 12:39:25 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[0]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:25 [DEBUG] dag/walk: vertex "azurerm_storage_container.mysvcs-sc", waiting for: "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:25 [DEBUG] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:25 [DEBUG] dag/walk: vertex "root", waiting for: "provider.azurerm (close)"
2017/12/01 12:39:30 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[1]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:30 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[2]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:30 [DEBUG] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:30 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[0]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:30 [DEBUG] dag/walk: vertex "azurerm_storage_container.mysvcs-sc", waiting for: "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:30 [DEBUG] dag/walk: vertex "root", waiting for: "provider.azurerm (close)"
2017/12/01 12:39:35 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[2]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:35 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[1]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:35 [DEBUG] dag/walk: vertex "azurerm_storage_container.mysvcs-sc", waiting for: "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:35 [DEBUG] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:35 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[0]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:35 [DEBUG] dag/walk: vertex "root", waiting for: "provider.azurerm (close)"
2017/12/01 12:39:40 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[1]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:40 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[2]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:40 [DEBUG] dag/walk: vertex "azurerm_virtual_machine.k8scluster[0]", waiting for: "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:40 [DEBUG] dag/walk: vertex "azurerm_storage_container.mysvcs-sc", waiting for: "azurerm_storage_account.mysvcs-sa1"
2017/12/01 12:39:40 [DEBUG] dag/walk: vertex "provider.azurerm (close)", waiting for: "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:40 [DEBUG] dag/walk: vertex "root", waiting for: "provider.azurerm (close)"
2017/12/01 12:39:43 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:43 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Storage/storageAccounts/mysvcssa1?api-version=2016-01-01:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Content-Type: application/json
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:29 GMT
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Server: Microsoft-Azure-Storage-Resource-Provider/1.0
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:43 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: bb030f2d-f3a4-4916-9c8c-ff3ebc52317f
2017/12/01 12:39:43 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14979
2017/12/01 12:39:43 [DEBUG] plugin: terraform: X-Ms-Request-Id: bb030f2d-f3a4-4916-9c8c-ff3ebc52317f
2017/12/01 12:39:43 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174030Z:bb030f2d-f3a4-4916-9c8c-ff3ebc52317f
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: 2e7
2017/12/01 12:39:43 [DEBUG] plugin: terraform: {"id":"/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Storage/storageAccounts/mysvcssa1","kind":"Storage","location":"eastus","name":"mysvcssa1","properties":{"creationTime":"2017-12-01T17:07:07.2621068Z","encryption":{"keySource":"Microsoft.Storage"},"primaryEndpoints":{"blob":"https://mysvcssa1.blob.core.windows.net/","file":"https://mysvcssa1.file.core.windows.net/","queue":"https://mysvcssa1.queue.core.windows.net/","table":"https://mysvcssa1.table.core.windows.net/"},"primaryLocation":"eastus","provisioningState":"Succeeded","statusOfPrimary":"available"},"sku":{"name":"Standard_LRS","tier":"Standard"},"tags":{"environment":"staging"},"type":"Microsoft.Storage/storageAccounts"}
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:43 [DEBUG] AzureRM Request:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: POST /subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Storage/storageAccounts/mysvcssa1/listKeys?api-version=2016-01-01 HTTP/1.1
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Host: management.azure.com
2017/12/01 12:39:43 [DEBUG] plugin: terraform: User-Agent: HashiCorp-Terraform-v0.9.4
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyIsImtpZCI6Ing0Nzh4eU9wbHNNMUg3TlhrN1N4MTd4MXVwYyJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0LzQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMC8iLCJpYXQiOjE1MTIxNDk3MDgsIm5iZiI6MTUxMjE0OTcwOCwiZXhwIjoxNTEyMTUzNjA4LCJhaW8iOiJZMk5nWUpDZDhXSnQweXhCbDUvc0Y1YjhPKytVQUFBPSIsImFwcGlkIjoiM2I3Y2ZjM2UtODNkZS00YzY0LWFlODctNTYxZWU3ZmM2NjMwIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvNDJhYjliOTEtNTAyOS00N2M2LThmNzgtMzhhMzNmODQzNTIwLyIsIm9pZCI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInN1YiI6ImVmYzZhOGFhLWY0NTgtNGY0YS1iNGY0LWExNjA2NWU1NmQ1YyIsInRpZCI6IjQyYWI5YjkxLTUwMjktNDdjNi04Zjc4LTM4YTMzZjg0MzUyMCIsInV0aSI6IkFwTEdEalhqWDBHU0ZweXRCU0FxQUEiLCJ2ZXIiOiIxLjAifQ.e6Sl_oscwbiGa-jBucfDnd8firh3VIKqiIs4sIRV3BOXuB4XEl4IzT37kOIA1OQKMTO4cjgOS3aDI5W3rYgdRa1OE5_f3vah-xYh_P87rin6gjuE50cUHMu35UEbhoMnvgKQJl7NFP2ztRhH18Sb4F_2kEYYJQhvAXueBmxi7qIr9tlsczQERpxia-TGdEJ6571hcc4AIOkTk1qMCEQUfoEZg0E65oPfc9BuTdn8ghkFIPjX44qxm-ESMQzkGXowarESsJq2iB8IjgTWkIbOin4qXl8Xk2l85FZjxFOtC1ClpaWev2av8fADEmMjh4gUQNLjK6l4DaEGMtjTFA2tUg
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Accept-Encoding: gzip
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: azurerm-provider (internal) 2017/12/01 12:39:43 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/82ec80ce-376f-469f-adef-f2f9ad788277/resourceGroups/myservices/providers/Microsoft.Storage/storageAccounts/mysvcssa1/listKeys?api-version=2016-01-01:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: HTTP/1.1 200 OK
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Transfer-Encoding: chunked
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Cache-Control: no-cache
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Content-Type: application/json
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Date: Fri, 01 Dec 2017 17:40:29 GMT
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Expires: -1
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Pragma: no-cache
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Server: Microsoft-Azure-Storage-Resource-Provider/1.0
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Server: Microsoft-HTTPAPI/2.0
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Strict-Transport-Security: max-age=31536000; includeSubDomains
2017/12/01 12:39:43 [DEBUG] plugin: terraform: Vary: Accept-Encoding
2017/12/01 12:39:43 [DEBUG] plugin: terraform: X-Ms-Correlation-Request-Id: 179c7734-e12e-4df2-b982-8bcac35ad363
2017/12/01 12:39:43 [DEBUG] plugin: terraform: X-Ms-Ratelimit-Remaining-Subscription-Writes: 1195
2017/12/01 12:39:43 [DEBUG] plugin: terraform: X-Ms-Request-Id: 179c7734-e12e-4df2-b982-8bcac35ad363
2017/12/01 12:39:43 [DEBUG] plugin: terraform: X-Ms-Routing-Request-Id: CANADAEAST:20171201T174030Z:179c7734-e12e-4df2-b982-8bcac35ad363
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: 121
2017/12/01 12:39:43 [DEBUG] plugin: terraform: {"keys":[{"keyName":"key1","permissions":"Full","value":"IQsTaojZb8maQ7mWVv2+3EBMhiQVjgSAtob2l9fq0ZE1p9YST5vx0WEhKYOekQOJ7AFcl0eF9Ce/6UpLUuBimw=="},{"keyName":"key2","permissions":"Full","value":"mu2Q+ck1PKW72E4N7E0XJ2cRp8YeFkaC636O8aoSeJdwHMQ0R99dBlMAmWY+EShsR/H290qEOFKj0KYCRXwzoQ=="}]}
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: 0
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [ERROR] root: eval: *terraform.EvalRefresh, err: azurerm_storage_account.mysvcs-sa1: unexpected EOF
2017/12/01 12:39:43 [ERROR] root: eval: *terraform.EvalSequence, err: azurerm_storage_account.mysvcs-sa1: unexpected EOF
2017/12/01 12:39:43 [TRACE] [walkRefresh] Exiting eval tree: azurerm_storage_account.mysvcs-sa1
2017/12/01 12:39:43 [DEBUG] dag/walk: upstream errored, not walking "azurerm_storage_container.mysvcs-sc"
2017/12/01 12:39:43 [DEBUG] dag/walk: upstream errored, not walking "azurerm_virtual_machine.k8scluster[1]"
2017/12/01 12:39:43 [DEBUG] dag/walk: upstream errored, not walking "azurerm_virtual_machine.k8scluster[0]"
2017/12/01 12:39:43 [DEBUG] dag/walk: upstream errored, not walking "azurerm_virtual_machine.k8scluster[2]"
2017/12/01 12:39:43 [DEBUG] dag/walk: upstream errored, not walking "provider.azurerm (close)"
2017/12/01 12:39:43 [DEBUG] dag/walk: upstream errored, not walking "root"
2017/12/01 12:39:43 [DEBUG] plugin: waiting for all plugin processes to complete...
2017/12/01 12:39:43 [WARN] plugin: error closing client during Kill: connection is shut down
2017/12/01 12:39:43 [DEBUG] plugin: terraform: null-provider (internal) 2017/12/01 12:39:43 [DEBUG] plugin: waiting for all plugin processes to complete...
2017/12/01 12:39:43 [DEBUG] plugin: terraform: vault-provider (internal) 2017/12/01 12:39:43 [DEBUG] plugin: waiting for all plugin processes to complete...
2017/12/01 12:39:43 [DEBUG] plugin: terraform: local-exec-provisioner (internal) 2017/12/01 12:39:43 [DEBUG] plugin: waiting for all plugin processes to complete...
2017/12/01 12:39:43 [DEBUG] plugin: /var/lib/jenkins/terraform: plugin process exited
2017/12/01 12:39:43 [DEBUG] plugin: /var/lib/jenkins/terraform: plugin process exited
2017/12/01 12:39:43 [DEBUG] plugin: /var/lib/jenkins/terraform: plugin process exited
2017/12/01 12:39:43 [DEBUG] plugin: terraform: panic: runtime error: invalid memory address or nil pointer dereference
2017/12/01 12:39:43 [DEBUG] plugin: terraform: [signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x1d31c85]
2017/12/01 12:39:43 [DEBUG] plugin: terraform:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: goroutine 107 [running]:
2017/12/01 12:39:43 [DEBUG] plugin: terraform: github.com/hashicorp/terraform/builtin/providers/azurerm.resourceArmStorageAccountRead(0xc420149340, 0x4a19dc0, 0xc42073e000, 0x0, 0x7a82560)
2017/12/01 12:39:43 [DEBUG] plugin: terraform: /opt/gopath/src/github.com/hashicorp/terraform/builtin/providers/azurerm/resource_arm_storage_account.go:389 +0x7a5
2017/12/01 12:39:43 [DEBUG] plugin: terraform: github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc420708540, 0xc4209bcb90, 0x4a19dc0, 0xc42073e000, 0xc4203405c8, 0xc4207fb201, 0xc4208d3a80)
2017/12/01 12:39:43 [DEBUG] plugin: terraform: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/resource.go:314 +0x21d
2017/12/01 12:39:43 [DEBUG] plugin: terraform: github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc4203db650, 0xc4209bcb40, 0xc4209bcb90, 0x7ff0e0f97000, 0x0, 0x1000)
2017/12/01 12:39:43 [DEBUG] plugin: terraform: /opt/gopath/src/github.com/hashicorp/terraform/helper/schema/provider.go:267 +0x91
2017/12/01 12:39:43 [DEBUG] plugin: terraform: github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Refresh(0xc420266e20, 0xc420896720, 0xc420896aa0, 0x0, 0x0)
2017/12/01 12:39:43 [DEBUG] plugin: terraform: /opt/gopath/src/github.com/hashicorp/terraform/plugin/resource_provider.go:510 +0x4e
2017/12/01 12:39:43 [DEBUG] plugin: terraform: reflect.Value.call(0xc420218e40, 0xc42000d430, 0x13, 0x505c04a, 0x4, 0xc4208d3f20, 0x3, 0x3, 0x20002, 0xc42002371c, ...)
2017/12/01 12:39:43 [DEBUG] plugin: terraform: /opt/go/src/reflect/value.go:434 +0x91f
2017/12/01 12:39:43 [DEBUG] plugin: terraform: reflect.Value.Call(0xc420218e40, 0xc42000d430, 0x13, 0xc420023720, 0x3, 0x3, 0xa849d2, 0x180001, 0x0)
2017/12/01 12:39:43 [DEBUG] plugin: terraform: /opt/go/src/reflect/value.go:302 +0xa4
2017/12/01 12:39:43 [DEBUG] plugin: terraform: net/rpc.(*service).call(0xc4206fb640, 0xc4206fb600, 0xc42046b9f0, 0xc420156100, 0xc42083a7c0, 0x41f8dc0, 0xc420896720, 0x16, 0x41f8e00, 0xc420896aa0, ...)
2017/12/01 12:39:43 [DEBUG] plugin: terraform: /opt/go/src/net/rpc/server.go:387 +0x144
2017/12/01 12:39:43 [DEBUG] plugin: terraform: created by net/rpc.(*Server).ServeCodec
2017/12/01 12:39:43 [DEBUG] plugin: terraform: /opt/go/src/net/rpc/server.go:481 +0x404
2017/12/01 12:39:43 [DEBUG] plugin: /var/lib/jenkins/terraform: plugin process exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment