Skip to content

Instantly share code, notes, and snippets.

@flymg
Created December 27, 2023 13:36
Show Gist options
  • Save flymg/90746450c085a1e6e8fa89e8e6c978a0 to your computer and use it in GitHub Desktop.
Save flymg/90746450c085a1e6e8fa89e8e6c978a0 to your computer and use it in GitHub Desktop.
trace.log
2023-12-27T14:27:35.646+0100 [INFO] Terraform version: 1.6.6
2023-12-27T14:27:35.646+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.36.0
2023-12-27T14:27:35.646+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.19.1
2023-12-27T14:27:35.646+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2023-12-27T14:27:35.646+0100 [DEBUG] using github.com/zclconf/go-cty v1.14.1
2023-12-27T14:27:35.646+0100 [INFO] Go runtime version: go1.21.5
2023-12-27T14:27:35.646+0100 [INFO] CLI args: []string{"terraform", "apply"}
2023-12-27T14:27:35.646+0100 [TRACE] Stdout is a terminal of width 63
2023-12-27T14:27:35.646+0100 [TRACE] Stderr is a terminal of width 63
2023-12-27T14:27:35.646+0100 [TRACE] Stdin is a terminal
2023-12-27T14:27:35.646+0100 [DEBUG] Attempting to open CLI config file: /Users/mg/.terraformrc
2023-12-27T14:27:35.646+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2023-12-27T14:27:35.646+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2023-12-27T14:27:35.646+0100 [DEBUG] ignoring non-existing provider search directory /Users/mg/.terraform.d/plugins
2023-12-27T14:27:35.646+0100 [DEBUG] ignoring non-existing provider search directory /Users/mg/Library/Application Support/io.terraform/plugins
2023-12-27T14:27:35.646+0100 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2023-12-27T14:27:35.646+0100 [INFO] CLI command args: []string{"apply"}
2023-12-27T14:27:35.647+0100 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2023-12-27T14:27:35.647+0100 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2023-12-27T14:27:35.647+0100 [DEBUG] New state was assigned lineage "cb51152d-d213-b163-8ca8-d51d671d47dd"
2023-12-27T14:27:35.647+0100 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2023-12-27T14:27:35.647+0100 [TRACE] Meta.Backend: instantiated backend of type <nil>
2023-12-27T14:27:35.647+0100 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2023-12-27T14:27:35.648+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/azuread v2.47.0 for darwin_arm64 at .terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64
2023-12-27T14:27:35.648+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64 as a candidate package for registry.terraform.io/hashicorp/azuread 2.47.0
2023-12-27T14:27:35.661+0100 [DEBUG] checking for provisioner in "."
2023-12-27T14:27:35.664+0100 [DEBUG] checking for provisioner in "/opt/homebrew/bin"
2023-12-27T14:27:35.664+0100 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2023-12-27T14:27:35.664+0100 [INFO] backend/local: starting Apply operation
2023-12-27T14:27:35.664+0100 [TRACE] backend/local: requesting state manager for workspace "default"
2023-12-27T14:27:35.664+0100 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2023-12-27T14:27:35.664+0100 [TRACE] backend/local: requesting state lock for workspace "default"
2023-12-27T14:27:35.666+0100 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2023-12-27T14:27:35.666+0100 [TRACE] statemgr.Filesystem: existing snapshot has lineage "c1d84a6a-16a7-6b12-54cf-50597486f554" serial 1
2023-12-27T14:27:35.666+0100 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2023-12-27T14:27:35.666+0100 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2023-12-27T14:27:35.666+0100 [TRACE] backend/local: reading remote state for workspace "default"
2023-12-27T14:27:35.666+0100 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2023-12-27T14:27:35.666+0100 [TRACE] statemgr.Filesystem: read snapshot with lineage "c1d84a6a-16a7-6b12-54cf-50597486f554" serial 1
2023-12-27T14:27:35.666+0100 [TRACE] backend/local: populating backend.LocalRun for current working directory
2023-12-27T14:27:35.667+0100 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/azuread has 2.47.0 to satisfy ""
2023-12-27T14:27:35.667+0100 [TRACE] terraform.NewContext: starting
2023-12-27T14:27:35.667+0100 [TRACE] terraform.NewContext: complete
2023-12-27T14:27:35.667+0100 [TRACE] backend/local: requesting interactive input, if necessary
2023-12-27T14:27:35.667+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/azuread"
2023-12-27T14:27:35.667+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:35.667+0100 [DEBUG] created provider logger: level=trace
2023-12-27T14:27:35.667+0100 [INFO] provider: configuring client automatic mTLS
2023-12-27T14:27:35.674+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5"]
2023-12-27T14:27:35.676+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 pid=9807
2023-12-27T14:27:35.676+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5
2023-12-27T14:27:35.682+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: configuring server automatic mTLS: timestamp="2023-12-27T14:27:35.682+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Applications"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Applications"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Domains"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Domains"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Service Principals"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Service Principals"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Administrative Units"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Administrative Units"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Applications"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Applications"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "App Role Assignments"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "App Role Assignments"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "ConditionalAccess"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "ConditionalAccess"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "DirectoryObjects"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "DirectoryObjects"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Domains"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Domains"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Groups"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Groups"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Identity Governance"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Identity Governance"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Invitations"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Invitations"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Policies"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Policies"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Service Principals"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Service Principals"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "User Flows"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "User Flows"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Users"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Users"..: timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [DEBUG] provider.terraform-provider-azuread_v2.47.0_x5: plugin address: address=/var/folders/_x/_99c9h397ylb8s6q8wc41zl80000gn/T/plugin154713621 network=unix timestamp="2023-12-27T14:27:35.689+0100"
2023-12-27T14:27:35.689+0100 [DEBUG] provider: using plugin: version=5
2023-12-27T14:27:35.695+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.695+0100 [TRACE] provider.stdio: waiting for stdio data
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:531 @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=provider timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=provider timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Getting provider schema: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:105 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_application_from_template timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_application_owner @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_administrative_unit tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_provider_addr=provider tf_resource_type=azuread_invitation tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_provider_addr=provider tf_resource_type=azuread_application_identifier_uri tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_named_location @module=sdk.helper_schema tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_synchronization_job tf_rpc=GetProviderSchema tf_provider_addr=provider @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_service_principal_password tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=azuread_service_principal_token_signing_certificate timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=azuread_service_principal_certificate tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=azuread_application_api_access @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_resource_type=azuread_application_redirect_uris tf_rpc=GetProviderSchema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_conditional_access_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_resource_type=azuread_custom_directory_role tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_resource_type=azuread_directory_role_eligibility_schedule_request tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_resource_type=azuread_user tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_access_package_catalog_role_assignment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_authentication_strength_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=azuread_synchronization_secret tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_application_fallback_public_client timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_resource_type=azuread_application_known_clients @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_application_permission_scope tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_administrative_unit_role_member @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_directory_role_assignment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_resource_type=azuread_user_flow_attribute tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=azuread_application_app_role timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_administrative_unit_member timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_access_package_resource_catalog_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_application_optional_claims tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=azuread_directory_role tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_rpc=GetProviderSchema tf_resource_type=azuread_application_federated_identity_credential @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_provider_addr=provider tf_resource_type=azuread_app_role_assignment tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema tf_provider_addr=provider tf_resource_type=azuread_group_member @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_resource_type=azuread_access_package_catalog @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_resource_type=azuread_access_package_resource_package_association tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_claims_mapping_policy @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_application_password tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_resource_type=azuread_application_pre_authorized @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.695+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=azuread_directory_role_member tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @module=sdk.helper_schema tf_resource_type=azuread_group tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_resource_type=azuread_access_package tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema tf_resource_type=azuread_service_principal_claims_mapping_policy_assignment @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_provider_addr=provider timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_service_principal_delegated_permission_grant tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @module=sdk.helper_schema tf_resource_type=azuread_application_registration tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_resource_type=azuread_application tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.695+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_application_certificate @module=sdk.helper_schema tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema tf_resource_type=azuread_access_package_assignment_policy timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found resource type: @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_resource_type=azuread_service_principal @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:122 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=azuread_application tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 tf_data_source_type=azuread_group tf_provider_addr=provider timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema tf_data_source_type=azuread_service_principal tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 tf_data_source_type=azuread_access_package_catalog_role tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema tf_data_source_type=azuread_user timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=azuread_service_principals timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=azuread_domains tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 tf_data_source_type=azuread_application_template tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_data_source_type=azuread_directory_object tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 tf_data_source_type=azuread_access_package timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: @module=sdk.helper_schema tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 tf_data_source_type=azuread_directory_roles tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema tf_data_source_type=azuread_directory_role_templates tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema tf_data_source_type=azuread_groups tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_data_source_type=azuread_access_package_catalog tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_data_source_type=azuread_client_config tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_data_source_type=azuread_administrative_unit tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema tf_data_source_type=azuread_application_published_app_ids tf_provider_addr=provider timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: tf_data_source_type=azuread_named_location tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:131 @module=sdk.helper_schema tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_rpc=GetProviderSchema tf_data_source_type=azuread_users tf_provider_addr=provider timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: tf_req_duration_ms=0 tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 tf_proto_version=5.4 timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Announced server capabilities: tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 tf_server_capability_plan_destroy=false @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/server_capabilities.go:25 tf_proto_version=5.4 @module=sdk.proto tf_rpc=GetProviderSchema tf_server_capability_get_provider_schema_optional=true timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.696+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: tf_proto_version=5.4 tf_rpc=GetProviderSchema @module=sdk.proto tf_provider_addr=provider tf_req_id=5b590011-890d-bfe9-77b2-171eae921fc1 @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:551 timestamp="2023-12-27T14:27:35.696+0100"
2023-12-27T14:27:35.699+0100 [TRACE] GRPCProvider: Close
2023-12-27T14:27:35.700+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-12-27T14:27:35.701+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 pid=9807
2023-12-27T14:27:35.701+0100 [DEBUG] provider: plugin exited
2023-12-27T14:27:35.701+0100 [TRACE] Context.Input: Prompting for provider arguments
2023-12-27T14:27:35.701+0100 [TRACE] Context.Input: Provider provider.azuread declared at test.tf:1,1-19
2023-12-27T14:27:35.701+0100 [TRACE] Context.Input: Input for provider.azuread: map[string]cty.Value{}
2023-12-27T14:27:35.701+0100 [TRACE] backend/local: running validation operation
2023-12-27T14:27:35.701+0100 [DEBUG] Building and walking validate graph
2023-12-27T14:27:35.701+0100 [TRACE] building graph for walkValidate
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-12-27T14:27:35.701+0100 [TRACE] ConfigTransformer: Starting for path:
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
------
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.checkTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2023-12-27T14:27:35.701+0100 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-12-27T14:27:35.701+0100 [TRACE] AttachResourceConfigTransformer: attaching to "azuread_authentication_strength_policy.test" (*terraform.NodeValidatableResource) config from test.tf:5,1-57
2023-12-27T14:27:35.701+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azuread_authentication_strength_policy.test
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-12-27T14:27:35.701+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-12-27T14:27:35.701+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azuread\"]" provider configuration from test.tf:1,1-19
2023-12-27T14:27:35.701+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:35.701+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-12-27T14:27:35.701+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-12-27T14:27:35.701+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azuread"] serving azuread_authentication_strength_policy.test
2023-12-27T14:27:35.701+0100 [DEBUG] ProviderTransformer: "azuread_authentication_strength_policy.test" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:35.701+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:35.701+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-12-27T14:27:35.701+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-12-27T14:27:35.701+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:35.701+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to azuread_authentication_strength_policy.test
2023-12-27T14:27:35.701+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:35.701+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-12-27T14:27:35.701+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azuread\"]" references: []
2023-12-27T14:27:35.701+0100 [DEBUG] ReferenceTransformer: "azuread_authentication_strength_policy.test" references: []
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
------
2023-12-27T14:27:35.701+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-12-27T14:27:35.701+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
------
2023-12-27T14:27:35.701+0100 [DEBUG] Starting graph walk: walkValidate
2023-12-27T14:27:35.701+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"]": starting visit (*terraform.NodeApplyableProvider)
2023-12-27T14:27:35.701+0100 [DEBUG] created provider logger: level=trace
2023-12-27T14:27:35.701+0100 [INFO] provider: configuring client automatic mTLS
2023-12-27T14:27:35.704+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5"]
2023-12-27T14:27:35.705+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 pid=9808
2023-12-27T14:27:35.705+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5
2023-12-27T14:27:35.712+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: configuring server automatic mTLS: timestamp="2023-12-27T14:27:35.711+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Applications"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Applications"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Domains"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Domains"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Service Principals"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Service Principals"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Administrative Units"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Administrative Units"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Applications"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Applications"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "App Role Assignments"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "App Role Assignments"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "ConditionalAccess"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "ConditionalAccess"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "DirectoryObjects"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "DirectoryObjects"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Domains"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Domains"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Groups"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Groups"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Identity Governance"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Identity Governance"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Invitations"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Invitations"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Policies"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Policies"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Service Principals"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Service Principals"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "User Flows"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "User Flows"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Users"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Users"..: timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.718+0100 [DEBUG] provider: using plugin: version=5
2023-12-27T14:27:35.718+0100 [DEBUG] provider.terraform-provider-azuread_v2.47.0_x5: plugin address: address=/var/folders/_x/_99c9h397ylb8s6q8wc41zl80000gn/T/plugin1799639224 network=unix timestamp="2023-12-27T14:27:35.718+0100"
2023-12-27T14:27:35.723+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azuread\"]" provider for provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:35.723+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.723+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.723+0100 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:35.723+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azuread"]: using explicit config only
2023-12-27T14:27:35.723+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.723+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.723+0100 [TRACE] provider.stdio: waiting for stdio data
2023-12-27T14:27:35.724+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2023-12-27T14:27:35.724+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.724+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.724+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: @module=sdk.proto tf_req_id=3b89bca6-ff13-a564-1928-98fe86d33cdb tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:559 tf_proto_version=5.4 tf_provider_addr=provider timestamp="2023-12-27T14:27:35.724+0100"
2023-12-27T14:27:35.724+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @module=sdk.proto tf_proto_version=5.4 tf_req_id=3b89bca6-ff13-a564-1928-98fe86d33cdb tf_provider_addr=provider tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/internal/logging/protocol_data.go:41 timestamp="2023-12-27T14:27:35.724+0100"
2023-12-27T14:27:35.724+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: tf_req_id=3b89bca6-ff13-a564-1928-98fe86d33cdb tf_rpc=PrepareProviderConfig tf_proto_version=5.4 tf_provider_addr=provider @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 @module=sdk.proto timestamp="2023-12-27T14:27:35.724+0100"
2023-12-27T14:27:35.724+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Preparing provider configuration: tf_provider_addr=provider tf_req_id=3b89bca6-ff13-a564-1928-98fe86d33cdb tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:164 @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.724+0100"
2023-12-27T14:27:35.724+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=3b89bca6-ff13-a564-1928-98fe86d33cdb tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:252 timestamp="2023-12-27T14:27:35.724+0100"
2023-12-27T14:27:35.724+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=3b89bca6-ff13-a564-1928-98fe86d33cdb tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:254 timestamp="2023-12-27T14:27:35.724+0100"
2023-12-27T14:27:35.724+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider tf_req_id=3b89bca6-ff13-a564-1928-98fe86d33cdb tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 @module=sdk.proto tf_proto_version=5.4 tf_req_duration_ms=0 timestamp="2023-12-27T14:27:35.724+0100"
2023-12-27T14:27:35.724+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:580 tf_provider_addr=provider tf_req_id=3b89bca6-ff13-a564-1928-98fe86d33cdb tf_rpc=PrepareProviderConfig tf_proto_version=5.4 @module=sdk.proto timestamp="2023-12-27T14:27:35.724+0100"
2023-12-27T14:27:35.725+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"]": visit complete
2023-12-27T14:27:35.725+0100 [TRACE] vertex "azuread_authentication_strength_policy.test": starting visit (*terraform.NodeValidatableResource)
2023-12-27T14:27:35.725+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.725+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.725+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2023-12-27T14:27:35.725+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.725+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.725+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: tf_proto_version=5.4 tf_resource_type=azuread_authentication_strength_policy @module=sdk.proto tf_provider_addr=provider tf_req_id=dd380293-24b1-c767-9260-5220f1da30ef tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:720 timestamp="2023-12-27T14:27:35.725+0100"
2023-12-27T14:27:35.725+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 tf_req_id=dd380293-24b1-c767-9260-5220f1da30ef tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=provider tf_resource_type=azuread_authentication_strength_policy timestamp="2023-12-27T14:27:35.725+0100"
2023-12-27T14:27:35.725+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:281 tf_resource_type=azuread_authentication_strength_policy tf_provider_addr=provider tf_req_id=dd380293-24b1-c767-9260-5220f1da30ef @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.725+0100"
2023-12-27T14:27:35.725+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_req_id=dd380293-24b1-c767-9260-5220f1da30ef tf_resource_type=azuread_authentication_strength_policy @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:283 tf_provider_addr=provider timestamp="2023-12-27T14:27:35.725+0100"
2023-12-27T14:27:35.725+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: tf_provider_addr=provider tf_req_duration_ms=0 @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 diagnostic_error_count=0 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_req_id=dd380293-24b1-c767-9260-5220f1da30ef tf_resource_type=azuread_authentication_strength_policy diagnostic_warning_count=0 tf_proto_version=5.4 timestamp="2023-12-27T14:27:35.725+0100"
2023-12-27T14:27:35.725+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: tf_req_id=dd380293-24b1-c767-9260-5220f1da30ef tf_resource_type=azuread_authentication_strength_policy tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:740 @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=provider timestamp="2023-12-27T14:27:35.725+0100"
2023-12-27T14:27:35.725+0100 [TRACE] vertex "azuread_authentication_strength_policy.test": visit complete
2023-12-27T14:27:35.725+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2023-12-27T14:27:35.725+0100 [TRACE] GRPCProvider: Close
2023-12-27T14:27:35.726+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-12-27T14:27:35.726+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 pid=9808
2023-12-27T14:27:35.726+0100 [DEBUG] provider: plugin exited
2023-12-27T14:27:35.726+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"] (close)": visit complete
2023-12-27T14:27:35.726+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2023-12-27T14:27:35.726+0100 [TRACE] vertex "root": visit complete
2023-12-27T14:27:35.726+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/azuread"
2023-12-27T14:27:35.726+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:35.726+0100 [INFO] backend/local: apply calling Plan
2023-12-27T14:27:35.726+0100 [DEBUG] Building and walking plan graph for NormalMode
2023-12-27T14:27:35.726+0100 [TRACE] building graph for walkPlan
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-12-27T14:27:35.726+0100 [TRACE] ConfigTransformer: Starting for path:
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
------
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.checkTransformer
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.StateTransformer
2023-12-27T14:27:35.726+0100 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-12-27T14:27:35.726+0100 [TRACE] AttachResourceConfigTransformer: attaching to "azuread_authentication_strength_policy.test (expand)" (*terraform.nodeExpandPlannableResource) config from test.tf:5,1-57
2023-12-27T14:27:35.726+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:35.726+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-12-27T14:27:35.726+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-12-27T14:27:35.726+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azuread\"]" provider configuration from test.tf:1,1-19
2023-12-27T14:27:35.726+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:35.726+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-12-27T14:27:35.726+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2023-12-27T14:27:35.726+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-12-27T14:27:35.726+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azuread"] serving azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:35.726+0100 [DEBUG] ProviderTransformer: "azuread_authentication_strength_policy.test (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:35.727+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:35.727+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-12-27T14:27:35.727+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-12-27T14:27:35.727+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:35.727+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:35.727+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:35.727+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-12-27T14:27:35.727+0100 [DEBUG] ReferenceTransformer: "azuread_authentication_strength_policy.test (expand)" references: []
2023-12-27T14:27:35.727+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azuread\"]" references: []
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-12-27T14:27:35.727+0100 [TRACE] AttachDependenciesTransformer: azuread_authentication_strength_policy.test depends on []
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-12-27T14:27:35.727+0100 [TRACE] ForcedCBDTransformer: "azuread_authentication_strength_policy.test (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
------
2023-12-27T14:27:35.727+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-12-27T14:27:35.727+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
------
2023-12-27T14:27:35.727+0100 [DEBUG] Starting graph walk: walkPlan
2023-12-27T14:27:35.727+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"]": starting visit (*terraform.NodeApplyableProvider)
2023-12-27T14:27:35.727+0100 [DEBUG] created provider logger: level=trace
2023-12-27T14:27:35.727+0100 [INFO] provider: configuring client automatic mTLS
2023-12-27T14:27:35.729+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5"]
2023-12-27T14:27:35.731+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 pid=9809
2023-12-27T14:27:35.731+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5
2023-12-27T14:27:35.737+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: configuring server automatic mTLS: timestamp="2023-12-27T14:27:35.737+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Applications"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Applications"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Domains"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Domains"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Service Principals"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Service Principals"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Administrative Units"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Administrative Units"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Applications"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.743+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Applications"..: timestamp="2023-12-27T14:27:35.743+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "App Role Assignments"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "App Role Assignments"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "ConditionalAccess"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "ConditionalAccess"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "DirectoryObjects"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "DirectoryObjects"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Directory Roles"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Domains"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Domains"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Groups"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Groups"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Identity Governance"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Identity Governance"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Invitations"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Invitations"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Policies"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Policies"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Service Principals"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Service Principals"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "User Flows"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "User Flows"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Data Sources for "Users"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:35 [DEBUG] Registering Resources for "Users"..: timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [DEBUG] provider.terraform-provider-azuread_v2.47.0_x5: plugin address: address=/var/folders/_x/_99c9h397ylb8s6q8wc41zl80000gn/T/plugin3677158452 network=unix timestamp="2023-12-27T14:27:35.744+0100"
2023-12-27T14:27:35.744+0100 [DEBUG] provider: using plugin: version=5
2023-12-27T14:27:35.749+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azuread\"]" provider for provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:35.749+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.749+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.749+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:35.749+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azuread"]: using explicit config only
2023-12-27T14:27:35.749+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.749+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.749+0100 [TRACE] provider.stdio: waiting for stdio data
2023-12-27T14:27:35.749+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2023-12-27T14:27:35.749+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.749+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: @module=sdk.proto tf_req_id=d1a5cab9-62af-a718-67ec-2f5df7347c11 @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:559 tf_proto_version=5.4 tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp="2023-12-27T14:27:35.749+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_proto_version=5.4 tf_provider_addr=provider tf_rpc=PrepareProviderConfig @module=sdk.proto tf_req_id=d1a5cab9-62af-a718-67ec-2f5df7347c11 @caller=github.com/hashicorp/[email protected]/internal/logging/protocol_data.go:41 timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: @module=sdk.proto tf_req_id=d1a5cab9-62af-a718-67ec-2f5df7347c11 @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 tf_proto_version=5.4 tf_provider_addr=provider tf_rpc=PrepareProviderConfig timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Preparing provider configuration: tf_provider_addr=provider tf_req_id=d1a5cab9-62af-a718-67ec-2f5df7347c11 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:164 @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: tf_provider_addr=provider tf_req_id=d1a5cab9-62af-a718-67ec-2f5df7347c11 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:252 @module=sdk.helper_schema timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=d1a5cab9-62af-a718-67ec-2f5df7347c11 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:254 timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.4 tf_req_id=d1a5cab9-62af-a718-67ec-2f5df7347c11 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=provider tf_req_duration_ms=0 @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: @module=sdk.proto tf_provider_addr=provider tf_req_id=d1a5cab9-62af-a718-67ec-2f5df7347c11 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:580 tf_proto_version=5.4 timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/azuread\"]" changed the config value, but that value is unused
2023-12-27T14:27:35.750+0100 [TRACE] GRPCProvider: ConfigureProvider
2023-12-27T14:27:35.750+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:35.750+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: @module=sdk.proto tf_provider_addr=provider tf_req_id=9b4a5345-c235-11c3-2bd5-e2969ad1afa2 tf_rpc=Configure @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:588 tf_proto_version=5.4 timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=9b4a5345-c235-11c3-2bd5-e2969ad1afa2 tf_rpc=Configure @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 tf_proto_version=5.4 timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:35.750+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=9b4a5345-c235-11c3-2bd5-e2969ad1afa2 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:592 timestamp="2023-12-27T14:27:35.750+0100"
2023-12-27T14:27:36.959+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:36 [DEBUG] AzureAD Provider access token claims: {"aud":"https://graph.microsoft.com","iat":1703682670,"iss":"https://sts.windows.net/***/","idp":"","oid":"***","roles":null,"scp":"AuditLog.Read.All Directory.AccessAsUser.All email Group.ReadWrite.All openid profile User.ReadWrite.All","sub":"***","tenant_region_scope":"EU","tid":"***","ver":"1.0","app_displayname":"Microsoft Azure CLI","appid":"04b07795-8ddb-461a-bbee-02f9e1bf7b46","idtyp":"user"}: timestamp="2023-12-27T14:27:36.959+0100"
2023-12-27T14:27:36.960+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=9b4a5345-c235-11c3-2bd5-e2969ad1afa2 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:594 timestamp="2023-12-27T14:27:36.959+0100"
2023-12-27T14:27:36.960+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: tf_proto_version=5.4 tf_provider_addr=provider tf_req_duration_ms=1209 @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_id=9b4a5345-c235-11c3-2bd5-e2969ad1afa2 tf_rpc=Configure @module=sdk.proto timestamp="2023-12-27T14:27:36.959+0100"
2023-12-27T14:27:36.960+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: tf_proto_version=5.4 tf_req_id=9b4a5345-c235-11c3-2bd5-e2969ad1afa2 tf_rpc=Configure @module=sdk.proto tf_provider_addr=provider @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:608 timestamp="2023-12-27T14:27:36.959+0100"
2023-12-27T14:27:36.960+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"]": visit complete
2023-12-27T14:27:36.960+0100 [TRACE] vertex "azuread_authentication_strength_policy.test (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2023-12-27T14:27:36.960+0100 [TRACE] vertex "azuread_authentication_strength_policy.test (expand)": expanding dynamic subgraph
2023-12-27T14:27:36.960+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2023-12-27T14:27:36.960+0100 [TRACE] ResourceCountTransformer: adding azuread_authentication_strength_policy.test as *terraform.NodePlannableResourceInstance
2023-12-27T14:27:36.960+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodePlannableResourceInstance
------
2023-12-27T14:27:36.960+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2023-12-27T14:27:36.960+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2023-12-27T14:27:36.960+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-12-27T14:27:36.960+0100 [DEBUG] Resource instance state not found for node "azuread_authentication_strength_policy.test", instance azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-12-27T14:27:36.960+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-12-27T14:27:36.960+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-12-27T14:27:36.960+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-12-27T14:27:36.960+0100 [DEBUG] ReferenceTransformer: "azuread_authentication_strength_policy.test" references: []
2023-12-27T14:27:36.960+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2023-12-27T14:27:36.960+0100 [TRACE] Executing graph transform *terraform.RootTransformer
2023-12-27T14:27:36.960+0100 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
azuread_authentication_strength_policy.test - *terraform.NodePlannableResourceInstance
------
2023-12-27T14:27:36.960+0100 [TRACE] vertex "azuread_authentication_strength_policy.test (expand)": entering dynamic subgraph
2023-12-27T14:27:36.960+0100 [TRACE] vertex "azuread_authentication_strength_policy.test": starting visit (*terraform.NodePlannableResourceInstance)
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.960+0100 [TRACE] readResourceInstanceState: reading state for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] readResourceInstanceState: no state present for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.960+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.960+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] NodeAbstractResourceInstance.refresh for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.960+0100 [DEBUG] refresh: azuread_authentication_strength_policy.test: no state, so not refreshing
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.960+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.960+0100 [TRACE] Re-validating config for "azuread_authentication_strength_policy.test"
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.960+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.961+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: @module=sdk.proto tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig tf_req_id=65407be5-0ff3-50d7-e5a4-2a1845a20c25 tf_resource_type=azuread_authentication_strength_policy @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:720 tf_proto_version=5.4 timestamp="2023-12-27T14:27:36.961+0100"
2023-12-27T14:27:36.961+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 tf_proto_version=5.4 @module=sdk.proto tf_provider_addr=provider tf_req_id=65407be5-0ff3-50d7-e5a4-2a1845a20c25 tf_resource_type=azuread_authentication_strength_policy tf_rpc=ValidateResourceTypeConfig timestamp="2023-12-27T14:27:36.961+0100"
2023-12-27T14:27:36.961+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:281 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=azuread_authentication_strength_policy tf_req_id=65407be5-0ff3-50d7-e5a4-2a1845a20c25 timestamp="2023-12-27T14:27:36.961+0100"
2023-12-27T14:27:36.961+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:283 tf_provider_addr=provider tf_req_id=65407be5-0ff3-50d7-e5a4-2a1845a20c25 @module=sdk.helper_schema tf_resource_type=azuread_authentication_strength_policy tf_rpc=ValidateResourceTypeConfig timestamp="2023-12-27T14:27:36.961+0100"
2023-12-27T14:27:36.961+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 diagnostic_error_count=0 tf_req_id=65407be5-0ff3-50d7-e5a4-2a1845a20c25 tf_rpc=ValidateResourceTypeConfig diagnostic_warning_count=0 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.4 tf_req_duration_ms=0 tf_resource_type=azuread_authentication_strength_policy timestamp="2023-12-27T14:27:36.961+0100"
2023-12-27T14:27:36.961+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: tf_proto_version=5.4 tf_req_id=65407be5-0ff3-50d7-e5a4-2a1845a20c25 tf_rpc=ValidateResourceTypeConfig tf_resource_type=azuread_authentication_strength_policy @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:740 @module=sdk.proto tf_provider_addr=provider timestamp="2023-12-27T14:27:36.961+0100"
2023-12-27T14:27:36.961+0100 [TRACE] GRPCProvider: PlanResourceChange
2023-12-27T14:27:36.961+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.961+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.962+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: tf_provider_addr=provider tf_resource_type=azuread_authentication_strength_policy tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:811 @module=sdk.proto tf_proto_version=5.4 tf_req_id=30afe712-e0a3-9b31-65ac-ce1f6828b9d3 timestamp="2023-12-27T14:27:36.962+0100"
2023-12-27T14:27:36.962+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 @module=sdk.proto tf_req_id=30afe712-e0a3-9b31-65ac-ce1f6828b9d3 tf_rpc=PlanResourceChange tf_resource_type=azuread_authentication_strength_policy tf_proto_version=5.4 tf_provider_addr=provider timestamp="2023-12-27T14:27:36.962+0100"
2023-12-27T14:27:36.962+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: tf_rpc=PlanResourceChange diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=provider tf_req_id=30afe712-e0a3-9b31-65ac-ce1f6828b9d3 tf_resource_type=azuread_authentication_strength_policy @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 @module=sdk.proto tf_req_duration_ms=0 tf_proto_version=5.4 timestamp="2023-12-27T14:27:36.962+0100"
2023-12-27T14:27:36.962+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:837 @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=provider tf_resource_type=azuread_authentication_strength_policy tf_rpc=PlanResourceChange tf_req_id=30afe712-e0a3-9b31-65ac-ce1f6828b9d3 timestamp="2023-12-27T14:27:36.962+0100"
2023-12-27T14:27:36.962+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.962+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.962+0100 [TRACE] writeChange: recorded Create change for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.962+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:36.962+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:36.962+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.962+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.962+0100 [TRACE] vertex "azuread_authentication_strength_policy.test": visit complete
2023-12-27T14:27:36.962+0100 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2023-12-27T14:27:36.962+0100 [TRACE] vertex "root": visit complete
2023-12-27T14:27:36.962+0100 [TRACE] vertex "azuread_authentication_strength_policy.test (expand)": dynamic subgraph completed successfully
2023-12-27T14:27:36.962+0100 [TRACE] vertex "azuread_authentication_strength_policy.test (expand)": visit complete
2023-12-27T14:27:36.962+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2023-12-27T14:27:36.962+0100 [TRACE] GRPCProvider: Close
2023-12-27T14:27:36.963+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-12-27T14:27:36.963+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 pid=9809
2023-12-27T14:27:36.963+0100 [DEBUG] provider: plugin exited
2023-12-27T14:27:36.963+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"] (close)": visit complete
2023-12-27T14:27:36.963+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2023-12-27T14:27:36.963+0100 [TRACE] vertex "root": visit complete
2023-12-27T14:27:36.963+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/azuread"
2023-12-27T14:27:36.963+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:36.963+0100 [DEBUG] building apply graph to check for errors
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-12-27T14:27:36.963+0100 [TRACE] ConfigTransformer: Starting for path:
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
------
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.DiffTransformer
2023-12-27T14:27:36.963+0100 [TRACE] DiffTransformer starting
2023-12-27T14:27:36.963+0100 [TRACE] DiffTransformer: found Create change for azuread_authentication_strength_policy.test
2023-12-27T14:27:36.963+0100 [TRACE] DiffTransformer: azuread_authentication_strength_policy.test will be represented by azuread_authentication_strength_policy.test
2023-12-27T14:27:36.963+0100 [TRACE] DiffTransformer complete
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
------
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.checkTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-12-27T14:27:36.963+0100 [DEBUG] Resource state not found for node "azuread_authentication_strength_policy.test", instance azuread_authentication_strength_policy.test
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-12-27T14:27:36.963+0100 [TRACE] AttachResourceConfigTransformer: attaching to "azuread_authentication_strength_policy.test (expand)" (*terraform.nodeExpandApplyableResource) config from test.tf:5,1-57
2023-12-27T14:27:36.963+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:36.963+0100 [TRACE] AttachResourceConfigTransformer: attaching to "azuread_authentication_strength_policy.test" (*terraform.NodeApplyableResourceInstance) config from test.tf:5,1-57
2023-12-27T14:27:36.963+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azuread_authentication_strength_policy.test
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-12-27T14:27:36.963+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-12-27T14:27:36.963+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azuread\"]" provider configuration from test.tf:1,1-19
2023-12-27T14:27:36.963+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:36.963+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-12-27T14:27:36.963+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-12-27T14:27:36.963+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azuread"] serving azuread_authentication_strength_policy.test
2023-12-27T14:27:36.963+0100 [DEBUG] ProviderTransformer: "azuread_authentication_strength_policy.test" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:36.963+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azuread"] serving azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:36.963+0100 [DEBUG] ProviderTransformer: "azuread_authentication_strength_policy.test (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:36.963+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:36.963+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-12-27T14:27:36.963+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-12-27T14:27:36.963+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:36.963+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:36.963+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:36.963+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to azuread_authentication_strength_policy.test
2023-12-27T14:27:36.963+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:36.963+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-12-27T14:27:36.963+0100 [DEBUG] ReferenceTransformer: "azuread_authentication_strength_policy.test (expand)" references: []
2023-12-27T14:27:36.963+0100 [DEBUG] ReferenceTransformer: "azuread_authentication_strength_policy.test" references: []
2023-12-27T14:27:36.963+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azuread\"]" references: []
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2023-12-27T14:27:36.963+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-12-27T14:27:36.963+0100 [TRACE] AttachDependenciesTransformer: azuread_authentication_strength_policy.test depends on []
2023-12-27T14:27:36.963+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.checkStartTransformer
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-12-27T14:27:36.964+0100 [TRACE] ForcedCBDTransformer: "azuread_authentication_strength_policy.test" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
------
2023-12-27T14:27:36.964+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-12-27T14:27:36.964+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
------
2023-12-27T14:27:36.964+0100 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
2023-12-27T14:27:38.383+0100 [INFO] backend/local: apply calling Apply
2023-12-27T14:27:38.383+0100 [DEBUG] Building and walking apply graph for NormalMode plan
2023-12-27T14:27:38.383+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-12-27T14:27:38.383+0100 [TRACE] ConfigTransformer: Starting for path:
2023-12-27T14:27:38.383+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
------
2023-12-27T14:27:38.383+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-12-27T14:27:38.383+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2023-12-27T14:27:38.383+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-12-27T14:27:38.383+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-12-27T14:27:38.383+0100 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-12-27T14:27:38.383+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-12-27T14:27:38.383+0100 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-12-27T14:27:38.383+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2023-12-27T14:27:38.383+0100 [TRACE] Executing graph transform *terraform.DiffTransformer
2023-12-27T14:27:38.383+0100 [TRACE] DiffTransformer starting
2023-12-27T14:27:38.384+0100 [TRACE] DiffTransformer: found Create change for azuread_authentication_strength_policy.test
2023-12-27T14:27:38.384+0100 [TRACE] DiffTransformer: azuread_authentication_strength_policy.test will be represented by azuread_authentication_strength_policy.test
2023-12-27T14:27:38.384+0100 [TRACE] DiffTransformer complete
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
------
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.checkTransformer
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-12-27T14:27:38.384+0100 [DEBUG] Resource state not found for node "azuread_authentication_strength_policy.test", instance azuread_authentication_strength_policy.test
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-12-27T14:27:38.384+0100 [TRACE] AttachResourceConfigTransformer: attaching to "azuread_authentication_strength_policy.test (expand)" (*terraform.nodeExpandApplyableResource) config from test.tf:5,1-57
2023-12-27T14:27:38.384+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:38.384+0100 [TRACE] AttachResourceConfigTransformer: attaching to "azuread_authentication_strength_policy.test" (*terraform.NodeApplyableResourceInstance) config from test.tf:5,1-57
2023-12-27T14:27:38.384+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to azuread_authentication_strength_policy.test
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-12-27T14:27:38.384+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-12-27T14:27:38.384+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/azuread\"]" provider configuration from test.tf:1,1-19
2023-12-27T14:27:38.384+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:38.384+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-12-27T14:27:38.384+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-12-27T14:27:38.384+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azuread"] serving azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:38.384+0100 [DEBUG] ProviderTransformer: "azuread_authentication_strength_policy.test (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:38.384+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/azuread"] serving azuread_authentication_strength_policy.test
2023-12-27T14:27:38.384+0100 [DEBUG] ProviderTransformer: "azuread_authentication_strength_policy.test" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:38.384+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:38.384+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-12-27T14:27:38.384+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-12-27T14:27:38.384+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:38.384+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to azuread_authentication_strength_policy.test (expand)
2023-12-27T14:27:38.384+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:38.384+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to azuread_authentication_strength_policy.test
2023-12-27T14:27:38.384+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/azuread" to read its schema
2023-12-27T14:27:38.384+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-12-27T14:27:38.384+0100 [DEBUG] ReferenceTransformer: "azuread_authentication_strength_policy.test (expand)" references: []
2023-12-27T14:27:38.384+0100 [DEBUG] ReferenceTransformer: "azuread_authentication_strength_policy.test" references: []
2023-12-27T14:27:38.384+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/azuread\"]" references: []
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-12-27T14:27:38.384+0100 [TRACE] AttachDependenciesTransformer: azuread_authentication_strength_policy.test depends on []
2023-12-27T14:27:38.384+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-12-27T14:27:38.384+0100 [TRACE] Executing graph transform *terraform.checkStartTransformer
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2023-12-27T14:27:38.385+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-12-27T14:27:38.385+0100 [TRACE] ForcedCBDTransformer: "azuread_authentication_strength_policy.test" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-12-27T14:27:38.385+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2023-12-27T14:27:38.385+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2023-12-27T14:27:38.385+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2023-12-27T14:27:38.385+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-12-27T14:27:38.385+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
------
2023-12-27T14:27:38.385+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
------
2023-12-27T14:27:38.385+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-12-27T14:27:38.385+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
azuread_authentication_strength_policy.test (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
azuread_authentication_strength_policy.test - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/azuread"] (close) - *terraform.graphNodeCloseProvider
------
2023-12-27T14:27:38.385+0100 [DEBUG] Starting graph walk: walkApply
2023-12-27T14:27:38.385+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"]": starting visit (*terraform.NodeApplyableProvider)
2023-12-27T14:27:38.386+0100 [DEBUG] created provider logger: level=trace
2023-12-27T14:27:38.386+0100 [INFO] provider: configuring client automatic mTLS
2023-12-27T14:27:38.392+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5"]
2023-12-27T14:27:38.397+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 pid=9840
2023-12-27T14:27:38.397+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5
2023-12-27T14:27:38.409+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: configuring server automatic mTLS: timestamp="2023-12-27T14:27:38.409+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Applications"..: timestamp="2023-12-27T14:27:38.418+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Applications"..: timestamp="2023-12-27T14:27:38.418+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Directory Roles"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Directory Roles"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Domains"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Domains"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Service Principals"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Service Principals"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Administrative Units"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Administrative Units"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Applications"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Applications"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "App Role Assignments"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "App Role Assignments"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "ConditionalAccess"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "ConditionalAccess"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "DirectoryObjects"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "DirectoryObjects"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Directory Roles"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Directory Roles"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Domains"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Domains"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Groups"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Groups"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Identity Governance"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Identity Governance"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Invitations"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Invitations"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Policies"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Policies"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Service Principals"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Service Principals"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "User Flows"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "User Flows"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Data Sources for "Users"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:38 [DEBUG] Registering Resources for "Users"..: timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.419+0100 [DEBUG] provider: using plugin: version=5
2023-12-27T14:27:38.419+0100 [DEBUG] provider.terraform-provider-azuread_v2.47.0_x5: plugin address: address=/var/folders/_x/_99c9h397ylb8s6q8wc41zl80000gn/T/plugin1433991166 network=unix timestamp="2023-12-27T14:27:38.419+0100"
2023-12-27T14:27:38.426+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/azuread\"]" provider for provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:38.426+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:38.426+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:38.426+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/azuread"]
2023-12-27T14:27:38.426+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/azuread"]: using explicit config only
2023-12-27T14:27:38.426+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:38.426+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:38.426+0100 [TRACE] provider.stdio: waiting for stdio data
2023-12-27T14:27:38.426+0100 [TRACE] GRPCProvider: ValidateProviderConfig
2023-12-27T14:27:38.426+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:38.426+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:38.427+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:559 tf_provider_addr=provider tf_rpc=PrepareProviderConfig tf_proto_version=5.4 tf_req_id=800b4d84-4cfa-7b26-4363-7612280755e9 @module=sdk.proto timestamp="2023-12-27T14:27:38.427+0100"
2023-12-27T14:27:38.427+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/[email protected]/internal/logging/protocol_data.go:41 tf_proto_version=5.4 tf_provider_addr=provider tf_req_id=800b4d84-4cfa-7b26-4363-7612280755e9 tf_rpc=PrepareProviderConfig @module=sdk.proto timestamp="2023-12-27T14:27:38.427+0100"
2023-12-27T14:27:38.427+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: tf_req_id=800b4d84-4cfa-7b26-4363-7612280755e9 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=provider @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 timestamp="2023-12-27T14:27:38.427+0100"
2023-12-27T14:27:38.427+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Preparing provider configuration: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=800b4d84-4cfa-7b26-4363-7612280755e9 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:164 timestamp="2023-12-27T14:27:38.427+0100"
2023-12-27T14:27:38.427+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:252 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=800b4d84-4cfa-7b26-4363-7612280755e9 timestamp="2023-12-27T14:27:38.427+0100"
2023-12-27T14:27:38.428+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=800b4d84-4cfa-7b26-4363-7612280755e9 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:254 timestamp="2023-12-27T14:27:38.428+0100"
2023-12-27T14:27:38.428+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 tf_req_duration_ms=0 tf_rpc=PrepareProviderConfig @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.4 tf_provider_addr=provider tf_req_id=800b4d84-4cfa-7b26-4363-7612280755e9 timestamp="2023-12-27T14:27:38.428+0100"
2023-12-27T14:27:38.428+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: tf_provider_addr=provider tf_req_id=800b4d84-4cfa-7b26-4363-7612280755e9 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:580 @module=sdk.proto tf_proto_version=5.4 timestamp="2023-12-27T14:27:38.428+0100"
2023-12-27T14:27:38.428+0100 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/azuread\"]" changed the config value, but that value is unused
2023-12-27T14:27:38.428+0100 [TRACE] GRPCProvider: ConfigureProvider
2023-12-27T14:27:38.428+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:38.428+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:38.428+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:588 tf_proto_version=5.4 tf_req_id=a418f605-f3b5-620b-dff8-eba2eb66314b @module=sdk.proto timestamp="2023-12-27T14:27:38.428+0100"
2023-12-27T14:27:38.428+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: tf_req_id=a418f605-f3b5-620b-dff8-eba2eb66314b tf_proto_version=5.4 @module=sdk.proto tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 timestamp="2023-12-27T14:27:38.428+0100"
2023-12-27T14:27:38.428+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:592 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a418f605-f3b5-620b-dff8-eba2eb66314b timestamp="2023-12-27T14:27:38.428+0100"
2023-12-27T14:27:39.710+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:39 [DEBUG] AzureAD Provider access token claims: {"aud":"https://graph.microsoft.com","iat":1703682670,"iss":"https://sts.windows.net/***/","idp":"","oid":"***","roles":null,"scp":"AuditLog.Read.All Directory.AccessAsUser.All email Group.ReadWrite.All openid profile User.ReadWrite.All","sub":"***","tenant_region_scope":"EU","tid":"***","ver":"1.0","app_displayname":"Microsoft Azure CLI","appid":"04b07795-8ddb-461a-bbee-02f9e1bf7b46","idtyp":"user"}: timestamp="2023-12-27T14:27:39.710+0100"
2023-12-27T14:27:39.710+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: tf_provider_addr=provider tf_req_id=a418f605-f3b5-620b-dff8-eba2eb66314b tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:594 @module=sdk.helper_schema timestamp="2023-12-27T14:27:39.710+0100"
2023-12-27T14:27:39.710+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=1282 tf_req_id=a418f605-f3b5-620b-dff8-eba2eb66314b tf_rpc=Configure @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 diagnostic_warning_count=0 tf_proto_version=5.4 tf_provider_addr=provider timestamp="2023-12-27T14:27:39.710+0100"
2023-12-27T14:27:39.710+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: @module=sdk.proto tf_rpc=Configure tf_provider_addr=provider tf_req_id=a418f605-f3b5-620b-dff8-eba2eb66314b @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:608 tf_proto_version=5.4 timestamp="2023-12-27T14:27:39.710+0100"
2023-12-27T14:27:39.710+0100 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/azuread\"]": visit complete
2023-12-27T14:27:39.711+0100 [TRACE] vertex "azuread_authentication_strength_policy.test (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2023-12-27T14:27:39.711+0100 [TRACE] vertex "azuread_authentication_strength_policy.test (expand)": visit complete
2023-12-27T14:27:39.711+0100 [TRACE] vertex "azuread_authentication_strength_policy.test": starting visit (*terraform.NodeApplyableResourceInstance)
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.711+0100 [TRACE] readDiff: Read Create change from plan for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.711+0100 [TRACE] readResourceInstanceState: reading state for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.711+0100 [TRACE] readResourceInstanceState: no state present for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.711+0100 [TRACE] readDiff: Read Create change from plan for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.711+0100 [TRACE] Re-validating config for "azuread_authentication_strength_policy.test"
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: ValidateResourceConfig
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.711+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: tf_resource_type=azuread_authentication_strength_policy @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=provider @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:720 tf_req_id=6b7f2436-f55f-8fda-7e12-0f17183ebde3 tf_rpc=ValidateResourceTypeConfig timestamp="2023-12-27T14:27:39.711+0100"
2023-12-27T14:27:39.711+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: tf_proto_version=5.4 tf_provider_addr=provider tf_req_id=6b7f2436-f55f-8fda-7e12-0f17183ebde3 tf_resource_type=azuread_authentication_strength_policy @module=sdk.proto tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 timestamp="2023-12-27T14:27:39.711+0100"
2023-12-27T14:27:39.711+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:281 @module=sdk.helper_schema tf_req_id=6b7f2436-f55f-8fda-7e12-0f17183ebde3 tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_resource_type=azuread_authentication_strength_policy timestamp="2023-12-27T14:27:39.711+0100"
2023-12-27T14:27:39.711+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=6b7f2436-f55f-8fda-7e12-0f17183ebde3 tf_resource_type=azuread_authentication_strength_policy tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/grpc_provider.go:283 timestamp="2023-12-27T14:27:39.711+0100"
2023-12-27T14:27:39.711+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.4 tf_req_id=6b7f2436-f55f-8fda-7e12-0f17183ebde3 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto diagnostic_error_count=0 @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 tf_provider_addr=provider tf_req_duration_ms=0 tf_resource_type=azuread_authentication_strength_policy timestamp="2023-12-27T14:27:39.711+0100"
2023-12-27T14:27:39.711+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:740 @module=sdk.proto tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.4 tf_provider_addr=provider tf_req_id=6b7f2436-f55f-8fda-7e12-0f17183ebde3 tf_resource_type=azuread_authentication_strength_policy timestamp="2023-12-27T14:27:39.711+0100"
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: PlanResourceChange
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.711+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.711+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: tf_proto_version=5.4 tf_provider_addr=provider tf_rpc=PlanResourceChange @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:811 @module=sdk.proto tf_req_id=b18d50b9-91cb-5d0b-9eba-abb749727fb8 tf_resource_type=azuread_authentication_strength_policy timestamp="2023-12-27T14:27:39.711+0100"
2023-12-27T14:27:39.711+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=b18d50b9-91cb-5d0b-9eba-abb749727fb8 tf_resource_type=azuread_authentication_strength_policy @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 tf_proto_version=5.4 tf_rpc=PlanResourceChange timestamp="2023-12-27T14:27:39.711+0100"
2023-12-27T14:27:39.712+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: tf_provider_addr=provider tf_req_id=b18d50b9-91cb-5d0b-9eba-abb749727fb8 @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=0 diagnostic_error_count=0 tf_proto_version=5.4 tf_resource_type=azuread_authentication_strength_policy @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 tf_rpc=PlanResourceChange timestamp="2023-12-27T14:27:39.712+0100"
2023-12-27T14:27:39.712+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: tf_resource_type=azuread_authentication_strength_policy @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:837 @module=sdk.proto tf_provider_addr=provider tf_req_id=b18d50b9-91cb-5d0b-9eba-abb749727fb8 tf_proto_version=5.4 tf_rpc=PlanResourceChange timestamp="2023-12-27T14:27:39.712+0100"
2023-12-27T14:27:39.712+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2023-12-27T14:27:39.712+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.712+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.712+0100 [INFO] Starting apply for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.712+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.712+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.712+0100 [DEBUG] azuread_authentication_strength_policy.test: applying the planned Create change
2023-12-27T14:27:39.712+0100 [TRACE] GRPCProvider: ApplyResourceChange
2023-12-27T14:27:39.712+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.712+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.712+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received request: tf_req_id=7acbed1f-931c-e1e9-f819-eb991095c7c4 tf_resource_type=azuread_authentication_strength_policy tf_rpc=ApplyResourceChange tf_proto_version=5.4 tf_provider_addr=provider @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:846 @module=sdk.proto timestamp="2023-12-27T14:27:39.712+0100"
2023-12-27T14:27:39.712+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Sending request downstream: @module=sdk.proto tf_proto_version=5.4 tf_req_id=7acbed1f-931c-e1e9-f819-eb991095c7c4 @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:20 tf_provider_addr=provider tf_resource_type=azuread_authentication_strength_policy tf_rpc=ApplyResourceChange timestamp="2023-12-27T14:27:39.712+0100"
2023-12-27T14:27:39.712+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Calling downstream: tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:908 @module=sdk.helper_schema tf_resource_type=azuread_authentication_strength_policy tf_provider_addr=provider tf_req_id=7acbed1f-931c-e1e9-f819-eb991095c7c4 timestamp="2023-12-27T14:27:39.712+0100"
2023-12-27T14:27:39.712+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:39 [DEBUG] ============================ Begin AzureAD Request ============================
Request ID: 663ee618-d79b-f97a-ae4c-587506cc5cfd
POST /v1.0/policies/authenticationStrengthPolicies HTTP/1.1
Host: graph.microsoft.com
User-Agent: HashiCorp Terraform/1.6.6 (+https://www.terraform.io) Terraform Plugin SDK/2.10.1 terraform-provider-azuread/2.47.0 Hamilton (Go-http-client/1.1) pid-222c6c49-1b0a-5959-a213-6608f9eb8820
Content-Length: 78
Accept: application/json; charset=utf-8; IEEE754Compatible=false
Content-Type: application/json; charset=utf-8
Odata-Maxversion: 4.0
Odata-Version: 4.0
Accept-Encoding: gzip
{"allowedCombinations":["password"],"description":"test","displayName":"test"}
============================= End AzureAD Request =============================: timestamp="2023-12-27T14:27:39.712+0100"
2023-12-27T14:27:39.854+0100 [INFO] provider.terraform-provider-azuread_v2.47.0_x5: 2023/12/27 14:27:39 [DEBUG] ============================ Begin AzureAD Response ===========================
POST https://graph.microsoft.com/v1.0/policies/authenticationStrengthPolicies
Request ID: 663ee618-d79b-f97a-ae4c-587506cc5cfd
HTTP/1.1 403 Forbidden
Transfer-Encoding: chunked
Client-Request-Id: 3a25462d-a2c3-415c-98c5-38debbb18831
Content-Type: application/json
Date: Wed, 27 Dec 2023 13:27:39 GMT
Request-Id: 3a25462d-a2c3-415c-98c5-38debbb18831
Strict-Transport-Security: max-age=31536000
Vary: Accept-Encoding
X-Ms-Ags-Diagnostic: {"ServerInfo":{"DataCenter":"Germany West Central","Slice":"E","Ring":"5","ScaleUnit":"005","RoleInstance":"FR3PEPF000002E8"}}
10e
{"error":{"code":"accessDenied","message":"Request Authorization failed","innerError":{"message":"Request Authorization failed","date":"2023-12-27T13:27:39","request-id":"3a25462d-a2c3-415c-98c5-38debbb18831","client-request-id":"3a25462d-a2c3-415c-98c5-38debbb18831"}}}
0
============================= End AzureAD Response ============================: timestamp="2023-12-27T14:27:39.854+0100"
2023-12-27T14:27:39.854+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/[email protected]/helper/schema/resource.go:910 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=azuread_authentication_strength_policy tf_rpc=ApplyResourceChange tf_req_id=7acbed1f-931c-e1e9-f819-eb991095c7c4 timestamp="2023-12-27T14:27:39.854+0100"
2023-12-27T14:27:39.854+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Received downstream response: tf_req_duration_ms=141 tf_resource_type=azuread_authentication_strength_policy @module=sdk.proto diagnostic_error_count=1 diagnostic_warning_count=0 tf_proto_version=5.4 tf_req_id=7acbed1f-931c-e1e9-f819-eb991095c7c4 tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/tf5serverlogging/downstream_request.go:40 tf_provider_addr=provider timestamp="2023-12-27T14:27:39.854+0100"
2023-12-27T14:27:39.854+0100 [ERROR] provider.terraform-provider-azuread_v2.47.0_x5: Response contains error diagnostic: tf_provider_addr=provider tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/tfprotov5/internal/diag/diagnostics.go:58 @module=sdk.proto diagnostic_detail="AuthenticationStrengthPoliciesClient.BaseClient.Post(): unexpected status 403 with OData error: accessDenied: Request Authorization failed: Request Authorization failed" tf_proto_version=5.4 diagnostic_summary="Could not create authentication strength policy" tf_resource_type=azuread_authentication_strength_policy diagnostic_severity=ERROR tf_req_id=7acbed1f-931c-e1e9-f819-eb991095c7c4 timestamp="2023-12-27T14:27:39.854+0100"
2023-12-27T14:27:39.854+0100 [TRACE] provider.terraform-provider-azuread_v2.47.0_x5: Served request: @module=sdk.proto tf_req_id=7acbed1f-931c-e1e9-f819-eb991095c7c4 tf_resource_type=azuread_authentication_strength_policy tf_proto_version=5.4 tf_provider_addr=provider tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/[email protected]/tfprotov5/tf5server/server.go:872 timestamp="2023-12-27T14:27:39.854+0100"
2023-12-27T14:27:39.854+0100 [TRACE] maybeTainted: azuread_authentication_strength_policy.test encountered an error during creation, so it is now marked as tainted
2023-12-27T14:27:39.854+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.854+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.854+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.854+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.854+0100 [TRACE] evalApplyProvisioners: azuread_authentication_strength_policy.test is tainted, so skipping provisioning
2023-12-27T14:27:39.854+0100 [TRACE] maybeTainted: azuread_authentication_strength_policy.test was already tainted, so nothing to do
2023-12-27T14:27:39.854+0100 [TRACE] GRPCProvider: GetProviderSchema
2023-12-27T14:27:39.854+0100 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/azuread
2023-12-27T14:27:39.854+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.854+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for azuread_authentication_strength_policy.test
2023-12-27T14:27:39.854+0100 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2023-12-27T14:27:39.854+0100 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2023-12-27T14:27:39.854+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2023-12-27T14:27:39.861+0100 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2023-12-27T14:27:39.861+0100 [ERROR] vertex "azuread_authentication_strength_policy.test" error: Could not create authentication strength policy
2023-12-27T14:27:39.861+0100 [TRACE] vertex "azuread_authentication_strength_policy.test": visit complete, with errors
2023-12-27T14:27:39.862+0100 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/azuread\"] (close)" errored, so skipping
2023-12-27T14:27:39.862+0100 [TRACE] dag/walk: upstream of "root" errored, so skipping
2023-12-27T14:27:39.862+0100 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2023-12-27T14:27:39.862+0100 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2023-12-27T14:27:39.862+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2023-12-27T14:27:39.867+0100 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2023-12-27T14:27:39.868+0100 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2023-12-27T14:27:39.868+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-12-27T14:27:39.869+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/azuread/2.47.0/darwin_arm64/terraform-provider-azuread_v2.47.0_x5 pid=9840
2023-12-27T14:27:39.869+0100 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment