Created
August 30, 2018 13:28
-
-
Save steve-hawkins/ee2c3b25a96d328631ac4fd338113fac to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\source\test> terraform apply | |
2018/08/30 14:18:00 [INFO] Terraform version: 0.11.8 7a5c1d221ac209bbac66947c369815cd9ca70ed5 | |
2018/08/30 14:18:00 [INFO] Go runtime version: go1.10.1 | |
2018/08/30 14:18:00 [INFO] CLI args: []string{"C:\\ProgramData\\chocolatey\\lib\\terraform\\tools\\terraform.exe", "apply"} | |
2018/08/30 14:18:00 [DEBUG] Attempting to open CLI config file: C:\Users\[REDACTED]\AppData\Roaming\terraform.rc | |
2018/08/30 14:18:00 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2018/08/30 14:18:00 [INFO] CLI command args: []string{"apply"} | |
2018/08/30 14:18:00 [INFO] command: empty terraform config, returning nil | |
2018/08/30 14:18:00 [DEBUG] command: no data state file found for backend config | |
2018/08/30 14:18:00 [DEBUG] New state was assigned lineage "441a3bae-1d48-213f-3ae4-8d6aff2c2d79" | |
2018/08/30 14:18:00 [INFO] command: backend initialized: <nil> | |
2018/08/30 14:18:00 [DEBUG] checking for provider in "." | |
2018/08/30 14:18:00 [DEBUG] checking for provider in "C:\\ProgramData\\chocolatey\\lib\\terraform\\tools" | |
2018/08/30 14:18:00 [DEBUG] checking for provider in ".terraform\\plugins\\windows_amd64" | |
2018/08/30 14:18:00 [DEBUG] found provider "terraform-provider-azurerm_v1.13.0_x4.exe" | |
2018/08/30 14:18:00 [DEBUG] found valid plugin: "azurerm", "1.13.0", "C:\\source\\test\\.terraform\\plugins\\windows_amd64\\terraform-provider-azurerm_v1.13.0_x4.exe" | |
2018/08/30 14:18:00 [DEBUG] checking for provisioner in "." | |
2018/08/30 14:18:00 [DEBUG] checking for provisioner in "C:\\ProgramData\\chocolatey\\lib\\terraform\\tools" | |
2018/08/30 14:18:00 [DEBUG] checking for provisioner in ".terraform\\plugins\\windows_amd64" | |
2018/08/30 14:18:00 [INFO] command: backend <nil> is not enhanced, wrapping in local | |
2018/08/30 14:18:00 [INFO] backend/local: starting Apply operation | |
2018/08/30 14:18:01 [DEBUG] New state was assigned lineage "c5a46b3d-51aa-4f59-7b76-94df74484b7d" | |
2018/08/30 14:18:01 [DEBUG] command: asking for input: "var.application_id" | |
var.application_id | |
Application ID of the Application Registration to check | |
Enter a value: [REDACTED] | |
2018/08/30 14:18:07 [INFO] terraform: building graph: GraphTypeInput | |
zuread_service_principal.application_id - *terraform.NodeAbstractResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
output.spn_object_id - *terraform.NodeApplyableOutput | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
ice_principal.application_id - *terraform.NodeAbstractResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeAbstractResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
*terraform.NodeCountBoundary | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [DEBUG] Starting graph walk: walkInput | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "var.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "provider.azurerm" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "root" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "output.spn_object_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "output.spn_object_id" waiting on "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.spn_object_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "data.azurerm_azuread_service_principal.application_id" waiting on "provider.azurerm" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "data.azurerm_azuread_service_principal.application_id" waiting on "var.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "output.spn_object_id", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (count boundary fixup)", sending new deps | |
2018-08-30T14:18:07.282+0100 [DEBUG] plugin: waiting for RPC address: path=C:\source\test\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.13.0_x4.exe | |
2018-08-30T14:18:07.307+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: plugin address: timestamp=2018-08-30T14:18:07.306+0100 address=127.0.0.1:10000 network=tcp | |
2018/08/30 14:18:07 [INFO] terraform: building graph: GraphTypeValidate | |
2018/08/30 14:18:07 [DEBUG] Resource state not found for "data.azurerm_azuread_service_principal.application_id": data.azurerm_azuread_service_principal.application_id | |
ovider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [DEBUG] ReferenceTransformer: "data.azurerm_azuread_service_principal.application_id" references: [var.application_id] | |
2018/08/30 14:18:07 [DEBUG] ReferenceTransformer: "output.spn_object_id" references: [data.azurerm_azuread_service_principal.application_id] | |
2018/08/30 14:18:07 [DEBUG] ReferenceTransformer: "var.application_id" references: [] | |
2018/08/30 14:18:07 [DEBUG] ReferenceTransformer: "provider.azurerm" references: [] | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
output.spn_object_id - *terraform.NodeApplyableOutput | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.CountBoundaryTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
meta.count-boundary (count boundary fixup) - *terraform.NodeCountBoundary | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
output.spn_object_id - *terraform.NodeApplyableOutput | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
output.spn_object_id - *terraform.NodeApplyableOutput | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.TargetsTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvide data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
output.spn_object_id - *terraform.NodeApplyableOutput | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
output.spn_object_id - *terraform.NodeApplyableOutput | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeValidatableResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
unt boundary fixup) - *terraform.NodeCountBoundary | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [DEBUG] Starting graph walk: walkValidate | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "output.spn_object_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "var.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "provider.azurerm" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "meta.count-boundary (count boundary fixup)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "root" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "output.spn_object_id" waiting on "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (count boundary fixup)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "data.azurerm_azuread_service_principal.application_id" waiting on "provider.azurerm" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "data.azurerm_azuread_service_principal.application_id" waiting on "var.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "meta.count-boundary (count boundary fixup)" waiting on "output.spn_object_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "output.spn_object_id", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "data.azurerm_azuread_service_principal.application_id", sending new deps | |
2018/08/32018/08/30 14:18:07 [DEBUG] Resource state not found for "data.azurerm_azuread_service_principal.application_id": data.azurerm_azuread_service_principal.application_id | |
2018/08/30 14:18:07 [INFO] backend/local: apply calling Refresh | |
2018/08/30 14:18:07 [INFO] terraform: building graph: GraphTypeRefresh | |
2018/08/30 14:18:07 [TRACE] No managed resources in state during refresh, skipping managed resource transformer | |
2018/08/30 14:18:07 [TRACE] ConfigTransformer: Starting for path: [] | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.ConfigTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.OrphanResourceTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
2018/08/30 14:18:07 [DEBUG] Resource state not found for "data.azurerm_azuread_service_principal.application_id": data.azurerm_azuread_service_principal.application_id | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.AttachStateTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
2018/08/30 14:18:07 [TRACE] AttachResourceConfigTransformer: Beginning... | |
2018/08/30 14:18:07 [TRACE] AttachResourceConfigTransformer: Attach resource config request: data.azurerm_azuread_service_principal.application_id | |
2018/08/30 14:18:07 [TRACE] Attaching resource config: &config.Resource{Mode:1, Name:"application_id", Type:"azurerm_azuread_service_principal", RawCount:(*config.RawConfig)(0xc04242e070), RawConfig:(*config.RawConfig)(0xc0423e1ea0), Provisioners:[]*config.Provisioner{}, Provider:"", DependsOn:[]string(nil), Lifecycle:config.ResourceLifecycle{CreateBeforeDestroy:false, PreventDestroy:false, IgnoreChanges:[]string(nil)}} | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.AttachResourceConfigTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.RootVariableTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] ProviderConfigTransformer: Starting for path: [] | |
2018/08/30 14:18:07 [TRACE] Attach provider request: []string{} azurerm | |
2018/08/30 14:18:07 [TRACE] Attaching provider config: *config.ProviderConfig{Name:"azurerm", Alias:"", Version:"", RawConfig:(*config.RawConfig)(0xc0423e1e30)} | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.ProviderConfigTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.MissingProviderTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [DEBUG] resource data.azurerm_azuread_service_principal.application_id using provider provider.azurerm | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.ProviderTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.PruneProviderTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.ParentProviderTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.graphTransformerMulti: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.LocalTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [TRACE] Graph after step *terraform.OutputTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
provider.azurerm - *terraform.NodeApplyableProvider | |
output.spn_object_id - *terraform.NodeApplyableOutput | |
provider.azurerm - *terraform.NodeApplyableProvider | |
var.application_id - *terraform.NodeRootVariable | |
rerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResource | |
root - terraform.graphNodeRoot | |
output.spn_object_id - *terraform.NodeApplyableOutput | |
provider.azurerm (close) - *terraform.graphNodeCloseProvider | |
var.application_id - *terraform.NodeRootVariable | |
2018/08/30 14:18:07 [DEBUG] Starting graph walk: walkRefresh | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "var.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "provider.azurerm" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "output.spn_object_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "provider.azurerm (close)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "root" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added new vertex: "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "data.azurerm_azuread_service_principal.application_id" waiting on "var.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "provider.azurerm (close)" waiting on "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "root" waiting on "provider.azurerm (close)" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "root" waiting on "output.spn_object_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "data.azurerm_azuread_service_principal.application_id" waiting on "provider.azurerm" | |
2018/08/30 14:18:07 [TRACE] dag/walk: added edge: "output.spn_object_id" waiting on "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "data.azurerm_azuread_service_principal.application_id", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "provider.azurerm (close)", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: dependencies changed for "output.spn_object_id", sending new deps | |
2018/08/30 14:18:07 [TRACE] dag/walk: walking "var.application_id" | |
2018/08/30 14:18:07 [TRACE] vertex 'root.var.application_id': walking | |
2018/08/30 14:18:07 [TRACE] dag/walk: walking "provider.azurerm" | |
2018/08/30 14:18:07 [TRACE] vertex 'root.provider.azurerm': walking | |
2018/08/30 14:18:07 [TRACE] vertex 'root.provid2018-08-30T14:18:07.360+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:07 [DEBUG] Client Secret specified - using Service Principal for Authentication | |
2018-08-30T14:18:07.550+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:07 [DEBUG] AzureRM Request: | |
2018-08-30T14:18:07.550+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: GET /subscriptions/[REDACTED]/providers?api-version=2017-05-10 HTTP/1.1 | |
2018-08-30T14:18:07.550+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Host: management.azure.com | |
2018-08-30T14:18:07.550+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: User-Agent: Go/go1.10.3 (amd64-windows) go-autorest/v10.12.0 Azure-SDK-For-Go/v18.0.0 resources/2017-05-10;HashiCorp-Terraform-v0.11.3 | |
2018-08-30T14:18:07.550+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Authorization: Bearer [REDACTED] | |
2018-08-30T14:18:07.551+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Accept-Encoding: gzip | |
2018-08-30T14:18:07.551+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: | |
2018-08-30T14:18:07.551+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] AzureRM Response for https://management.azure.com/subscriptions/[REDACTED]/providers?api-version=2017-05-10: | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: HTTP/1.1 200 OK | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Cache-Control: no-cache | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Content-Type: application/json; charset=utf-8 | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Date: Thu, 30 Aug 2018 13:18:08 GMT | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Expires: -1 | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Pragma: no-cache | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Strict-Transport-Security: max-age=31536000; includeSubDomains | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Vary: Accept-Encoding | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Content-Type-Options: nosniff | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Ms-Correlation-Request-Id: [REDACTED] | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Ms-Ratelimit-Remaining-Subscription-Reads: 11999 | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Ms-Request-Id: [REDACTED] | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Ms-Routing-Request-Id: UKWEST:20180830T131809Z:[REDACTED] | |
2018-08-30T14:18:09.380+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Automation | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Cache | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Cdn | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Compute | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerInstance | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerRegistry | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.ContainerService | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.DataLakeStore | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.DBforMySQL | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.DBforPostgreSQL | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Devices | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.DocumentDB | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.EventGrid | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.EventHub | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace microsoft.insights | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.KeyVault | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Logic | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.ManagedIdentity | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Network | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.NotificationHubs | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.OperationalInsights | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Relay | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Search | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceBus | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.ServiceFabric | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Sql | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Storage | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Authorization | |
2018-08-30T14:18:09.424+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] Skipping provider registration for namespace Microsoft.Resources | |
DataResourceInstance | |
2018/08/30 14:18:09 [DEBUG] ReferenceTransformer: "data.azurerm_azuread_service_principal.application_id" references: [] | |
2018/08/30 14:18:09 [TRACE] Graph after step *terraform.ReferenceTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResourceInstance | |
2018/08/30 14:18:09 [TRACE] Graph after step *terraform.RootTransformer: | |
data.azurerm_azuread_service_principal.application_id - *terraform.NodeRefreshableDataResourceInstance | |
2018/08/30 14:18:09 [TRACE] dag/walk: added new vertex: "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:09 [TRACE] dag/walk: walking "data.azurerm_azuread_service_principal.application_id" | |
2018/08/30 14:18:09 [TRACE] vertex 'root.data.azurerm_azuread_service_principal.application_id': walking | |
2018/08/30 14:18:09 [TRACE] vertex 'root.data.azurerm_azuread_service_principal.application_id': evaluating | |
2018/08/30 14:18:09 [TRACE] [walkRefresh] Entering eval tree: data.azurerm_azuread_service_principal.application_id | |
2018/08/30 14:18:09 [TRACE] root: eval: *terraform.EvalSequence | |
2018/08/30 14:18:09 [TRACE] root: eval: *terraform.EvalWriteState | |
2018/08/30 14:18:09 [TRACE] root: eval: *terraform.EvalInterpolate | |
2018/08/30 14:18:09 [TRACE] root: eval: *terraform.EvalIf | |
2018/08/30 14:18:09 [TRACE] root: eval: terraform.EvalNoop | |
2018/08/30 14:18:09 [TRACE] root: eval: *terraform.EvalGetProvider | |
2018/08/30 14:18:09 [TRACE] root: eval: *terraform.EvalReadDataDiff | |
2018/08/30 14:18:09 [TRACE] root: eval: *terraform.EvalReadDataApply | |
data.azurerm_azuread_service_principal.application_id: Refreshing state... | |
2018-08-30T14:18:09.552+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:09 [DEBUG] AzureRM Request: | |
2018-08-30T14:18:09.552+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: GET /[REDACTED]/servicePrincipals?api-version=1.6 HTTP/1.1 | |
2018-08-30T14:18:09.552+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Host: graph.windows.net | |
2018-08-30T14:18:09.552+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: User-Agent: Go/go1.10.3 (amd64-windows) go-autorest/v10.12.0 Azure-SDK-For-Go/v18.0.0 graphrbac/1.6;HashiCorp-Terraform-v0.11.3 | |
2018-08-30T14:18:09.552+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Authorization: Bearer [REDACTED] | |
2018-08-30T14:18:09.552+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Accept-Encoding: gzip | |
2018-08-30T14:18:09.552+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: | |
2018-08-30T14:18:09.553+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: 2018/08/30 14:18:10 [DEBUG] AzureRM Response for https://graph.windows.net/[REDACTED]/servicePrincipals?api-version=1.6: | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: HTTP/1.1 200 OK | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Content-Length: 261720 | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Access-Control-Allow-Origin: * | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Cache-Control: no-cache | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Client-Request-Id: [REDACTED] | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Content-Type: application/json; odata=minimalmetadata; streaming=true; charset=utf-8 | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Dataserviceversion: 3.0; | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Date: Thu, 30 Aug 2018 13:18:10 GMT | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Duration: 9117028 | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Expires: -1 | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Ocp-Aad-Diagnostics-Server-Name: [REDACTED] | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Ocp-Aad-Session-Key: [REDACTED] | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Pragma: no-cache | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Request-Id: [REDACTED] | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Server: Microsoft-IIS/10.0 | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: Strict-Transport-Security: max-age=31536000; includeSubDomains | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Aspnet-Version: 4.0.30319 | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Content-Type-Options: nosniff | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Ms-Dirapi-Data-Contract-Version: 1.6 | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: X-Powered-By: ASP.NET | |
2018-08-30T14:18:10.600+0100 [DEBUG] plugin.terraform-provider-azurerm_v1.13.0_x4.exe: | |
2018/08/30 14:18:10 [ERROR] root: eval: *terraform.EvalReadDataApply, err: data.azurerm_azuread_service_principal.application_id: A Service Principal for Application ID "[REDACTED]" was not found | |
2018/08/30 14:18:10 [ERROR] root: eval: *terraform.EvalSequence, err: data.azurerm_azuread_service_principal.application_id: A Service Principal for Application ID "[REDACTED]" was not found | |
2018/08/30 14:18:10 [TRACE] [walkRefresh] Exiting eval tree: data.azurerm_azuread_service_principal.application_id | |
2018/08/30 14:18:10 [TRACE] dag/walk: upstream errored, not walking "provider.azurerm (close)" | |
2018/08/30 14:18:10 [TRACE] dag/walk: upstream errored, not walking "output.spn_object_id" | |
2018/08/30 14:18:10 [TRACE] dag/walk: upstream errored, not walking "root" | |
2018/08/30 14:18:10 [DEBUG] plugin: waiting for all plugin processes to complete... | |
Error: Error refreshing state: 1 error(s) occurred: | |
2018-08-30T14:18:10.624+0100 [DEBUG] plugin: plugin process exited: path=C:\source\test\.terraform\plugins\windows_amd64\terraform-provider-azurerm_v1.13.0_x4.exe | |
* data.azurerm_azuread_service_principal.application_id: 1 error(s) occurred: | |
* data.azurerm_azuread_service_principal.application_id: data.azurerm_azuread_service_principal.application_id: A Service Principal for Application ID "[REDACTED]" was not found |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment