Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saurabtanej/eba24d872528a0ea7dfaeba821106966 to your computer and use it in GitHub Desktop.
Save saurabtanej/eba24d872528a0ea7dfaeba821106966 to your computer and use it in GitHub Desktop.
azurerm_kubernetes_cluster import crashed
2018/05/18 10:30:05 [INFO] Terraform version: 0.11.3 3802b14260603f90c7a1faf55994dcc8933e2069
2018/05/18 10:30:05 [INFO] Go runtime version: go1.9.1
2018/05/18 10:30:05 [INFO] CLI args: []string{"/usr/local/bin/terraform", "import", "-var-file=secrets.tfvars", "-var-file=secrets-azure-credentials.tfvars", "azurerm_kubernetes_cluster.main", "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx"}
2018/05/18 10:30:05 [DEBUG] Attempting to open CLI config file: /Users/saurabtaneja/.terraformrc
2018/05/18 10:30:05 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2018/05/18 10:30:05 [INFO] CLI command args: []string{"import", "-var-file=secrets.tfvars", "-var-file=secrets-azure-credentials.tfvars", "azurerm_kubernetes_cluster.main", "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx"}
2018/05/18 10:30:05 [TRACE] Preserving existing state lineage "fb85af44-805a-439e-9e95-cc7cceca311c"
2018/05/18 10:30:05 [TRACE] Preserving existing state lineage "fb85af44-805a-439e-9e95-cc7cceca311c"
2018/05/18 10:30:06 [INFO] command: backend initialized: *azure.Backend
2018/05/18 10:30:06 [DEBUG] checking for provider in "."
2018/05/18 10:30:06 [DEBUG] checking for provider in "/usr/local/bin"
2018/05/18 10:30:06 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64"
2018/05/18 10:30:06 [DEBUG] found provider "terraform-provider-azurerm_v1.4.0_x4"
2018/05/18 10:30:06 [DEBUG] found provider "terraform-provider-external_v1.0.0_x4"
2018/05/18 10:30:06 [DEBUG] found provider "terraform-provider-null_v1.0.0_x4"
2018/05/18 10:30:06 [DEBUG] found provider "terraform-provider-template_v1.0.0_x4"
2018/05/18 10:30:06 [DEBUG] found valid plugin: "azurerm", "1.4.0", "/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.4.0_x4"
2018/05/18 10:30:06 [DEBUG] found valid plugin: "external", "1.0.0", "/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-external_v1.0.0_x4"
2018/05/18 10:30:06 [DEBUG] found valid plugin: "null", "1.0.0", "/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-null_v1.0.0_x4"
2018/05/18 10:30:06 [DEBUG] found valid plugin: "template", "1.0.0", "/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-template_v1.0.0_x4"
2018/05/18 10:30:06 [DEBUG] checking for provisioner in "."
2018/05/18 10:30:06 [DEBUG] checking for provisioner in "/usr/local/bin"
2018/05/18 10:30:06 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2018/05/18 10:30:06 [INFO] command: backend *azure.Backend is not enhanced, wrapping in local
2018/05/18 10:30:06 [TRACE] Preserving existing state lineage "d9de5d57-b7e6-45b8-b984-5638950b0002"
2018/05/18 10:30:06 [TRACE] Preserving existing state lineage "d9de5d57-b7e6-45b8-b984-5638950b0002"
2018/05/18 10:30:06 [TRACE] ConfigTransformer: Starting for path: []
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.ConfigTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
azurerm_resource_group.main - *terraform.NodeAbstractResource
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.ImportStateTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
azurerm_resource_group.main - *terraform.NodeAbstractResource
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
2018/05/18 10:30:06 [TRACE] ProviderConfigTransformer: Starting for path: []
2018/05/18 10:30:06 [TRACE] Attach provider request: []string{} azurerm
2018/05/18 10:30:06 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", Version:"1.4.0", RawConfig:(*config.RawConfig)(0xc420444070)}
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.ProviderConfigTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
azurerm_resource_group.main - *terraform.NodeAbstractResource
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.MissingProviderTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
azurerm_resource_group.main - *terraform.NodeAbstractResource
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [DEBUG] resource azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) using provider provider.azurerm
2018/05/18 10:30:06 [DEBUG] resource azurerm_dns_zone.xxxxxx using provider provider.azurerm
2018/05/18 10:30:06 [DEBUG] resource azurerm_resource_group.main using provider provider.azurerm
2018/05/18 10:30:06 [DEBUG] resource azurerm_kubernetes_cluster.main using provider provider.azurerm
2018/05/18 10:30:06 [DEBUG] resource azurerm_storage_account.terraforminfra using provider provider.azurerm
2018/05/18 10:30:06 [DEBUG] resource azurerm_storage_container.terraform-state using provider provider.azurerm
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.ProviderTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.PruneProviderTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.ParentProviderTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.graphTransformerMulti:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.ImportProviderValidateTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.CloseProviderTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
azurerm_resource_group.main - *terraform.NodeAbstractResource
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.RootTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
azurerm_resource_group.main - *terraform.NodeAbstractResource
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
2018/05/18 10:30:06 [TRACE] Graph after step *terraform.TransitiveReductionTransformer:
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_resource_group.main - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm - *terraform.NodeApplyableProvider
provider.azurerm (close) - *terraform.graphNodeCloseProvider
azurerm_dns_zone.xxxxxx - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main - *terraform.NodeAbstractResource
azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx) - *terraform.graphNodeImportState
azurerm_resource_group.main - *terraform.NodeAbstractResource
azurerm_storage_account.terraforminfra - *terraform.NodeAbstractResource
azurerm_storage_container.terraform-state - *terraform.NodeAbstractResource
2018/05/18 10:30:06 [DEBUG] Starting graph walk: walkImport
2018/05/18 10:30:06 [TRACE] dag/walk: added new vertex: "azurerm_resource_group.main"
2018/05/18 10:30:06 [TRACE] dag/walk: added new vertex: "azurerm_kubernetes_cluster.main"
2018/05/18 10:30:06 [TRACE] dag/walk: added new vertex: "azurerm_storage_account.terraforminfra"
2018/05/18 10:30:06 [TRACE] dag/walk: added new vertex: "azurerm_storage_container.terraform-state"
2018/05/18 10:30:06 [TRACE] dag/walk: added new vertex: "azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)"
2018/05/18 10:30:06 [TRACE] dag/walk: added new vertex: "provider.azurerm"
2018/05/18 10:30:06 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)"
2018/05/18 10:30:06 [TRACE] dag/walk: added new vertex: "azurerm_dns_zone.xxxxxx"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "azurerm_kubernetes_cluster.main" waiting on "provider.azurerm"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_resource_group.main"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "azurerm_storage_account.terraforminfra" waiting on "provider.azurerm"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_kubernetes_cluster.main"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_storage_account.terraforminfra"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "azurerm_storage_container.terraform-state" waiting on "provider.azurerm"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_storage_container.terraform-state"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)" waiting on "provider.azurerm"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "azurerm_dns_zone.xxxxxx" waiting on "provider.azurerm"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "azurerm_resource_group.main" waiting on "provider.azurerm"
2018/05/18 10:30:06 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "azurerm_dns_zone.xxxxxx"
2018/05/18 10:30:06 [TRACE] dag/walk: dependencies changed for "azurerm_resource_group.main", sending new deps
2018/05/18 10:30:06 [TRACE] dag/walk: dependencies changed for "azurerm_kubernetes_cluster.main", sending new deps
2018/05/18 10:30:06 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps
2018/05/18 10:30:06 [TRACE] dag/walk: dependencies changed for "azurerm_storage_account.terraforminfra", sending new deps
2018/05/18 10:30:06 [TRACE] dag/walk: dependencies changed for "azurerm_storage_container.terraform-state", sending new deps
2018/05/18 10:30:06 [TRACE] dag/walk: dependencies changed for "azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)", sending new deps
2018/05/18 10:30:06 [TRACE] dag/walk: dependencies changed for "azurerm_dns_zone.xxxxxx", sending new deps
2018/05/18 10:30:06 [TRACE] dag/walk: walking "provider.azurerm"
2018/05/18 10:30:06 [TRACE] vertex 'root.provider.azurerm': walking
2018/05/18 10:30:06 [TRACE] vertex 'root.provider.azurerm': evaluating
2018/05/18 10:30:06 [TRACE] [walkImport] Entering eval tree: provider.azurerm
2018/05/18 10:30:06 [TRACE] root: eval: *terraform.EvalSequence
2018/05/18 10:30:06 [TRACE] root: eval: *terraform.EvalInitProvider
2018-05-18T10:30:06.980+0200 [DEBUG] plugin: starting plugin: path=/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.4.0_x4 args=[/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.4.0_x4]
2018-05-18T10:30:06.986+0200 [DEBUG] plugin: waiting for RPC address: path=/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.4.0_x4
2018-05-18T10:30:06.996+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: plugin address: timestamp=2018-05-18T10:30:06.996+0200 address=/var/folders/kf/nvgjylr928z84b7n5sl07lnr0000gp/T/plugin149527383 network=unix
2018/05/18 10:30:06 [TRACE] root: eval: *terraform.EvalOpFilter
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalSequence
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalGetProvider
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalInputProvider
2018/05/18 10:30:07 [TRACE] root: eval: terraform.EvalNoop
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalOpFilter
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalSequence
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalGetProvider
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalInterpolateProvider
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalBuildProviderConfig
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalOpFilter
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalSequence
2018/05/18 10:30:07 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-05-18T10:30:07.002+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:07 [DEBUG] Client Secret specified - using Service Principal for Authentication
2018-05-18T10:30:07.383+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:07 [DEBUG] AzureRM Request:
2018-05-18T10:30:07.383+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: GET /subscriptions/00000000-0000-0000-0000-000000000000/providers?api-version=2017-05-10 HTTP/1.1
2018-05-18T10:30:07.383+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Host: management.azure.com
2018-05-18T10:30:07.383+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: User-Agent: Go/go1.9.2 (amd64-darwin) go-autorest/v10.5.0 Azure-SDK-For-Go/v15.1.0 resources/2017-05-10;HashiCorp-Terraform-v0.11.3
2018-05-18T10:30:07.383+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImlCakwxUmNxemhpeTRmcHhJeGRacW9oTTJZayIsImtpZCI6ImlCakwxUmNxemhpeTRmcHhJeGRacW9oTTJZayJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2JlZDliZjBjLTQ2NDctNDBlZS04OWJjLTkwY2QxZTZmNGRjNC8iLCJpYXQiOjE1MjY2MzE5MDYsIm5iZiI6MTUyNjYzMTkwNiwiZXhwIjoxNTI2NjM1ODA2LCJhaW8iOiJZMmRnWU1qcmZtclB6YkQrMEEvWGFTbmxoaWEyQUE9PSIsImFwcGlkIjoiYjFjY2Q4M2EtNTM3NS00MmU3LTgzNmMtYjdjZDBhNzg0NzZjIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvYmVkOWJmMGMtNDY0Ny00MGVlLTg5YmMtOTBjZDFlNmY0ZGM0LyIsIm9pZCI6ImFlNTQ5MzUzLTgxMDktNDVlOS1iZTI4LWQ3Njc5NDZjNjM3NiIsInN1YiI6ImFlNTQ5MzUzLTgxMDktNDVlOS1iZTI4LWQ3Njc5NDZjNjM3NiIsInRpZCI6ImJlZDliZjBjLTQ2NDctNDBlZS04OWJjLTkwY2QxZTZmNGRjNCIsInV0aSI6IlBRQnQzOVRZSGstMUxSaDN6dUlDQUEiLCJ2ZXIiOiIxLjAifQ.UQ-xJuY60JtycYfCcKRZN7WCjm3HAWRvGp79lQD2lwwqS-DjN5jpOj7r-1JMAk0JHR8cDHuaGKcSghvEmplXFmdC3exi_sIRwNT25V8Ctw-XbtPGJ2ja-otrrui2MS_7zTArK8W64N2wwdbm7wHOxF8EGMeBKTP1GOSQ2lYhEOZDc1rEIVUPdGW-9uNW5Yz1GmhEqoKClNIIdc9LsNBKQSJKpHTiT7HgiJN9YpfYY16BqvXJX1Jq5RCWX0OylMv5Ta5xOBuV5AeT9rGtKYy0VBzLTFxSkYAFp3JhE8EMqPLS6zEdLLRMhG0TCcaYOAYPxHp5nYup_Vp9S7woq62loA
2018-05-18T10:30:07.383+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Accept-Encoding: gzip
2018-05-18T10:30:07.383+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:07.383+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers?api-version=2017-05-10:
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: HTTP/1.1 200 OK
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Cache-Control: no-cache
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Content-Type: application/json; charset=utf-8
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Date: Fri, 18 May 2018 08:30:07 GMT
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Expires: -1
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Pragma: no-cache
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Vary: Accept-Encoding
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Content-Type-Options: nosniff
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Ms-Correlation-Request-Id: f0924d6b-72cb-44ea-8b34-6facd94ec681
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14998
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Ms-Request-Id: f0924d6b-72cb-44ea-8b34-6facd94ec681
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180518T083008Z:f0924d6b-72cb-44ea-8b34-6facd94ec681
2018-05-18T10:30:08.790+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Automation
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Cache
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Compute
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerInstance
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.DBforMySQL
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.DBforPostgreSQL
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Devices
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.DocumentDB
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.EventGrid
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace microsoft.insights
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Network
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.OperationalInsights
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Search
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Sql
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Storage
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Authorization
2018-05-18T10:30:08.804+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] Skipping provider registration for namespace Microsoft.Resources
2018/05/18 10:30:08 [TRACE] [walkImport] Exiting eval tree: provider.azurerm
2018/05/18 10:30:08 [TRACE] dag/walk: walking "azurerm_resource_group.main"
2018/05/18 10:30:08 [TRACE] vertex 'root.azurerm_resource_group.main': walking
2018/05/18 10:30:08 [TRACE] dag/walk: walking "azurerm_storage_account.terraforminfra"
2018/05/18 10:30:08 [TRACE] vertex 'root.azurerm_storage_account.terraforminfra': walking
2018/05/18 10:30:08 [TRACE] dag/walk: walking "azurerm_storage_container.terraform-state"
2018/05/18 10:30:08 [TRACE] vertex 'root.azurerm_storage_container.terraform-state': walking
2018/05/18 10:30:08 [TRACE] dag/walk: walking "azurerm_kubernetes_cluster.main"
2018/05/18 10:30:08 [TRACE] vertex 'root.azurerm_kubernetes_cluster.main': walking
2018/05/18 10:30:08 [TRACE] dag/walk: walking "azurerm_dns_zone.xxxxxx"
2018/05/18 10:30:08 [TRACE] vertex 'root.azurerm_dns_zone.xxxxxx': walking
2018/05/18 10:30:08 [TRACE] dag/walk: walking "azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)"
2018/05/18 10:30:08 [TRACE] vertex 'root.azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)': walking
2018/05/18 10:30:08 [TRACE] vertex 'root.azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)': evaluating
2018/05/18 10:30:08 [TRACE] [walkImport] Entering eval tree: azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)
2018/05/18 10:30:08 [TRACE] root: eval: *terraform.EvalSequence
2018/05/18 10:30:08 [TRACE] root: eval: *terraform.EvalGetProvider
2018/05/18 10:30:08 [TRACE] root: eval: *terraform.EvalImportState
azurerm_kubernetes_cluster.main: Importing from ID "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx"...
2018/05/18 10:30:08 [TRACE] [walkImport] Exiting eval tree: azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)
2018/05/18 10:30:08 [TRACE] vertex 'root.azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)': expanding/walking dynamic subgraph
azurerm_kubernetes_cluster.main: Import complete!
2018/05/18 10:30:08 [TRACE] dag/walk: added new vertex: "import azurerm_kubernetes_cluster.main result: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx"
2018/05/18 10:30:08 [TRACE] dag/walk: walking "import azurerm_kubernetes_cluster.main result: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx"
2018/05/18 10:30:08 [TRACE] vertex 'root.import azurerm_kubernetes_cluster.main result: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx': walking
Imported azurerm_kubernetes_cluster (ID: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx)
2018/05/18 10:30:08 [TRACE] vertex 'root.import azurerm_kubernetes_cluster.main result: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx': evaluating
2018/05/18 10:30:08 [TRACE] [walkImport] Entering eval tree: import azurerm_kubernetes_cluster.main result: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx
2018/05/18 10:30:08 [TRACE] root: eval: *terraform.EvalSequence
2018/05/18 10:30:08 [TRACE] root: eval: *terraform.EvalGetProvider
2018/05/18 10:30:08 [TRACE] root: eval: *terraform.EvalRefresh
azurerm_kubernetes_cluster.main: Refreshing state... (ID: /subscriptions/c59887ca-f10b-4595-950d-...inerService/managedClusters/xxxxxx)
2018-05-18T10:30:08.806+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:08 [DEBUG] AzureRM Request:
2018-05-18T10:30:08.806+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: GET /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx?api-version=2017-08-31 HTTP/1.1
2018-05-18T10:30:08.806+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Host: management.azure.com
2018-05-18T10:30:08.806+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: User-Agent: Go/go1.9.2 (amd64-darwin) go-autorest/v10.5.0 Azure-SDK-For-Go/v15.1.0 containerservice/2017-09-30;HashiCorp-Terraform-v0.11.3
2018-05-18T10:30:08.806+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsIng1dCI6ImlCakwxUmNxemhpeTRmcHhJeGRacW9oTTJZayIsImtpZCI6ImlCakwxUmNxemhpeTRmcHhJeGRacW9oTTJZayJ9.eyJhdWQiOiJodHRwczovL21hbmFnZW1lbnQuYXp1cmUuY29tLyIsImlzcyI6Imh0dHBzOi8vc3RzLndpbmRvd3MubmV0L2JlZDliZjBjLTQ2NDctNDBlZS04OWJjLTkwY2QxZTZmNGRjNC8iLCJpYXQiOjE1MjY2MzE5MDYsIm5iZiI6MTUyNjYzMTkwNiwiZXhwIjoxNTI2NjM1ODA2LCJhaW8iOiJZMmRnWU1qcmZtclB6YkQrMEEvWGFTbmxoaWEyQUE9PSIsImFwcGlkIjoiYjFjY2Q4M2EtNTM3NS00MmU3LTgzNmMtYjdjZDBhNzg0NzZjIiwiYXBwaWRhY3IiOiIxIiwiaWRwIjoiaHR0cHM6Ly9zdHMud2luZG93cy5uZXQvYmVkOWJmMGMtNDY0Ny00MGVlLTg5YmMtOTBjZDFlNmY0ZGM0LyIsIm9pZCI6ImFlNTQ5MzUzLTgxMDktNDVlOS1iZTI4LWQ3Njc5NDZjNjM3NiIsInN1YiI6ImFlNTQ5MzUzLTgxMDktNDVlOS1iZTI4LWQ3Njc5NDZjNjM3NiIsInRpZCI6ImJlZDliZjBjLTQ2NDctNDBlZS04OWJjLTkwY2QxZTZmNGRjNCIsInV0aSI6IlBRQnQzOVRZSGstMUxSaDN6dUlDQUEiLCJ2ZXIiOiIxLjAifQ.UQ-xJuY60JtycYfCcKRZN7WCjm3HAWRvGp79lQD2lwwqS-DjN5jpOj7r-1JMAk0JHR8cDHuaGKcSghvEmplXFmdC3exi_sIRwNT25V8Ctw-XbtPGJ2ja-otrrui2MS_7zTArK8W64N2wwdbm7wHOxF8EGMeBKTP1GOSQ2lYhEOZDc1rEIVUPdGW-9uNW5Yz1GmhEqoKClNIIdc9LsNBKQSJKpHTiT7HgiJN9YpfYY16BqvXJX1Jq5RCWX0OylMv5Ta5xOBuV5AeT9rGtKYy0VBzLTFxSkYAFp3JhE8EMqPLS6zEdLLRMhG0TCcaYOAYPxHp5nYup_Vp9S7woq62loA
2018-05-18T10:30:08.806+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Accept-Encoding: gzip
2018-05-18T10:30:08.806+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:08.806+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2018/05/18 10:30:09 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx?api-version=2017-08-31:
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: HTTP/1.1 200 OK
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Transfer-Encoding: chunked
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Cache-Control: no-cache
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Content-Type: application/json
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Date: Fri, 18 May 2018 08:30:08 GMT
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Expires: -1
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Pragma: no-cache
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Server: nginx
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Strict-Transport-Security: max-age=31536000; includeSubDomains
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: Vary: Accept-Encoding
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Content-Type-Options: nosniff
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Ms-Correlation-Request-Id: 8f8c93ac-d48e-4425-92b0-af6377a61183
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Ms-Ratelimit-Remaining-Subscription-Reads: 14997
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Ms-Request-Id: 9ab60ca0-0c4d-44b4-8e6c-22cdfb9b9481
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: X-Ms-Routing-Request-Id: WESTEUROPE:20180518T083008Z:8f8c93ac-d48e-4425-92b0-af6377a61183
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 2fd
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: {
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx",
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "location": "westeurope",
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "name": "xxxxxx",
2018-05-18T10:30:09.008+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "tags": {
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "environment": "xxxxxx"
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: },
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "type": "Microsoft.ContainerService/ManagedClusters",
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "properties": {
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "provisioningState": "Succeeded",
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "kubernetesVersion": "1.9.6",
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "dnsPrefix": "xxxxxx",
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "fqdn": "xxxxxx-8fb2ecea.hcp.westeurope.azmk8s.io",
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "agentPoolProfiles": [
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: {
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "name": "agentpool",
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "count": 3,
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "vmSize": "Standard_DS1_v2",
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "storageProfile": "ManagedDisks",
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "osType": "Linux"
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: }
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: ],
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "servicePrincipalProfile": {
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: "clientId": "xxxxxx"
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: }
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: }
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: }
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: 0
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:09.009+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
Error: azurerm_kubernetes_cluster.main (import id: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx): 1 error(s) occurred:
* import azurerm_kubernetes_cluster.main result: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx: azurerm_kubernetes_cluster.main: unexpected EOF
panic: runtime error: invalid memory address or nil pointer dereference
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x23af261]
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: goroutine 55 [running]:
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: github.com/terraform-providers/terraform-provider-azurerm/azurerm.resourceArmKubernetesClusterRead(0xc420232770, 0x2850e40, 0xc4202dc000, 0xc420232770, 0x0)
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-azurerm/azurerm/resource_arm_kubernetes_cluster.go:301 +0x621
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc4204067e0, 0xc420794140, 0x2850e40, 0xc4202dc000, 0xc4204ad760, 0xc420798d01, 0x80000000018)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:354 +0x17e
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc4204916c0, 0xc4207940f0, 0xc420794140, 0x3f3f000, 0x0, 0x18)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:308 +0x9a
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Refresh(0xc42018b360, 0xc4206b8b30, 0xc4206b8cf0, 0x0, 0x0)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:549 +0x4e
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: reflect.Value.call(0xc4203172c0, 0xc42018e768, 0x13, 0x2890898, 0x4, 0xc420338f20, 0x3, 0x3, 0xc4200d7400, 0x3cf, ...)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /usr/local/go/src/reflect/value.go:434 +0x905
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: reflect.Value.Call(0xc4203172c0, 0xc42018e768, 0x13, 0xc42047df20, 0x3, 0x3, 0xc42047df01, 0xc4203e0101, 0xc42047dfa0)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /usr/local/go/src/reflect/value.go:302 +0xa4
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: net/rpc.(*service).call(0xc420184d80, 0xc420192640, 0xc4203edfd0, 0xc420198a80, 0xc42018bee0, 0x2592580, 0xc4206b8b30, 0x16, 0x25925c0, 0xc4206b8cf0, ...)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /usr/local/go/src/net/rpc/server.go:381 +0x142
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: created by net/rpc.(*Server).ServeCodec
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /usr/local/go/src/net/rpc/server.go:475 +0x36b
2018/05/18 10:30:09 [ERROR] root: eval: *terraform.EvalRefresh, err: azurerm_kubernetes_cluster.main: unexpected EOF
2018/05/18 10:30:09 [ERROR] root: eval: *terraform.EvalSequence, err: azurerm_kubernetes_cluster.main: unexpected EOF
2018/05/18 10:30:09 [TRACE] [walkImport] Exiting eval tree: import azurerm_kubernetes_cluster.main result: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx
2018/05/18 10:30:09 [TRACE] dag/walk: upstream errored, not walking "provider.azurerm (close)"
2018/05/18 10:30:09 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-05-18T10:30:09.015+0200 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
2018-05-18T10:30:09.015+0200 [DEBUG] plugin: plugin process exited: path=/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.4.0_x4
panic: runtime error: invalid memory address or nil pointer dereference
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x8 pc=0x23af261]
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4:
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: goroutine 55 [running]:
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: github.com/terraform-providers/terraform-provider-azurerm/azurerm.resourceArmKubernetesClusterRead(0xc420232770, 0x2850e40, 0xc4202dc000, 0xc420232770, 0x0)
2018-05-18T10:30:09.011+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-azurerm/azurerm/resource_arm_kubernetes_cluster.go:301 +0x621
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Refresh(0xc4204067e0, 0xc420794140, 0x2850e40, 0xc4202dc000, 0xc4204ad760, 0xc420798d01, 0x80000000018)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:354 +0x17e
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Refresh(0xc4204916c0, 0xc4207940f0, 0xc420794140, 0x3f3f000, 0x0, 0x18)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:308 +0x9a
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Refresh(0xc42018b360, 0xc4206b8b30, 0xc4206b8cf0, 0x0, 0x0)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-azurerm/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:549 +0x4e
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: reflect.Value.call(0xc4203172c0, 0xc42018e768, 0x13, 0x2890898, 0x4, 0xc420338f20, 0x3, 0x3, 0xc4200d7400, 0x3cf, ...)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /usr/local/go/src/reflect/value.go:434 +0x905
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: reflect.Value.Call(0xc4203172c0, 0xc42018e768, 0x13, 0xc42047df20, 0x3, 0x3, 0xc42047df01, 0xc4203e0101, 0xc42047dfa0)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /usr/local/go/src/reflect/value.go:302 +0xa4
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: net/rpc.(*service).call(0xc420184d80, 0xc420192640, 0xc4203edfd0, 0xc420198a80, 0xc42018bee0, 0x2592580, 0xc4206b8b30, 0x16, 0x25925c0, 0xc4206b8cf0, ...)
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /usr/local/go/src/net/rpc/server.go:381 +0x142
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: created by net/rpc.(*Server).ServeCodec
2018-05-18T10:30:09.012+0200 [DEBUG] plugin.terraform-provider-azurerm_v1.4.0_x4: /usr/local/go/src/net/rpc/server.go:475 +0x36b
2018/05/18 10:30:09 [ERROR] root: eval: *terraform.EvalRefresh, err: azurerm_kubernetes_cluster.main: unexpected EOF
2018/05/18 10:30:09 [ERROR] root: eval: *terraform.EvalSequence, err: azurerm_kubernetes_cluster.main: unexpected EOF
2018/05/18 10:30:09 [TRACE] [walkImport] Exiting eval tree: import azurerm_kubernetes_cluster.main result: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/xxxxxx/providers/Microsoft.ContainerService/managedClusters/xxxxxx
2018/05/18 10:30:09 [TRACE] dag/walk: upstream errored, not walking "provider.azurerm (close)"
2018/05/18 10:30:09 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-05-18T10:30:09.015+0200 [WARN ] plugin: error closing client during Kill: err="connection is shut down"
2018-05-18T10:30:09.015+0200 [DEBUG] plugin: plugin process exited: path=/Users/saurabtaneja/xxxxxx/kubernetes-infra/xxxxxx/infrastructure/.terraform/plugins/darwin_amd64/terraform-provider-azurerm_v1.4.0_x4
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Terraform crashed! This is always indicative of a bug within Terraform.
A crash log has been placed at "crash.log" relative to your current
working directory. It would be immensely helpful if you could please
report the crash with Terraform[1] so that we can fix this.
When reporting bugs, please include your terraform version. That
information is available on the first line of crash.log. You can also
get it by running 'terraform --version' on the command line.
[1]: https://github.com/hashicorp/terraform/issues
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment