Skip to content

Instantly share code, notes, and snippets.

@arcotek-ltd
Created November 21, 2018 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arcotek-ltd/a2e980d20ddce1eaecabe0350bb3da7a to your computer and use it in GitHub Desktop.
Save arcotek-ltd/a2e980d20ddce1eaecabe0350bb3da7a to your computer and use it in GitHub Desktop.
AZ CLI / PowerShell issue
2018/11/21 11:48:15 [TRACE] root: eval: *terraform.EvalConfigProvider
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Testing if Service Principal / Client Certificate is applicable for Authentication..
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Testing if Service Principal / Client Secret is applicable for Authentication..
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Testing if Managed Service Identity is applicable for Authentication..
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Testing if Parsing credentials from the Azure CLI is applicable for Authentication..
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 Using Parsing credentials from the Azure CLI for Authentication
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 [DEBUG] Token "BlahBlah" has expired
2018-11-21T11:48:15.438Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 [DEBUG] Token "BlahBlah" has expired
2018/11/21 11:48:15 [ERROR] root: eval: *terraform.EvalConfigProvider, err: Error building AzureRM Client: No (unexpired) Authorization Tokens were found - please re-authenticate using `az login`.
2018/11/21 11:48:15 [ERROR] root: eval: *terraform.EvalSequence, err: Error building AzureRM Client: No (unexpired) Authorization Tokens were found - please re-authenticate using `az login`.
2018/11/21 11:48:15 [ERROR] root: eval: *terraform.EvalOpFilter, err: Error building AzureRM Client: No (unexpired) Authorization Tokens were found - please re-authenticate using `az login`.
2018/11/21 11:48:15 [ERROR] root: eval: *terraform.EvalSequence, err: Error building AzureRM Client: No (unexpired) Authorization Tokens were found - please re-authenticate using `az login`.
2018/11/21 11:48:15 [TRACE] [walkRefresh] Exiting eval tree: provider.azurerm
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.ResourceGroup.azurerm_resource_group.resourceGroup"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.ResourceGroup.output.name"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.VirtualNetwork.azurerm_virtual_network.vnet_withDNS"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.VirtualNetwork.azurerm_virtual_network.vnet"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.VirtualNetwork.output.address_space"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.VirtualNetwork.output.location"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.VirtualNetwork.output.name"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.VirtualNetwork.output.subnet_id"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.VirtualNetwork.output.resource_group_name"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "module.VirtualNetwork.output.id"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "output.vnet_id"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "provider.azurerm (close)"
2018/11/21 11:48:15 [TRACE] dag/walk: upstream errored, not walking "root"
2018/11/21 11:48:15 [DEBUG] plugin: waiting for all plugin processes to complete...
2018-11-21T11:48:15.441Z [DEBUG] plugin.terraform-provider-azurerm_v1.19.0_x4.exe: 2018/11/21 11:48:15 [ERR] plugin: plugin server: accept tcp 127.0.0.1:10000: use of closed network connection
2018/11/21 11:48:15 [ERR] yamux: Failed to read stream data: read tcp 127.0.0.1:51747->127.0.0.1:10000: wsarecv: An existing connection was forcibly closed by the remote host.
2018/11/21 11:48:15 [ERR] yamux: Failed to write header: write tcp 127.0.0.1:51747->127.0.0.1:10000: use of closed network connection
2018-11-21T11:48:15.454Z [WARN ] plugin: error closing client during Kill: err="unexpected EOF"
2018-11-21T11:48:15.464Z [DEBUG] plugin: plugin process exited: path=C:\Users\john\Source\repo\SHRG\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.19.0_x4.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment