Skip to content

Instantly share code, notes, and snippets.

@mawasile
Last active June 12, 2024 09:22
Show Gist options
  • Save mawasile/f61ce8807e1011983b9089f97dba542b to your computer and use it in GitHub Desktop.
Save mawasile/f61ce8807e1011983b9089f97dba542b to your computer and use it in GitHub Desktop.
terraform apply
2024-06-12T09:13:16.106Z [INFO] Terraform version: 1.8.5
2024-06-12T09:13:16.106Z [DEBUG] using github.com/hashicorp/go-tfe v1.51.0
2024-06-12T09:13:16.107Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.20.0
2024-06-12T09:13:16.107Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-06-12T09:13:16.108Z [DEBUG] using github.com/zclconf/go-cty v1.14.3
2024-06-12T09:13:16.108Z [INFO] Go runtime version: go1.22.1
2024-06-12T09:13:16.109Z [INFO] CLI args: []string{"terraform", "apply", "--auto-approve"}
2024-06-12T09:13:16.109Z [TRACE] Stdout is not a terminal
2024-06-12T09:13:16.110Z [TRACE] Stderr is not a terminal
2024-06-12T09:13:16.120Z [TRACE] Stdin is a terminal
2024-06-12T09:13:16.121Z [DEBUG] Attempting to open CLI config file: /go/bin/terraform.rc
2024-06-12T09:13:16.121Z [INFO] Loading CLI configuration from /go/bin/terraform.rc
2024-06-12T09:13:16.122Z [DEBUG] Not reading CLI config directory because config location is overridden by environment variable
2024-06-12T09:13:16.123Z [DEBUG] Explicit provider installation configuration is set
2024-06-12T09:13:16.123Z [TRACE] Selected provider installation method cliconfig.ProviderInstallationDirect with includes [] and excludes []
2024-06-12T09:13:16.125Z [INFO] CLI command args: []string{"apply", "--auto-approve"}
2024-06-12T09:13:16.141Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-06-12T09:13:16.142Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-06-12T09:13:16.142Z [DEBUG] New state was assigned lineage "739e6972-15c2-908c-5abf-c9cc4f259bda"
2024-06-12T09:13:16.142Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-06-12T09:13:16.143Z [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-06-12T09:13:16.143Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden by dev_overrides
2024-06-12T09:13:16.144Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden by dev_overrides
2024-06-12T09:13:16.144Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden by dev_overrides
2024-06-12T09:13:16.144Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden by dev_overrides
2024-06-12T09:13:16.145Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden to load from /go/bin
2024-06-12T09:13:16.145Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden to load from /go/bin
2024-06-12T09:13:16.145Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden to load from /go/bin
2024-06-12T09:13:16.145Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden to load from /go/bin
2024-06-12T09:13:16.150Z [DEBUG] checking for provisioner in "."
2024-06-12T09:13:16.150Z [DEBUG] checking for provisioner in "/usr/local/bin"
2024-06-12T09:13:16.151Z [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-06-12T09:13:16.152Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden by dev_overrides
2024-06-12T09:13:16.152Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden by dev_overrides
2024-06-12T09:13:16.153Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden by dev_overrides
2024-06-12T09:13:16.153Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden by dev_overrides
╷
│ Warning: Provider development overrides are in effect
│ 
│ The following provider development overrides are set in the CLI
│ configuration:
│  - microsoft/power-platform in /go/bin
│  - hashicorp/azuread in /go/bin
│  - hashicorp/random in /go/bin
│  - hashicorp/local in /go/bin
│ 
│ The behavior may therefore not match any released version of the provider
│ and applying changes may cause the state to become incompatible with
│ published releases.
╵
2024-06-12T09:13:16.157Z [INFO] backend/local: starting Apply operation
2024-06-12T09:13:16.161Z [TRACE] backend/local: requesting state manager for workspace "default"
2024-06-12T09:13:16.161Z [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
2024-06-12T09:13:16.161Z [TRACE] backend/local: requesting state lock for workspace "default"
2024-06-12T09:13:16.162Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-06-12T09:13:16.165Z [TRACE] statemgr.Filesystem: existing snapshot has lineage "e477ec3f-94f6-f1de-b8a3-04779d1a1e46" serial 13
2024-06-12T09:13:16.165Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-06-12T09:13:16.165Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-06-12T09:13:16.169Z [TRACE] backend/local: reading remote state for workspace "default"
2024-06-12T09:13:16.169Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-06-12T09:13:16.170Z [TRACE] statemgr.Filesystem: read snapshot with lineage "e477ec3f-94f6-f1de-b8a3-04779d1a1e46" serial 13
2024-06-12T09:13:16.170Z [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-06-12T09:13:16.180Z [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/microsoft/power-platform because it's overridden by a special configuration setting
2024-06-12T09:13:16.180Z [TRACE] terraform.NewContext: starting
2024-06-12T09:13:16.180Z [TRACE] terraform.NewContext: complete
2024-06-12T09:13:16.181Z [TRACE] backend/local: requesting interactive input, if necessary
2024-06-12T09:13:16.181Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:13:16.181Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/microsoft/power-platform" to read its schema
2024-06-12T09:13:16.182Z [DEBUG] created provider logger: level=trace
2024-06-12T09:13:16.182Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:13:16.196Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:13:16.197Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=29111
2024-06-12T09:13:16.197Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:13:16.204Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:13:16.204Z
2024-06-12T09:13:16.221Z [DEBUG] provider.terraform-provider-power-platform: plugin address: address=/tmp/plugin3042495544 network=unix timestamp=2024-06-12T09:13:16.221Z
2024-06-12T09:13:16.221Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:13:16.232Z [TRACE] GRPCProvider.v6: GetProviderSchema
2024-06-12T09:13:16.232Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:13:16.233Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:522 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.234Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.234Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.234Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 @module=sdk.framework timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.234Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.235Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 @module=sdk.framework timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.235Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.235Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.235Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.236Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.236Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 @module=sdk.framework timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.236Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.237Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.238Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_application_package_install tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.238Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_loss_prevention_policy @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=GetProviderSchema tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.238Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_solution tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.238Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_tenant_settings tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.239Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_resource_type=powerplatform_managed_environment tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.233Z
2024-06-12T09:13:16.239Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_billing_policy_environment timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.239Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_billing_policy tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.239Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_user timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.240Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.240Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_environment_settings tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.240Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_solution tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.240Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_solution timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.241Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema tf_resource_type=powerplatform_billing_policy_environment @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.241Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_billing_policy_environment tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.241Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_billing_policy timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.242Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_resource_type=powerplatform_billing_policy @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.242Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_user tf_rpc=GetProviderSchema @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.242Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_user tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.242Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_environment_settings tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.243Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment_settings @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.243Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_data_record tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.243Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_data_record tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.243Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_environment @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.244Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.244Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_environment_application_package_install @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.244Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_environment_application_package_install @module=sdk.framework timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.244Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_loss_prevention_policy timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.245Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @module=sdk.framework tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_data_loss_prevention_policy timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.245Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_tenant_settings tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.246Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_tenant_settings tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.246Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_resource_type=powerplatform_managed_environment tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.247Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_resource_type=powerplatform_managed_environment @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.248Z [TRACE] provider.terraform-provider-power-platform: Checking DataSourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:181 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.248Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.248Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider DataSources: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:192 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.248Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:194 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.249Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_data_source_type=powerplatform_connectors tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.249Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_data_source_type=powerplatform_environment_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.249Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_data_source_type=powerplatform_environment_powerapps tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.250Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_data_source_type=powerplatform_environments @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.249Z [DEBUG] No provider meta schema returned
2024-06-12T09:13:16.250Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_environment_templates timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.251Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_solutions tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.251Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_data_loss_prevention_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:13:16.234Z
2024-06-12T09:13:16.251Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_tenant_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.251Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @module=sdk.framework tf_data_source_type=powerplatform_billing_policies tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.251Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_billing_policies_environments tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.252Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_environment_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.252Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_data_source_type=powerplatform_locations tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.252Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_data_source_type=powerplatform_languages tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.251Z [TRACE] GRPCProvider.v6: Close
2024-06-12T09:13:16.252Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_data_source_type=powerplatform_currencies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.253Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_data_source_type=powerplatform_security_roles tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.253Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_tenant_application_packages tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.253Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_data_source_type=powerplatform_data_records tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.253Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_data_source_type=powerplatform_connectors tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.254Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_data_source_type=powerplatform_connectors @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.254Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_data_loss_prevention_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.254Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_data_source_type=powerplatform_data_loss_prevention_policies tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.254Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_tenant_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.254Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_data_source_type=powerplatform_tenant_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.253Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T09:13:16.255Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_billing_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.255Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_billing_policies tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.255Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_tenant_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.255Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_tenant_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.255Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_data_records tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.256Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_data_source_type=powerplatform_data_records tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.235Z
2024-06-12T09:13:16.256Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_environment_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.239Z
2024-06-12T09:13:16.256Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_data_source_type=powerplatform_environment_application_packages tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 timestamp=2024-06-12T09:13:16.239Z
2024-06-12T09:13:16.256Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_environment_powerapps tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.239Z
2024-06-12T09:13:16.256Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_data_source_type=powerplatform_environment_powerapps tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.239Z
2024-06-12T09:13:16.256Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_data_source_type=powerplatform_environment_templates @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.239Z
2024-06-12T09:13:16.257Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_data_source_type=powerplatform_environment_templates tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.239Z
2024-06-12T09:13:16.257Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_environment_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.257Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_environment_settings timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.257Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_locations tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.257Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_locations @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.258Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_languages timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.258Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_languages tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.258Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_billing_policies_environments tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.258Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_data_source_type=powerplatform_billing_policies_environments tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.258Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_security_roles tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.258Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_security_roles tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.259Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_environments tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.259Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_environments tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.259Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_solutions tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.259Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_data_source_type=powerplatform_solutions tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.260Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_data_source_type=powerplatform_currencies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.260Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_currencies timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.260Z [TRACE] provider.terraform-provider-power-platform: Checking FunctionTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_functions.go:124 timestamp=2024-06-12T09:13:16.240Z
2024-06-12T09:13:16.260Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_proto_version=6.6 tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=7 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_warning_count=0 timestamp=2024-06-12T09:13:16.241Z
2024-06-12T09:13:16.260Z [TRACE] provider.terraform-provider-power-platform: Announced server capabilities: tf_server_capability_get_provider_schema_optional=true tf_server_capability_plan_destroy=true @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/server_capabilities.go:25 @module=sdk.proto tf_rpc=GetProviderSchema tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.241Z
2024-06-12T09:13:16.260Z [TRACE] provider.terraform-provider-power-platform: Served request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:541 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.proto tf_req_id=ab7d5e66-1aa2-20b4-d189-0b989eaa53e7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:13:16.241Z
2024-06-12T09:13:16.260Z [DEBUG] provider: plugin process exited: path=/go/bin/terraform-provider-power-platform pid=29111
2024-06-12T09:13:16.262Z [DEBUG] provider: plugin exited
2024-06-12T09:13:16.262Z [TRACE] Context.Input: Prompting for provider arguments
2024-06-12T09:13:16.262Z [TRACE] Context.Input: Provider provider.powerplatform declared at resource.tf:9,1-25
2024-06-12T09:13:16.262Z [TRACE] Context.Input: Input for provider.powerplatform: map[string]cty.Value{}
2024-06-12T09:13:16.263Z [TRACE] backend/local: running validation operation
2024-06-12T09:13:16.263Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:13:16.263Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.263Z [DEBUG] Building and walking validate graph
2024-06-12T09:13:16.264Z [TRACE] building graph for walkValidate
2024-06-12T09:13:16.264Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T09:13:16.264Z [TRACE] ConfigTransformer: Starting for path:
2024-06-12T09:13:16.264Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
------
2024-06-12T09:13:16.265Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T09:13:16.265Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T09:13:16.265Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T09:13:16.265Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T09:13:16.265Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T09:13:16.266Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T09:13:16.266Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T09:13:16.266Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T09:13:16.266Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T09:13:16.266Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T09:13:16.267Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-06-12T09:13:16.267Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-06-12T09:13:16.267Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-06-12T09:13:16.267Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-06-12T09:13:16.268Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-06-12T09:13:16.268Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:13:16.268Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:13:16.268Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T09:13:16.269Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T09:13:16.269Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T09:13:16.269Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_environment.data_record_example_env" (*terraform.NodeValidatableResource) config from resource.tf:15,1-63
2024-06-12T09:13:16.270Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.270Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account" (*terraform.NodeValidatableResource) config from resource.tf:27,1-47
2024-06-12T09:13:16.270Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account
2024-06-12T09:13:16.270Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.contact" (*terraform.NodeValidatableResource) config from resource.tf:44,1-47
2024-06-12T09:13:16.271Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.contact
2024-06-12T09:13:16.271Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T09:13:16.271Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T09:13:16.271Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T09:13:16.271Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
------
2024-06-12T09:13:16.272Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T09:13:16.272Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider configuration from resource.tf:9,1-25
2024-06-12T09:13:16.272Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.272Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T09:13:16.272Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T09:13:16.273Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T09:13:16.273Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.273Z [DEBUG] ProviderTransformer: "powerplatform_environment.data_record_example_env" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.273Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account
2024-06-12T09:13:16.273Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.273Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.contact
2024-06-12T09:13:16.274Z [DEBUG] ProviderTransformer: "powerplatform_data_record.contact" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.274Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.274Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T09:13:16.274Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T09:13:16.274Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.275Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T09:13:16.275Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T09:13:16.275Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T09:13:16.275Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.276Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.276Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.276Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account
2024-06-12T09:13:16.276Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.276Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.contact
2024-06-12T09:13:16.277Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.277Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.277Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T09:13:16.277Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T09:13:16.277Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T09:13:16.278Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T09:13:16.278Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T09:13:16.278Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:13:16.278Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env" references: []
2024-06-12T09:13:16.278Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account" references: [powerplatform_data_record.contact powerplatform_environment.data_record_example_env]
2024-06-12T09:13:16.279Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact" references: [powerplatform_environment.data_record_example_env]
2024-06-12T09:13:16.279Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/microsoft/power-platform\"]" references: []
2024-06-12T09:13:16.279Z [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.279Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T09:13:16.279Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T09:13:16.279Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-06-12T09:13:16.280Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-06-12T09:13:16.280Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T09:13:16.280Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T09:13:16.280Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T09:13:16.280Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T09:13:16.280Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:13:16.281Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:13:16.281Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T09:13:16.281Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T09:13:16.281Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T09:13:16.281Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.282Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T09:13:16.282Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:13:16.282Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T09:13:16.282Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:13:16.282Z [DEBUG] Starting graph walk: walkValidate
2024-06-12T09:13:16.283Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T09:13:16.283Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": belongs to
2024-06-12T09:13:16.283Z [DEBUG] created provider logger: level=trace
2024-06-12T09:13:16.283Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:13:16.289Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:13:16.290Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=29125
2024-06-12T09:13:16.290Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:13:16.295Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:13:16.295Z
2024-06-12T09:13:16.309Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:13:16.309Z [DEBUG] provider.terraform-provider-power-platform: plugin address: address=/tmp/plugin3512589501 network=unix timestamp=2024-06-12T09:13:16.309Z
2024-06-12T09:13:16.319Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.319Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.319Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.320Z [TRACE] buildProviderConfig for provider["registry.terraform.io/microsoft/power-platform"]: using explicit config only
2024-06-12T09:13:16.320Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.319Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:13:16.320Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.321Z [TRACE] GRPCProvider.v6: ValidateProviderConfig
2024-06-12T09:13:16.321Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.322Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:577 tf_proto_version=6.6 @module=sdk.proto timestamp=2024-06-12T09:13:16.322Z
2024-06-12T09:13:16.323Z [TRACE] provider.terraform-provider-power-platform: 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=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/internal/logging/protocol_data.go:41 tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb tf_rpc=ValidateProviderConfig @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.322Z
2024-06-12T09:13:16.323Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb @module=sdk.proto tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:13:16.322Z
2024-06-12T09:13:16.323Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 timestamp=2024-06-12T09:13:16.322Z
2024-06-12T09:13:16.324Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.322Z
2024-06-12T09:13:16.324Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb tf_rpc=ValidateProviderConfig @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 timestamp=2024-06-12T09:13:16.322Z
2024-06-12T09:13:16.324Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:13:16.322Z
2024-06-12T09:13:16.325Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:13:16.323Z
2024-06-12T09:13:16.325Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:597 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=8060eb5f-2f90-295d-9b55-11bccfc515cb @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:13:16.323Z
2024-06-12T09:13:16.325Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": visit complete
2024-06-12T09:13:16.326Z [TRACE] vertex "powerplatform_environment.data_record_example_env": starting visit (*terraform.NodeValidatableResource)
2024-06-12T09:13:16.326Z [TRACE] vertex "powerplatform_environment.data_record_example_env": belongs to
2024-06-12T09:13:16.326Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.326Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.327Z [DEBUG] skipping FixUpBlockAttrs
2024-06-12T09:13:16.327Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:13:16.327Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.328Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_proto_version=6.6 tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.329Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.329Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.329Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.330Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 @module=sdk.framework tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.330Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 @module=sdk.framework tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.330Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: tf_resource_type=powerplatform_environment @module=sdk.framework tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.330Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.330Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.331Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment_application_package_install tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.331Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_data_loss_prevention_policy tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.331Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_solution tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.332Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_tenant_settings tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.332Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_managed_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.332Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_billing_policy_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.332Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_billing_policy tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.332Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_user @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.332Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.333Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_resource_type=powerplatform_environment_settings tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 timestamp=2024-06-12T09:13:16.328Z
2024-06-12T09:13:16.333Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.333Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @module=sdk.framework tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.333Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 @module=sdk.framework timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.333Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.334Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.334Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.334Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:730 description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_attribute_path=environment_type tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.334Z [TRACE] provider.terraform-provider-power-platform: Called provider defined validator.String: @module=sdk.framework tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:740 description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.334Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=dataverse.templates tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.334Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 tf_attribute_path=dataverse.templates tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.335Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 @module=sdk.framework tf_attribute_path=dataverse.templates tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.335Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 tf_resource_type=powerplatform_environment tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.335Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 @module=sdk.framework tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_rpc=ValidateResourceConfig tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.335Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=dataverse.language_code tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.335Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=1 @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=6.6 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.335Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 @module=sdk.proto tf_req_id=adf813ba-0c74-4ba0-ea5f-31f99051b616 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.329Z
2024-06-12T09:13:16.336Z [TRACE] vertex "powerplatform_environment.data_record_example_env": visit complete
2024-06-12T09:13:16.336Z [TRACE] vertex "powerplatform_data_record.contact": starting visit (*terraform.NodeValidatableResource)
2024-06-12T09:13:16.336Z [TRACE] vertex "powerplatform_data_record.contact": belongs to
2024-06-12T09:13:16.336Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.337Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.337Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.337Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.338Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:13:16.338Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.339Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.6 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.339Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.339Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.340Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f @module=sdk.framework timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.340Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.340Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.340Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f tf_resource_type=powerplatform_data_record @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.341Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f tf_resource_type=powerplatform_data_record @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.341Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.341Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 @module=sdk.framework tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.341Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.339Z
2024-06-12T09:13:16.341Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 tf_rpc=ValidateResourceConfig diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:16.340Z
2024-06-12T09:13:16.342Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_rpc=ValidateResourceConfig tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=1159ac59-9aff-f8e3-d2e3-65255d56bf4f @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 @module=sdk.proto timestamp=2024-06-12T09:13:16.340Z
2024-06-12T09:13:16.342Z [TRACE] vertex "powerplatform_data_record.contact": visit complete
2024-06-12T09:13:16.342Z [TRACE] vertex "powerplatform_data_record.account": starting visit (*terraform.NodeValidatableResource)
2024-06-12T09:13:16.342Z [TRACE] vertex "powerplatform_data_record.account": belongs to
2024-06-12T09:13:16.343Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.343Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.343Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.343Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.344Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.344Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.344Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:13:16.344Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.345Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_resource_type=powerplatform_data_record @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.345Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.345Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.345Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.346Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.346Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.346Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 @module=sdk.framework timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.346Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.346Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_error_count=0 @module=sdk.proto tf_req_duration_ms=0 tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.346Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_req_id=9eb403be-8844-db79-0aec-e1b9404bd4d9 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:16.345Z
2024-06-12T09:13:16.347Z [TRACE] vertex "powerplatform_data_record.account": visit complete
2024-06-12T09:13:16.347Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T09:13:16.347Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": does not belong to any module instance
2024-06-12T09:13:16.347Z [TRACE] GRPCProvider.v6: Close
2024-06-12T09:13:16.350Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T09:13:16.352Z [DEBUG] provider: plugin process exited: path=/go/bin/terraform-provider-power-platform pid=29125
2024-06-12T09:13:16.354Z [DEBUG] provider: plugin exited
2024-06-12T09:13:16.354Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": visit complete
2024-06-12T09:13:16.354Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-06-12T09:13:16.354Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:13:16.354Z [TRACE] vertex "root": visit complete
2024-06-12T09:13:16.355Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:13:16.355Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.355Z [INFO] backend/local: apply calling Plan
2024-06-12T09:13:16.355Z [DEBUG] Building and walking plan graph for NormalMode
2024-06-12T09:13:16.356Z [TRACE] building graph for walkPlan
2024-06-12T09:13:16.356Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T09:13:16.356Z [TRACE] ConfigTransformer: Starting for path:
2024-06-12T09:13:16.356Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
------
2024-06-12T09:13:16.357Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T09:13:16.357Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T09:13:16.357Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T09:13:16.358Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T09:13:16.358Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T09:13:16.358Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T09:13:16.358Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T09:13:16.358Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T09:13:16.359Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T09:13:16.359Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T09:13:16.359Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-06-12T09:13:16.359Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-06-12T09:13:16.359Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-06-12T09:13:16.359Z [TRACE] StateTransformer: creating nodes for deposed instance objects only
2024-06-12T09:13:16.359Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-06-12T09:13:16.359Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:13:16.360Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:13:16.360Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T09:13:16.360Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T09:13:16.360Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T09:13:16.360Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandPlannableResource) config from resource.tf:15,1-63
2024-06-12T09:13:16.360Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:13:16.360Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account (expand)" (*terraform.nodeExpandPlannableResource) config from resource.tf:27,1-47
2024-06-12T09:13:16.360Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account (expand)
2024-06-12T09:13:16.361Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandPlannableResource) config from resource.tf:44,1-47
2024-06-12T09:13:16.361Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.contact (expand)
2024-06-12T09:13:16.361Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T09:13:16.361Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T09:13:16.361Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T09:13:16.361Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
------
2024-06-12T09:13:16.362Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T09:13:16.362Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider configuration from resource.tf:9,1-25
2024-06-12T09:13:16.362Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.362Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T09:13:16.362Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T09:13:16.362Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T09:13:16.362Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:13:16.363Z [DEBUG] ProviderTransformer: "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.363Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account (expand)
2024-06-12T09:13:16.363Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.363Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.contact (expand)
2024-06-12T09:13:16.363Z [DEBUG] ProviderTransformer: "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.363Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.363Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T09:13:16.364Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T09:13:16.364Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.364Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T09:13:16.364Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T09:13:16.364Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T09:13:16.364Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.365Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.365Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.365Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:13:16.365Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.365Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account (expand)
2024-06-12T09:13:16.365Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.365Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.contact (expand)
2024-06-12T09:13:16.366Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T09:13:16.366Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T09:13:16.366Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T09:13:16.366Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T09:13:16.366Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T09:13:16.366Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:13:16.367Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env (expand)" references: []
2024-06-12T09:13:16.367Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account (expand)" references: [powerplatform_data_record.contact (expand) powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:13:16.367Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact (expand)" references: [powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:13:16.367Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/microsoft/power-platform\"]" references: []
2024-06-12T09:13:16.367Z [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.367Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T09:13:16.367Z [TRACE] AttachDependenciesTransformer: powerplatform_environment.data_record_example_env depends on []
2024-06-12T09:13:16.368Z [TRACE] AttachDependenciesTransformer: powerplatform_data_record.account depends on [powerplatform_data_record.contact powerplatform_environment.data_record_example_env]
2024-06-12T09:13:16.368Z [TRACE] AttachDependenciesTransformer: powerplatform_data_record.contact depends on [powerplatform_environment.data_record_example_env]
2024-06-12T09:13:16.368Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T09:13:16.368Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-06-12T09:13:16.368Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-06-12T09:13:16.368Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T09:13:16.369Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T09:13:16.369Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T09:13:16.369Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T09:13:16.369Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:13:16.369Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:13:16.369Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T09:13:16.369Z [TRACE] ForcedCBDTransformer: "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T09:13:16.370Z [TRACE] ForcedCBDTransformer: "powerplatform_data_record.account (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T09:13:16.370Z [TRACE] ForcedCBDTransformer: "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T09:13:16.370Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T09:13:16.370Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T09:13:16.370Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:16.371Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T09:13:16.371Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:13:16.371Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T09:13:16.371Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:13:16.371Z [DEBUG] Starting graph walk: walkPlan
2024-06-12T09:13:16.372Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T09:13:16.372Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": belongs to
2024-06-12T09:13:16.372Z [DEBUG] created provider logger: level=trace
2024-06-12T09:13:16.372Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:13:16.378Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:13:16.378Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=29136
2024-06-12T09:13:16.379Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:13:16.384Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:13:16.383Z
2024-06-12T09:13:16.397Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:13:16.397Z [DEBUG] provider.terraform-provider-power-platform: plugin address: address=/tmp/plugin3333941549 network=unix timestamp=2024-06-12T09:13:16.397Z
2024-06-12T09:13:16.408Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.408Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.408Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:16.409Z [TRACE] buildProviderConfig for provider["registry.terraform.io/microsoft/power-platform"]: using explicit config only
2024-06-12T09:13:16.409Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.408Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:13:16.409Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.410Z [TRACE] GRPCProvider.v6: ValidateProviderConfig
2024-06-12T09:13:16.410Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.411Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:577 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.proto tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:13:16.411Z
2024-06-12T09:13:16.412Z [TRACE] provider.terraform-provider-power-platform: 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_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig @module=sdk.proto tf_proto_version=6.6 tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/internal/logging/protocol_data.go:41 timestamp=2024-06-12T09:13:16.411Z
2024-06-12T09:13:16.412Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:13:16.411Z
2024-06-12T09:13:16.412Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 timestamp=2024-06-12T09:13:16.411Z
2024-06-12T09:13:16.413Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.411Z
2024-06-12T09:13:16.413Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: tf_rpc=ValidateProviderConfig @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 timestamp=2024-06-12T09:13:16.411Z
2024-06-12T09:13:16.413Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 timestamp=2024-06-12T09:13:16.411Z
2024-06-12T09:13:16.413Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 tf_rpc=ValidateProviderConfig @module=sdk.proto tf_req_duration_ms=0 timestamp=2024-06-12T09:13:16.412Z
2024-06-12T09:13:16.414Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:597 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=2ff71026-8028-92aa-bfb6-5bfdad514736 timestamp=2024-06-12T09:13:16.412Z
2024-06-12T09:13:16.414Z [TRACE] GRPCProvider.v6: ConfigureProvider
2024-06-12T09:13:16.414Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.415Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:549 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.415Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: @module=sdk.proto tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:16 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ConfigureProvider timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.416Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.416Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.416Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_configureprovider.go:15 @module=sdk.framework timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.416Z [DEBUG] provider.terraform-provider-power-platform: Configure request received: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:144 timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.416Z [DEBUG] provider.terraform-provider-power-platform: OIDC request URL environment variable is null: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:188 timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.417Z [DEBUG] provider.terraform-provider-power-platform: OIDC request token environment variable is null: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:197 timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.417Z [DEBUG] provider.terraform-provider-power-platform: OIDC token environment variable is null: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:206 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider timestamp=2024-06-12T09:13:16.415Z
2024-06-12T09:13:16.417Z [INFO] provider.terraform-provider-power-platform: Configured API client: cloud=public power_platform_tenant_id="" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b oidc_token="***" power_platform_client_id="" power_platform_client_secret="***" use_cli=true success=true telemetry_optout=false oidc_token_file_path="***" tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:355 @module=power_platform oidc_request_token="***" oidc_request_url="" use_oidc=false timestamp=2024-06-12T09:13:16.416Z
2024-06-12T09:13:16.417Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_configureprovider.go:23 @module=sdk.framework timestamp=2024-06-12T09:13:16.416Z
2024-06-12T09:13:16.418Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_rpc=ConfigureProvider @module=sdk.proto tf_req_duration_ms=0 timestamp=2024-06-12T09:13:16.416Z
2024-06-12T09:13:16.418Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:570 @module=sdk.proto tf_req_id=1b91ad82-77ce-c9fa-7514-73c2b4f6c26b timestamp=2024-06-12T09:13:16.416Z
2024-06-12T09:13:16.418Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": visit complete
2024-06-12T09:13:16.418Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T09:13:16.419Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": does not belong to any module instance
2024-06-12T09:13:16.419Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": expanding dynamic subgraph
2024-06-12T09:13:16.419Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T09:13:16.419Z [TRACE] ResourceCountTransformer: adding powerplatform_environment.data_record_example_env as *terraform.NodePlannableResourceInstance
2024-06-12T09:13:16.419Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
powerplatform_environment.data_record_example_env - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:13:16.419Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T09:13:16.420Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T09:13:16.420Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:13:16.420Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.420Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:13:16.420Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:13:16.420Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:13:16.421Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:13:16.421Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env" references: []
2024-06-12T09:13:16.421Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T09:13:16.421Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T09:13:16.421Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
powerplatform_environment.data_record_example_env - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
powerplatform_environment.data_record_example_env - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:13:16.421Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": entering dynamic subgraph
2024-06-12T09:13:16.422Z [TRACE] vertex "powerplatform_environment.data_record_example_env": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T09:13:16.422Z [TRACE] vertex "powerplatform_environment.data_record_example_env": belongs to
2024-06-12T09:13:16.422Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.422Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.422Z [TRACE] readResourceInstanceState: reading state for powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.422Z [TRACE] upgradeResourceState: schema version of powerplatform_environment.data_record_example_env is still 0; calling provider "powerplatform" for any other minor fixups
2024-06-12T09:13:16.423Z [TRACE] GRPCProvider.v6: UpgradeResourceState
2024-06-12T09:13:16.423Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.423Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:744 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_resource_type=powerplatform_environment @module=sdk.proto tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.424Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.424Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.424Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.424Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.424Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 @module=sdk.framework tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_rpc=UpgradeResourceState tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.425Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 @module=sdk.framework tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.425Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.425Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.425Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_resource_type=powerplatform_environment_application_package_install timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.425Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_resource_type=powerplatform_data_loss_prevention_policy tf_rpc=UpgradeResourceState tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.426Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_resource_type=powerplatform_solution tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.426Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_tenant_settings @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.426Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_resource_type=powerplatform_managed_environment @module=sdk.framework tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.426Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_billing_policy_environment tf_rpc=UpgradeResourceState tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.426Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_resource_type=powerplatform_billing_policy tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.427Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_resource_type=powerplatform_user tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.427Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState @module=sdk.framework tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.427Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment_settings timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.427Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:13:16.423Z
2024-06-12T09:13:16.427Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 @module=sdk.framework timestamp=2024-06-12T09:13:16.424Z
2024-06-12T09:13:16.428Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @module=sdk.framework tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.424Z
2024-06-12T09:13:16.428Z [TRACE] provider.terraform-provider-power-platform: UpgradeResourceState request version matches current Schema version, using framework defined passthrough implementation: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_upgraderesourcestate.go:87 timestamp=2024-06-12T09:13:16.424Z
2024-06-12T09:13:16.428Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_req_duration_ms=3 tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 timestamp=2024-06-12T09:13:16.427Z
2024-06-12T09:13:16.428Z [TRACE] provider.terraform-provider-power-platform: Served request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:763 @module=sdk.proto tf_proto_version=6.6 tf_req_id=f5059ae7-7389-452e-c631-58c10a1f7d65 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:16.427Z
2024-06-12T09:13:16.429Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.429Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.429Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.429Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.429Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.430Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.430Z [TRACE] NodeAbstractResourceInstance.refresh for powerplatform_environment.data_record_example_env
2024-06-12T09:13:16.430Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:16.430Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
powerplatform_environment.data_record_example_env: Refreshing state... [id=d81b4b7c-5007-e757-8cc1-915821b7ff59]
2024-06-12T09:13:16.430Z [TRACE] GRPCProvider.v6: ReadResource
2024-06-12T09:13:16.430Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:16.431Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:772 tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.431Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:44 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.431Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.proto tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.432Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_rpc=ReadResource timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.432Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:66 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.432Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:73 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 @module=sdk.framework tf_rpc=ReadResource timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.432Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:75 timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.433Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Read: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:116 tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.433Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE START: powerplatform: tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/environment/resource_environment.go:279 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 timestamp=2024-06-12T09:13:16.431Z
2024-06-12T09:13:16.433Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @module=power_platform tf_resource_type=powerplatform_environment @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 timestamp=2024-06-12T09:13:16.432Z
2024-06-12T09:13:16.943Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:16.943Z
2024-06-12T09:13:17.424Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_resource_type=powerplatform_environment tf_rpc=ReadResource tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 timestamp=2024-06-12T09:13:17.424Z
2024-06-12T09:13:17.958Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_rpc=ReadResource timestamp=2024-06-12T09:13:17.958Z
2024-06-12T09:13:18.196Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:18.196Z
2024-06-12T09:13:18.688Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:13:18.687Z
2024-06-12T09:13:19.086Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @module=power_platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:19.086Z
2024-06-12T09:13:19.579Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @module=power_platform timestamp=2024-06-12T09:13:19.578Z
2024-06-12T09:13:19.927Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform timestamp=2024-06-12T09:13:19.926Z
2024-06-12T09:13:20.421Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.421Z
2024-06-12T09:13:20.505Z [DEBUG] provider.terraform-provider-power-platform: READ: powerplatform_environment with id d81b4b7c-5007-e757-8cc1-915821b7ff59: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/environment/resource_environment.go:330 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 @module=power_platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.505Z
2024-06-12T09:13:20.505Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE END: powerplatform: tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/environment/resource_environment.go:334 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @module=power_platform timestamp=2024-06-12T09:13:20.505Z
2024-06-12T09:13:20.506Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Read: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:118 @module=sdk.framework tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.505Z
2024-06-12T09:13:20.506Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=dataverse.currency_code tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.505Z
2024-06-12T09:13:20.506Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=dataverse.organization_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource @module=sdk.framework tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 timestamp=2024-06-12T09:13:20.505Z
2024-06-12T09:13:20.507Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=dataverse.url tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.507Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=dataverse.security_group_id @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.507Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=dataverse.version tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.507Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_attribute_path=dataverse.domain tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.508Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=dataverse.language_code tf_rpc=ReadResource @module=sdk.framework timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.508Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @module=sdk.framework tf_attribute_path=dataverse tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.508Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource tf_attribute_path=id tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.509Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=location tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.509Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=ReadResource tf_attribute_path=azure_region tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.509Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment tf_rpc=ReadResource tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.510Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=display_name @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.510Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=billing_policy_id tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.510Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=4075 tf_rpc=ReadResource tf_resource_type=powerplatform_environment @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.510Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_req_id=d880ef80-9e8d-ecb3-3e87-78bb1fce60a0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:802 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.506Z
2024-06-12T09:13:20.511Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.511Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_environment.data_record_example_env
2024-06-12T09:13:20.511Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_environment.data_record_example_env
2024-06-12T09:13:20.512Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.512Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.512Z [DEBUG] skipping FixUpBlockAttrs
2024-06-12T09:13:20.513Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.513Z [TRACE] Re-validating config for "powerplatform_environment.data_record_example_env"
2024-06-12T09:13:20.513Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:13:20.513Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:20.514Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.514Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_proto_version=6.6 tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.514Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @module=sdk.framework tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.515Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.515Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @module=sdk.framework tf_rpc=ValidateResourceConfig tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.515Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.515Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined validator.String: @module=sdk.framework description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:730 tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.515Z [TRACE] provider.terraform-provider-power-platform: Called provider defined validator.String: description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:740 @module=sdk.framework tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.516Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_attribute_path=dataverse.language_code tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.516Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 @module=sdk.framework tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.516Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_attribute_path=dataverse.language_code tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.516Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_attribute_path=dataverse.templates tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.516Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=dataverse.templates tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.517Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_attribute_path=dataverse.templates tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 @module=sdk.framework timestamp=2024-06-12T09:13:20.514Z
2024-06-12T09:13:20.517Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 tf_proto_version=6.6 tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 timestamp=2024-06-12T09:13:20.515Z
2024-06-12T09:13:20.517Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_req_id=5e5c28ac-1418-1af2-63e1-8c5d851dc439 tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 timestamp=2024-06-12T09:13:20.515Z
2024-06-12T09:13:20.518Z [TRACE] GRPCProvider.v6: PlanResourceChange
2024-06-12T09:13:20.518Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:20.519Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:811 tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @module=sdk.proto timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.519Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_proto_version=6.6 tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:58 @module=sdk.proto tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.519Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.519Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.520Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceBehaviors lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:456 tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.520Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.520Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.520Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment_settings timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.520Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.521Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_application_package_install tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.521Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.521Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_resource_type=powerplatform_managed_environment tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.521Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_billing_policy_environment timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.521Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_billing_policy tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.522Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_resource_type=powerplatform_user @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.522Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_data_loss_prevention_policy tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.522Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_solution tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.522Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_resource_type=powerplatform_tenant_settings tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.522Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:75 @module=sdk.framework tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.523Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:82 @module=sdk.framework tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.523Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_resource_type=powerplatform_environment tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:84 @module=sdk.framework timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.523Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.523Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.523Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.523Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 @module=sdk.framework tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.524Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 @module=sdk.framework tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.524Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.519Z
2024-06-12T09:13:20.524Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.Object: @module=sdk.framework tf_attribute_path=dataverse tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:1755 description="Ensures that change to empty attribute value will force a replace when changed." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.524Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.Object: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:1765 tf_rpc=PlanResourceChange tf_resource_type=powerplatform_environment @module=sdk.framework description="Ensures that change to empty attribute value will force a replace when changed." tf_attribute_path=dataverse tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.524Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_attribute_path=dataverse.currency_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @module=sdk.framework tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="Ensures that change from non empty attribute value will force a replace when changed." timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.524Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: description="Ensures that change from non empty attribute value will force a replace when changed." tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=dataverse.currency_code tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.525Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.Int64: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:1115 @module=sdk.framework tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange description="Ensures that int attribute will force a replace when changed." tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.525Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.Int64: description="Ensures that int attribute will force a replace when changed." tf_attribute_path=dataverse.language_code tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:1125 timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.525Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 tf_attribute_path=dataverse.organization_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.525Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=dataverse.organization_id tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.525Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 @module=sdk.framework tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.526Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.526Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=location tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.526Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=location tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.526Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 @module=sdk.framework tf_attribute_path=azure_region tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.526Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_attribute_path=azure_region timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.527Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="Once set, the value of this attribute in state will not change." tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_resource_type=powerplatform_environment @module=sdk.framework tf_attribute_path=azure_region tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.527Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." tf_attribute_path=azure_region tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.527Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.527Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 timestamp=2024-06-12T09:13:20.520Z
2024-06-12T09:13:20.527Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 tf_proto_version=6.6 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=1 tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 tf_rpc=PlanResourceChange @module=sdk.proto timestamp=2024-06-12T09:13:20.521Z
2024-06-12T09:13:20.528Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:843 tf_proto_version=6.6 @module=sdk.proto tf_req_id=65123e15-5235-0c5b-8aca-faf77cb605c0 timestamp=2024-06-12T09:13:20.521Z
2024-06-12T09:13:20.528Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.529Z [TRACE] writeChange: recorded NoOp change for powerplatform_environment.data_record_example_env
2024-06-12T09:13:20.529Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.529Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for powerplatform_environment.data_record_example_env
2024-06-12T09:13:20.529Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_environment.data_record_example_env
2024-06-12T09:13:20.530Z [TRACE] vertex "powerplatform_environment.data_record_example_env": visit complete
2024-06-12T09:13:20.530Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T09:13:20.530Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:13:20.530Z [TRACE] vertex "root": visit complete
2024-06-12T09:13:20.531Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": dynamic subgraph completed successfully
2024-06-12T09:13:20.531Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": visit complete
2024-06-12T09:13:20.531Z [TRACE] vertex "powerplatform_data_record.contact (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T09:13:20.531Z [TRACE] vertex "powerplatform_data_record.contact (expand)": does not belong to any module instance
2024-06-12T09:13:20.531Z [TRACE] vertex "powerplatform_data_record.contact (expand)": expanding dynamic subgraph
2024-06-12T09:13:20.531Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T09:13:20.532Z [TRACE] ResourceCountTransformer: adding powerplatform_data_record.contact as *terraform.NodePlannableResourceInstance
2024-06-12T09:13:20.532Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
powerplatform_data_record.contact - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:13:20.532Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T09:13:20.532Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T09:13:20.532Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:13:20.532Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for powerplatform_data_record.contact
2024-06-12T09:13:20.533Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:13:20.533Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:13:20.533Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:13:20.533Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:13:20.533Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact" references: []
2024-06-12T09:13:20.533Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T09:13:20.533Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T09:13:20.533Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
powerplatform_data_record.contact - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
powerplatform_data_record.contact - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:13:20.534Z [TRACE] vertex "powerplatform_data_record.contact (expand)": entering dynamic subgraph
2024-06-12T09:13:20.534Z [TRACE] vertex "powerplatform_data_record.contact": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T09:13:20.534Z [TRACE] vertex "powerplatform_data_record.contact": belongs to
2024-06-12T09:13:20.534Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.534Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.535Z [TRACE] readResourceInstanceState: reading state for powerplatform_data_record.contact
2024-06-12T09:13:20.535Z [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"firstname":"string", "lastname":"string"}}, "value":map[string]interface {}{"firstname":"John", "lastname":"Doe"}}
2024-06-12T09:13:20.535Z [TRACE] upgradeResourceState: schema version of powerplatform_data_record.contact is still 0; calling provider "powerplatform" for any other minor fixups
2024-06-12T09:13:20.535Z [TRACE] GRPCProvider.v6: UpgradeResourceState
2024-06-12T09:13:20.535Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:20.536Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:744 @module=sdk.proto tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.536Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.536Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.537Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.537Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.537Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.537Z [TRACE] provider.terraform-provider-power-platform: UpgradeResourceState request version matches current Schema version, using framework defined passthrough implementation: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_upgraderesourcestate.go:87 tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.537Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto tf_resource_type=powerplatform_data_record diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_rpc=UpgradeResourceState tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.538Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.proto tf_req_id=0696b8c3-4b50-bc97-e4bd-571c745037db tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:763 timestamp=2024-06-12T09:13:20.536Z
2024-06-12T09:13:20.537Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.538Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for powerplatform_data_record.contact
2024-06-12T09:13:20.538Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.contact
2024-06-12T09:13:20.538Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.538Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_data_record.contact
2024-06-12T09:13:20.538Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.contact
2024-06-12T09:13:20.539Z [TRACE] NodeAbstractResourceInstance.refresh for powerplatform_data_record.contact
2024-06-12T09:13:20.539Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:20.539Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
powerplatform_data_record.contact: Refreshing state... [id=09560559-9b28-ef11-840a-002248a03b34]
2024-06-12T09:13:20.539Z [TRACE] GRPCProvider.v6: ReadResource
2024-06-12T09:13:20.539Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:20.540Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_resource_type=powerplatform_data_record tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:772 @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.540Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:44 tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_rpc=ReadResource @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.540Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.541Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.541Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.542Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.framework tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.542Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:66 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.542Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:73 timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.543Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:75 @module=sdk.framework timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.543Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Read: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:116 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.543Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE START: powerplatform: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:143 tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:20.543Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_rpc=ReadResource @module=power_platform timestamp=2024-06-12T09:13:20.540Z
2024-06-12T09:13:21.025Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @module=power_platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:21.025Z
2024-06-12T09:13:21.232Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 timestamp=2024-06-12T09:13:21.231Z
2024-06-12T09:13:21.372Z [TRACE] dag/walk: vertex "powerplatform_data_record.account (expand)" is waiting for "powerplatform_data_record.contact (expand)"
2024-06-12T09:13:21.372Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)"
2024-06-12T09:13:21.373Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)" is waiting for "powerplatform_data_record.account (expand)"
2024-06-12T09:13:21.733Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_rpc=ReadResource timestamp=2024-06-12T09:13:21.733Z
2024-06-12T09:13:21.956Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:21.956Z
2024-06-12T09:13:22.468Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:22.468Z
2024-06-12T09:13:22.542Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_rpc=ReadResource tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 timestamp=2024-06-12T09:13:22.542Z
2024-06-12T09:13:23.078Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:23.078Z
2024-06-12T09:13:23.214Z [DEBUG] provider.terraform-provider-power-platform: READ: powerplatform_data_record with table_name contact: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:170 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:23.214Z
2024-06-12T09:13:23.215Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE END: powerplatform: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:174 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:23.214Z
2024-06-12T09:13:23.216Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Read: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:118 @module=sdk.framework tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_rpc=ReadResource timestamp=2024-06-12T09:13:23.214Z
2024-06-12T09:13:23.216Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record @module=sdk.framework tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 timestamp=2024-06-12T09:13:23.215Z
2024-06-12T09:13:23.217Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=environment_id tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.215Z
2024-06-12T09:13:23.218Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=table_logical_name tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_rpc=ReadResource timestamp=2024-06-12T09:13:23.215Z
2024-06-12T09:13:23.219Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=columns tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.215Z
2024-06-12T09:13:23.219Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_rpc=ReadResource tf_req_duration_ms=2674 tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.215Z
2024-06-12T09:13:23.220Z [TRACE] provider.terraform-provider-power-platform: Served request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:802 @module=sdk.proto tf_resource_type=powerplatform_data_record tf_rpc=ReadResource tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=82a10761-b6ed-b782-4a54-fc15b9afa857 timestamp=2024-06-12T09:13:23.215Z
2024-06-12T09:13:23.221Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.221Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_data_record.contact
2024-06-12T09:13:23.221Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.contact
2024-06-12T09:13:23.222Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.222Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.222Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.222Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.223Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.223Z [TRACE] Re-validating config for "powerplatform_data_record.contact"
2024-06-12T09:13:23.223Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:13:23.223Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:23.224Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.224Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_proto_version=6.6 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.224Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.224Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.224Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.224Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.225Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.225Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 @module=sdk.framework tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.225Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.225Z [TRACE] provider.terraform-provider-power-platform: Served request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c75e4bb2-fabb-a1b1-fc82-c10c55b0aedb @module=sdk.proto tf_proto_version=6.6 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:23.224Z
2024-06-12T09:13:23.225Z [TRACE] GRPCProvider.v6: PlanResourceChange
2024-06-12T09:13:23.225Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:23.226Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:811 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=6.6 tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.226Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:58 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.226Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_proto_version=6.6 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef @module=sdk.proto timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.226Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.227Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceBehaviors lock: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:456 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.227Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.227Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.227Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef @module=sdk.framework timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.227Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.227Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.228Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.228Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:75 timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.228Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:82 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.228Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:84 tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.228Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.227Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.229Z [TRACE] writeChange: recorded NoOp change for powerplatform_data_record.contact
2024-06-12T09:13:23.229Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.229Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for powerplatform_data_record.contact
2024-06-12T09:13:23.229Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.contact
2024-06-12T09:13:23.230Z [TRACE] vertex "powerplatform_data_record.contact": visit complete
2024-06-12T09:13:23.229Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 timestamp=2024-06-12T09:13:23.226Z
2024-06-12T09:13:23.230Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef @module=sdk.framework tf_attribute_path=id tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:23.227Z
2024-06-12T09:13:23.230Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: description="Once set, the value of this attribute in state will not change." tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef timestamp=2024-06-12T09:13:23.227Z
2024-06-12T09:13:23.230Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_attribute_path=environment_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.227Z
2024-06-12T09:13:23.231Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_attribute_path=environment_id timestamp=2024-06-12T09:13:23.227Z
2024-06-12T09:13:23.231Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_attribute_path=table_logical_name tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef timestamp=2024-06-12T09:13:23.227Z
2024-06-12T09:13:23.231Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=table_logical_name @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:23.227Z
2024-06-12T09:13:23.230Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T09:13:23.231Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:13:23.231Z [TRACE] vertex "root": visit complete
2024-06-12T09:13:23.231Z [TRACE] vertex "powerplatform_data_record.contact (expand)": dynamic subgraph completed successfully
2024-06-12T09:13:23.232Z [TRACE] vertex "powerplatform_data_record.contact (expand)": visit complete
2024-06-12T09:13:23.232Z [TRACE] vertex "powerplatform_data_record.account (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T09:13:23.232Z [TRACE] vertex "powerplatform_data_record.account (expand)": does not belong to any module instance
2024-06-12T09:13:23.232Z [TRACE] vertex "powerplatform_data_record.account (expand)": expanding dynamic subgraph
2024-06-12T09:13:23.231Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto tf_proto_version=6.6 diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=1 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:23.227Z
2024-06-12T09:13:23.232Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=feb13305-7564-c0e7-1a53-cc68d552fbef @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:843 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.proto timestamp=2024-06-12T09:13:23.227Z
2024-06-12T09:13:23.232Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T09:13:23.233Z [TRACE] ResourceCountTransformer: adding powerplatform_data_record.account as *terraform.NodePlannableResourceInstance
2024-06-12T09:13:23.233Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
powerplatform_data_record.account - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:13:23.233Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T09:13:23.233Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T09:13:23.233Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:13:23.234Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for powerplatform_data_record.account
2024-06-12T09:13:23.234Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:13:23.234Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:13:23.234Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:13:23.234Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:13:23.234Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account" references: []
2024-06-12T09:13:23.234Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T09:13:23.235Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T09:13:23.235Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
powerplatform_data_record.account - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
powerplatform_data_record.account - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:13:23.235Z [TRACE] vertex "powerplatform_data_record.account (expand)": entering dynamic subgraph
2024-06-12T09:13:23.235Z [TRACE] vertex "powerplatform_data_record.account": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T09:13:23.235Z [TRACE] vertex "powerplatform_data_record.account": belongs to
2024-06-12T09:13:23.235Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.236Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.236Z [TRACE] readResourceInstanceState: reading state for powerplatform_data_record.account
2024-06-12T09:13:23.236Z [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"contact_customer_accounts":[]interface {}{"tuple", []interface {}{[]interface {}{"object", map[string]interface {}{"data_record_id":"string", "table_logical_name":"string"}}}}, "name":"string"}}, "value":map[string]interface {}{"contact_customer_accounts":[]interface {}{map[string]interface {}{"data_record_id":"09560559-9b28-ef11-840a-002248a03b34", "table_logical_name":"contact"}}, "name":"Contoso"}}
2024-06-12T09:13:23.236Z [TRACE] upgradeResourceState: schema version of powerplatform_data_record.account is still 0; calling provider "powerplatform" for any other minor fixups
2024-06-12T09:13:23.236Z [TRACE] GRPCProvider.v6: UpgradeResourceState
2024-06-12T09:13:23.236Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:23.237Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.proto tf_req_id=f50e58de-6fa6-c8c1-20e8-7b6b32f20bac tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:744 timestamp=2024-06-12T09:13:23.237Z
2024-06-12T09:13:23.237Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_rpc=UpgradeResourceState tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f50e58de-6fa6-c8c1-20e8-7b6b32f20bac tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.237Z
2024-06-12T09:13:23.238Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f50e58de-6fa6-c8c1-20e8-7b6b32f20bac timestamp=2024-06-12T09:13:23.237Z
2024-06-12T09:13:23.238Z [TRACE] provider.terraform-provider-power-platform: UpgradeResourceState request version matches current Schema version, using framework defined passthrough implementation: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f50e58de-6fa6-c8c1-20e8-7b6b32f20bac @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_upgraderesourcestate.go:87 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:13:23.237Z
2024-06-12T09:13:23.238Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_warning_count=0 tf_proto_version=6.6 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto tf_req_id=f50e58de-6fa6-c8c1-20e8-7b6b32f20bac timestamp=2024-06-12T09:13:23.237Z
2024-06-12T09:13:23.238Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_req_id=f50e58de-6fa6-c8c1-20e8-7b6b32f20bac @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:763 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_proto_version=6.6 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @module=sdk.proto timestamp=2024-06-12T09:13:23.237Z
2024-06-12T09:13:23.238Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.239Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for powerplatform_data_record.account
2024-06-12T09:13:23.239Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:13:23.239Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.239Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_data_record.account
2024-06-12T09:13:23.239Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:13:23.239Z [TRACE] NodeAbstractResourceInstance.refresh for powerplatform_data_record.account
2024-06-12T09:13:23.239Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:23.240Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
powerplatform_data_record.account: Refreshing state... [id=830dc891-9b28-ef11-840a-000d3ab60f37]
2024-06-12T09:13:23.240Z [TRACE] GRPCProvider.v6: ReadResource
2024-06-12T09:13:23.240Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:23.241Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:772 tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.241Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @module=sdk.proto tf_proto_version=6.6 tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:44 timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.241Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.proto tf_proto_version=6.6 tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.241Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.241Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.242Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.242Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.242Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.242Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.243Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:66 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.243Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:73 timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.243Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:75 timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.244Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Read: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:116 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.244Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE START: powerplatform: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:143 tf_rpc=ReadResource @module=power_platform timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.244Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:23.241Z
2024-06-12T09:13:23.748Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_rpc=ReadResource tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:23.747Z
2024-06-12T09:13:24.052Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:24.052Z
2024-06-12T09:13:24.556Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac timestamp=2024-06-12T09:13:24.555Z
2024-06-12T09:13:24.766Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 timestamp=2024-06-12T09:13:24.765Z
2024-06-12T09:13:25.277Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:13:25.277Z
2024-06-12T09:13:25.352Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:25.352Z
2024-06-12T09:13:25.895Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource timestamp=2024-06-12T09:13:25.895Z
2024-06-12T09:13:25.989Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:13:25.989Z
2024-06-12T09:13:26.374Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)" is waiting for "powerplatform_data_record.account (expand)"
2024-06-12T09:13:26.374Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)"
2024-06-12T09:13:26.509Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac timestamp=2024-06-12T09:13:26.509Z
2024-06-12T09:13:26.714Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 timestamp=2024-06-12T09:13:26.714Z
2024-06-12T09:13:27.223Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac timestamp=2024-06-12T09:13:27.223Z
2024-06-12T09:13:27.418Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=power_platform @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac timestamp=2024-06-12T09:13:27.418Z
2024-06-12T09:13:27.960Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:13:27.960Z
2024-06-12T09:13:28.057Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:28.056Z
2024-06-12T09:13:28.236Z [TRACE] dag/walk: vertex "root" is waiting for "powerplatform_data_record.account"
2024-06-12T09:13:28.597Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:28.597Z
2024-06-12T09:13:28.683Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac timestamp=2024-06-12T09:13:28.683Z
2024-06-12T09:13:29.179Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_resource_type=powerplatform_data_record @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 timestamp=2024-06-12T09:13:29.178Z
2024-06-12T09:13:29.430Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 timestamp=2024-06-12T09:13:29.430Z
2024-06-12T09:13:30.005Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 timestamp=2024-06-12T09:13:30.005Z
2024-06-12T09:13:30.133Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @module=power_platform timestamp=2024-06-12T09:13:30.132Z
2024-06-12T09:13:30.677Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource timestamp=2024-06-12T09:13:30.677Z
2024-06-12T09:13:30.872Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @module=power_platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:13:30.872Z
2024-06-12T09:13:31.383Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform timestamp=2024-06-12T09:13:31.382Z
2024-06-12T09:13:31.386Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)"
2024-06-12T09:13:31.387Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)" is waiting for "powerplatform_data_record.account (expand)"
2024-06-12T09:13:31.469Z [DEBUG] provider.terraform-provider-power-platform: READ: powerplatform_data_record with table_name account: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:170 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.468Z
2024-06-12T09:13:31.469Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE END: powerplatform: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:174 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource timestamp=2024-06-12T09:13:31.469Z
2024-06-12T09:13:31.470Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Read: tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:118 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.469Z
2024-06-12T09:13:31.470Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_attribute_path=environment_id tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.469Z
2024-06-12T09:13:31.471Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=table_logical_name timestamp=2024-06-12T09:13:31.469Z
2024-06-12T09:13:31.472Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=columns tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.framework timestamp=2024-06-12T09:13:31.469Z
2024-06-12T09:13:31.472Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=id @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:31.469Z
2024-06-12T09:13:31.473Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_rpc=ReadResource tf_req_duration_ms=8217 timestamp=2024-06-12T09:13:31.469Z
2024-06-12T09:13:31.474Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:802 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4e2f6ba6-28d3-8666-654f-2f3c7131c5ac tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:13:31.469Z
2024-06-12T09:13:31.475Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.475Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_data_record.account
2024-06-12T09:13:31.475Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:13:31.476Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.476Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.477Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.477Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.477Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.477Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.478Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.478Z [TRACE] Re-validating config for "powerplatform_data_record.account"
2024-06-12T09:13:31.478Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:13:31.478Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:31.479Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_proto_version=6.6 tf_rpc=ValidateResourceConfig @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.479Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 @module=sdk.proto tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.479Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.479Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.480Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.480Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.480Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.480Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.480Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.480Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.481Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 @module=sdk.framework tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.481Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.481Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 tf_req_id=11cfaeee-76c5-9f57-5442-e19c4d3efddb tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:13:31.479Z
2024-06-12T09:13:31.481Z [TRACE] GRPCProvider.v6: PlanResourceChange
2024-06-12T09:13:31.481Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:13:31.482Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:811 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.482Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: @module=sdk.proto tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:58 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.482Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record tf_proto_version=6.6 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.482Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_resource_type=powerplatform_data_record tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.482Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceBehaviors lock: tf_rpc=PlanResourceChange tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:456 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.483Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.483Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.483Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.483Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.483Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.483Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.483Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.484Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.484Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_rpc=PlanResourceChange tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.484Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.484Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.484Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.484Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.484Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.485Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.485Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.485Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:82 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.485Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:84 timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.485Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.482Z
2024-06-12T09:13:31.485Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.486Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.486Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.486Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.486Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 tf_attribute_path=table_logical_name @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.486Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=table_logical_name tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.486Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_attribute_path=id @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.486Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: tf_resource_type=powerplatform_data_record @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.487Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=environment_id tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.487Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=environment_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.487Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 tf_proto_version=6.6 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=1 tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.487Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_req_id=856a05b1-465d-a480-46f4-7bbe32c13925 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:843 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.proto timestamp=2024-06-12T09:13:31.483Z
2024-06-12T09:13:31.489Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.490Z [TRACE] writeChange: recorded NoOp change for powerplatform_data_record.account
2024-06-12T09:13:31.490Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.490Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for powerplatform_data_record.account
2024-06-12T09:13:31.490Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:13:31.490Z [TRACE] vertex "powerplatform_data_record.account": visit complete
2024-06-12T09:13:31.490Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T09:13:31.491Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:13:31.491Z [TRACE] vertex "root": visit complete
2024-06-12T09:13:31.491Z [TRACE] vertex "powerplatform_data_record.account (expand)": dynamic subgraph completed successfully
2024-06-12T09:13:31.491Z [TRACE] vertex "powerplatform_data_record.account (expand)": visit complete
2024-06-12T09:13:31.491Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T09:13:31.491Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": does not belong to any module instance
2024-06-12T09:13:31.491Z [TRACE] GRPCProvider.v6: Close
2024-06-12T09:13:31.492Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T09:13:31.494Z [DEBUG] provider: plugin process exited: path=/go/bin/terraform-provider-power-platform pid=29136
2024-06-12T09:13:31.505Z [DEBUG] provider: plugin exited
2024-06-12T09:13:31.505Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": visit complete
2024-06-12T09:13:31.505Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-06-12T09:13:31.506Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:13:31.506Z [TRACE] vertex "root": visit complete
2024-06-12T09:13:31.506Z [TRACE] Plan is complete
2024-06-12T09:13:31.506Z [TRACE] Plan is not applyable
2024-06-12T09:13:31.506Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.506Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:13:31.506Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.506Z [DEBUG] no planned changes, skipping apply graph check
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
2024-06-12T09:13:31.508Z [INFO] backend/local: apply calling Apply
2024-06-12T09:13:31.508Z [DEBUG] Building and walking apply graph for NormalMode plan
2024-06-12T09:13:31.508Z [TRACE] Applying a no-op plan
2024-06-12T09:13:31.508Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T09:13:31.509Z [TRACE] ConfigTransformer: Starting for path:
2024-06-12T09:13:31.509Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T09:13:31.509Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T09:13:31.509Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T09:13:31.509Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T09:13:31.510Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T09:13:31.510Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T09:13:31.510Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T09:13:31.510Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T09:13:31.510Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T09:13:31.511Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-06-12T09:13:31.511Z [TRACE] DiffTransformer starting
2024-06-12T09:13:31.511Z [TRACE] DiffTransformer: found NoOp change for powerplatform_environment.data_record_example_env
2024-06-12T09:13:31.512Z [TRACE] DiffTransformer: found NoOp change for powerplatform_data_record.contact
2024-06-12T09:13:31.512Z [TRACE] DiffTransformer: found NoOp change for powerplatform_data_record.account
2024-06-12T09:13:31.512Z [TRACE] DiffTransformer complete
2024-06-12T09:13:31.512Z [TRACE] Completed graph transform *terraform.DiffTransformer (no changes)
2024-06-12T09:13:31.512Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T09:13:31.512Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T09:13:31.513Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:13:31.513Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:13:31.513Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T09:13:31.513Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T09:13:31.513Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T09:13:31.513Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:15,1-63
2024-06-12T09:13:31.513Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:13:31.514Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:27,1-47
2024-06-12T09:13:31.514Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account (expand)
2024-06-12T09:13:31.514Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:44,1-47
2024-06-12T09:13:31.514Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.contact (expand)
2024-06-12T09:13:31.514Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T09:13:31.514Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T09:13:31.514Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T09:13:31.515Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T09:13:31.515Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T09:13:31.515Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider configuration from resource.tf:9,1-25
2024-06-12T09:13:31.515Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:31.515Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T09:13:31.515Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T09:13:31.516Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T09:13:31.516Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:13:31.516Z [DEBUG] ProviderTransformer: "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:31.516Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account (expand)
2024-06-12T09:13:31.516Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:31.516Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.contact (expand)
2024-06-12T09:13:31.517Z [DEBUG] ProviderTransformer: "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:31.517Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:31.517Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T09:13:31.517Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T09:13:31.517Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:31.517Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T09:13:31.518Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T09:13:31.518Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T09:13:31.518Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.518Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account (expand)
2024-06-12T09:13:31.518Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.518Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.contact (expand)
2024-06-12T09:13:31.518Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.519Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:13:31.519Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.519Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:13:31.519Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T09:13:31.519Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T09:13:31.519Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T09:13:31.520Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T09:13:31.520Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T09:13:31.520Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:13:31.520Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account (expand)" references: [powerplatform_data_record.contact (expand) powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:13:31.521Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact (expand)" references: [powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:13:31.521Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/microsoft/power-platform\"]" references: []
2024-06-12T09:13:31.521Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env (expand)" references: []
2024-06-12T09:13:31.521Z [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:13:31.521Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T09:13:31.522Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T09:13:31.522Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-06-12T09:13:31.522Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-06-12T09:13:31.522Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T09:13:31.522Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T09:13:31.523Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T09:13:31.523Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T09:13:31.523Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-06-12T09:13:31.523Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-06-12T09:13:31.523Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T09:13:31.524Z [DEBUG] pruneUnusedNodes: powerplatform_data_record.account (expand) is no longer needed, removing
2024-06-12T09:13:31.524Z [DEBUG] pruneUnusedNodes: powerplatform_data_record.contact (expand) is no longer needed, removing
2024-06-12T09:13:31.524Z [DEBUG] pruneUnusedNodes: powerplatform_environment.data_record_example_env (expand) is no longer needed, removing
2024-06-12T09:13:31.524Z [DEBUG] pruneUnusedNodes: provider["registry.terraform.io/microsoft/power-platform"] is no longer needed, removing
2024-06-12T09:13:31.524Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
------
2024-06-12T09:13:31.525Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:13:31.525Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:13:31.525Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T09:13:31.525Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2024-06-12T09:13:31.525Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T09:13:31.525Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
root - *terraform.nodeCloseModule
------
2024-06-12T09:13:31.526Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T09:13:31.526Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer (no changes)
2024-06-12T09:13:31.526Z [DEBUG] Starting graph walk: walkApply
2024-06-12T09:13:31.526Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-06-12T09:13:31.527Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:13:31.527Z [TRACE] vertex "root": visit complete
2024-06-12T09:13:31.527Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:13:31.528Z [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2024-06-12T09:13:31.532Z [TRACE] statemgr.Filesystem: no state changes since last snapshot
2024-06-12T09:13:31.533Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-06-12T09:13:31.535Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-06-12T09:13:31.536Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
2024-06-12T09:19:47.727Z [INFO] Terraform version: 1.8.5
2024-06-12T09:19:47.727Z [DEBUG] using github.com/hashicorp/go-tfe v1.51.0
2024-06-12T09:19:47.728Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.20.0
2024-06-12T09:19:47.728Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-06-12T09:19:47.728Z [DEBUG] using github.com/zclconf/go-cty v1.14.3
2024-06-12T09:19:47.728Z [INFO] Go runtime version: go1.22.1
2024-06-12T09:19:47.728Z [INFO] CLI args: []string{"terraform", "apply", "--auto-approve"}
2024-06-12T09:19:47.729Z [TRACE] Stdout is not a terminal
2024-06-12T09:19:47.729Z [TRACE] Stderr is not a terminal
2024-06-12T09:19:47.729Z [TRACE] Stdin is a terminal
2024-06-12T09:19:47.729Z [DEBUG] Attempting to open CLI config file: /go/bin/terraform.rc
2024-06-12T09:19:47.729Z [INFO] Loading CLI configuration from /go/bin/terraform.rc
2024-06-12T09:19:47.730Z [DEBUG] Not reading CLI config directory because config location is overridden by environment variable
2024-06-12T09:19:47.730Z [DEBUG] Explicit provider installation configuration is set
2024-06-12T09:19:47.730Z [TRACE] Selected provider installation method cliconfig.ProviderInstallationDirect with includes [] and excludes []
2024-06-12T09:19:47.732Z [INFO] CLI command args: []string{"apply", "--auto-approve"}
2024-06-12T09:19:47.751Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-06-12T09:19:47.752Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-06-12T09:19:47.752Z [DEBUG] New state was assigned lineage "3d0bf829-c616-1371-ee5a-231af0cd088c"
2024-06-12T09:19:47.752Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-06-12T09:19:47.753Z [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-06-12T09:19:47.753Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden by dev_overrides
2024-06-12T09:19:47.754Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden by dev_overrides
2024-06-12T09:19:47.754Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden by dev_overrides
2024-06-12T09:19:47.754Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden by dev_overrides
2024-06-12T09:19:47.754Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden to load from /go/bin
2024-06-12T09:19:47.754Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden to load from /go/bin
2024-06-12T09:19:47.754Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden to load from /go/bin
2024-06-12T09:19:47.755Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden to load from /go/bin
2024-06-12T09:19:47.758Z [DEBUG] checking for provisioner in "."
2024-06-12T09:19:47.758Z [DEBUG] checking for provisioner in "/usr/local/bin"
2024-06-12T09:19:47.759Z [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-06-12T09:19:47.759Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden by dev_overrides
2024-06-12T09:19:47.760Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden by dev_overrides
2024-06-12T09:19:47.760Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden by dev_overrides
2024-06-12T09:19:47.760Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden by dev_overrides
╷
│ Warning: Provider development overrides are in effect
│ 
│ The following provider development overrides are set in the CLI
│ configuration:
│  - hashicorp/azuread in /go/bin
│  - hashicorp/random in /go/bin
│  - hashicorp/local in /go/bin
│  - microsoft/power-platform in /go/bin
│ 
│ The behavior may therefore not match any released version of the provider
│ and applying changes may cause the state to become incompatible with
│ published releases.
╵
2024-06-12T09:19:47.765Z [INFO] backend/local: starting Apply operation
2024-06-12T09:19:47.767Z [TRACE] backend/local: requesting state manager for workspace "default"
2024-06-12T09:19:47.767Z [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
2024-06-12T09:19:47.768Z [TRACE] backend/local: requesting state lock for workspace "default"
2024-06-12T09:19:47.768Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-06-12T09:19:47.771Z [TRACE] statemgr.Filesystem: existing snapshot has lineage "e477ec3f-94f6-f1de-b8a3-04779d1a1e46" serial 15
2024-06-12T09:19:47.771Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-06-12T09:19:47.771Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-06-12T09:19:47.776Z [TRACE] backend/local: reading remote state for workspace "default"
2024-06-12T09:19:47.776Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-06-12T09:19:47.778Z [TRACE] statemgr.Filesystem: read snapshot with lineage "e477ec3f-94f6-f1de-b8a3-04779d1a1e46" serial 15
2024-06-12T09:19:47.778Z [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-06-12T09:19:47.789Z [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/microsoft/power-platform because it's overridden by a special configuration setting
2024-06-12T09:19:47.789Z [TRACE] terraform.NewContext: starting
2024-06-12T09:19:47.789Z [TRACE] terraform.NewContext: complete
2024-06-12T09:19:47.789Z [TRACE] backend/local: requesting interactive input, if necessary
2024-06-12T09:19:47.790Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:19:47.790Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/microsoft/power-platform" to read its schema
2024-06-12T09:19:47.791Z [DEBUG] created provider logger: level=trace
2024-06-12T09:19:47.791Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:19:47.808Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:19:47.810Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=31409
2024-06-12T09:19:47.810Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:19:47.819Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:19:47.819Z
2024-06-12T09:19:47.833Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:19:47.833Z [DEBUG] provider.terraform-provider-power-platform: plugin address: network=unix address=/tmp/plugin3040784404 timestamp=2024-06-12T09:19:47.833Z
2024-06-12T09:19:47.844Z [TRACE] GRPCProvider.v6: GetProviderSchema
2024-06-12T09:19:47.844Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:19:47.846Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:522 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.846Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.846Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.847Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.847Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 @module=power_platform timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.847Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 @module=sdk.framework timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.847Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.848Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.848Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.848Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.848Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.849Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.849Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.849Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_application_package_install @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.849Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_loss_prevention_policy timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.849Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_solution timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.850Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_resource_type=powerplatform_tenant_settings @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.850Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_managed_environment @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.850Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_resource_type=powerplatform_billing_policy_environment tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.851Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_billing_policy tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.851Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_user timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.851Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.851Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_environment_settings @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.852Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_resource_type=powerplatform_environment_application_package_install tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @module=sdk.framework timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.852Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment_application_package_install tf_rpc=GetProviderSchema @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.852Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema tf_resource_type=powerplatform_data_loss_prevention_policy timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.852Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @module=sdk.framework tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_resource_type=powerplatform_data_loss_prevention_policy timestamp=2024-06-12T09:19:47.846Z
2024-06-12T09:19:47.853Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_managed_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.853Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_managed_environment timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.853Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.854Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.854Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_environment_settings @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.854Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_environment_settings tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.855Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.855Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.855Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_solution tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.855Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_solution @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.856Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_tenant_settings tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.856Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_resource_type=powerplatform_tenant_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.856Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_resource_type=powerplatform_billing_policy_environment timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.856Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_billing_policy_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.856Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_resource_type=powerplatform_billing_policy tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.857Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_resource_type=powerplatform_billing_policy tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.857Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_user @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.857Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_resource_type=powerplatform_user timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.857Z [TRACE] provider.terraform-provider-power-platform: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:181 @module=sdk.framework timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.858Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.858Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider DataSources: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:192 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.859Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:194 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.859Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_data_source_type=powerplatform_connectors tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.859Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_data_source_type=powerplatform_environment_application_packages timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.860Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_environment_powerapps timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.860Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_data_source_type=powerplatform_environments tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.860Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_data_source_type=powerplatform_environment_templates tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.860Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_data_source_type=powerplatform_solutions tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.860Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_data_loss_prevention_policies timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.860Z [DEBUG] No provider meta schema returned
2024-06-12T09:19:47.861Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_tenant_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.862Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_billing_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.862Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_data_source_type=powerplatform_billing_policies_environments @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.862Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_environment_settings tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.862Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_data_source_type=powerplatform_locations tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.863Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_data_source_type=powerplatform_languages tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.863Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_data_source_type=powerplatform_currencies @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.863Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_data_source_type=powerplatform_security_roles tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.862Z [TRACE] GRPCProvider.v6: Close
2024-06-12T09:19:47.863Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_tenant_application_packages tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.864Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @module=sdk.framework tf_data_source_type=powerplatform_data_records tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.864Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T09:19:47.864Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @module=sdk.framework tf_data_source_type=powerplatform_data_records tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.865Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_data_records @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.847Z
2024-06-12T09:19:47.865Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_connectors tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.865Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_connectors tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.865Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_solutions tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.866Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_solutions timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.866Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_tenant_settings tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.866Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_tenant_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.866Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_languages tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.867Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_languages tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.867Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_currencies tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.867Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_currencies tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.867Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_data_loss_prevention_policies timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.867Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_data_source_type=powerplatform_data_loss_prevention_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.868Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_data_source_type=powerplatform_billing_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.868Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @module=sdk.framework tf_data_source_type=powerplatform_billing_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.868Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_environment_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.868Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_environment_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.868Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_data_source_type=powerplatform_environment_powerapps timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.868Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_data_source_type=powerplatform_environment_powerapps tf_rpc=GetProviderSchema @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.869Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_billing_policies_environments tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 timestamp=2024-06-12T09:19:47.848Z
2024-06-12T09:19:47.869Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_billing_policies_environments tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.869Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_locations tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.869Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_locations tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @module=sdk.framework timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.869Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_data_source_type=powerplatform_environments tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.869Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_data_source_type=powerplatform_environments tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.870Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_data_source_type=powerplatform_environment_templates tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.870Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_environment_templates tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.870Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_environment_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.870Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_data_source_type=powerplatform_environment_settings tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.850Z
2024-06-12T09:19:47.870Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_security_roles tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.851Z
2024-06-12T09:19:47.870Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_data_source_type=powerplatform_security_roles tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:19:47.851Z
2024-06-12T09:19:47.871Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_data_source_type=powerplatform_tenant_application_packages tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.851Z
2024-06-12T09:19:47.871Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_data_source_type=powerplatform_tenant_application_packages tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.851Z
2024-06-12T09:19:47.871Z [TRACE] provider.terraform-provider-power-platform: Checking FunctionTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_functions.go:124 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.851Z
2024-06-12T09:19:47.871Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto tf_proto_version=6.6 tf_rpc=GetProviderSchema diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=7 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 timestamp=2024-06-12T09:19:47.853Z
2024-06-12T09:19:47.872Z [TRACE] provider.terraform-provider-power-platform: Announced server capabilities: tf_proto_version=6.6 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/server_capabilities.go:25 @module=sdk.proto tf_server_capability_get_provider_schema_optional=true tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_server_capability_plan_destroy=true timestamp=2024-06-12T09:19:47.853Z
2024-06-12T09:19:47.872Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_req_id=ca9e22f8-f757-5e77-55ed-8cdbc6f98450 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:541 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:19:47.853Z
2024-06-12T09:19:47.872Z [DEBUG] provider: plugin process exited: path=/go/bin/terraform-provider-power-platform pid=31409
2024-06-12T09:19:47.883Z [DEBUG] provider: plugin exited
2024-06-12T09:19:47.883Z [TRACE] Context.Input: Prompting for provider arguments
2024-06-12T09:19:47.884Z [TRACE] Context.Input: Provider provider.powerplatform declared at resource.tf:9,1-25
2024-06-12T09:19:47.884Z [TRACE] Context.Input: Input for provider.powerplatform: map[string]cty.Value{}
2024-06-12T09:19:47.884Z [TRACE] backend/local: running validation operation
2024-06-12T09:19:47.884Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:19:47.885Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.885Z [DEBUG] Building and walking validate graph
2024-06-12T09:19:47.885Z [TRACE] building graph for walkValidate
2024-06-12T09:19:47.885Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T09:19:47.886Z [TRACE] ConfigTransformer: Starting for path:
2024-06-12T09:19:47.886Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
------
2024-06-12T09:19:47.886Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T09:19:47.886Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T09:19:47.887Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T09:19:47.887Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T09:19:47.887Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T09:19:47.887Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T09:19:47.887Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T09:19:47.887Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T09:19:47.888Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T09:19:47.888Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T09:19:47.888Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-06-12T09:19:47.888Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-06-12T09:19:47.888Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-06-12T09:19:47.888Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-06-12T09:19:47.889Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-06-12T09:19:47.889Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:19:47.889Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:19:47.889Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T09:19:47.889Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T09:19:47.890Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T09:19:47.890Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account" (*terraform.NodeValidatableResource) config from resource.tf:27,1-47
2024-06-12T09:19:47.890Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account
2024-06-12T09:19:47.890Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.contact" (*terraform.NodeValidatableResource) config from resource.tf:44,1-47
2024-06-12T09:19:47.890Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.contact
2024-06-12T09:19:47.891Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_environment.data_record_example_env" (*terraform.NodeValidatableResource) config from resource.tf:15,1-63
2024-06-12T09:19:47.891Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_environment.data_record_example_env
2024-06-12T09:19:47.891Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T09:19:47.891Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T09:19:47.892Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T09:19:47.892Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
------
2024-06-12T09:19:47.892Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T09:19:47.892Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider configuration from resource.tf:9,1-25
2024-06-12T09:19:47.893Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.893Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T09:19:47.893Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T09:19:47.893Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T09:19:47.893Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_environment.data_record_example_env
2024-06-12T09:19:47.894Z [DEBUG] ProviderTransformer: "powerplatform_environment.data_record_example_env" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.894Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account
2024-06-12T09:19:47.894Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.894Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.contact
2024-06-12T09:19:47.894Z [DEBUG] ProviderTransformer: "powerplatform_data_record.contact" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.895Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.895Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T09:19:47.895Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T09:19:47.895Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.895Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T09:19:47.896Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T09:19:47.896Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T09:19:47.896Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.896Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_environment.data_record_example_env
2024-06-12T09:19:47.896Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.896Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.896Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.897Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account
2024-06-12T09:19:47.897Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.897Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.contact
2024-06-12T09:19:47.897Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T09:19:47.897Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T09:19:47.898Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T09:19:47.898Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T09:19:47.898Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T09:19:47.898Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:19:47.898Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account" references: [powerplatform_data_record.contact powerplatform_environment.data_record_example_env]
2024-06-12T09:19:47.898Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact" references: [powerplatform_environment.data_record_example_env]
2024-06-12T09:19:47.899Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env" references: []
2024-06-12T09:19:47.899Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/microsoft/power-platform\"]" references: []
2024-06-12T09:19:47.899Z [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.899Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T09:19:47.899Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T09:19:47.899Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-06-12T09:19:47.900Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-06-12T09:19:47.900Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T09:19:47.900Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T09:19:47.900Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T09:19:47.900Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T09:19:47.900Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:19:47.901Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:19:47.901Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T09:19:47.901Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T09:19:47.901Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T09:19:47.901Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.901Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T09:19:47.902Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:19:47.902Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T09:19:47.902Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:19:47.902Z [DEBUG] Starting graph walk: walkValidate
2024-06-12T09:19:47.903Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T09:19:47.903Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": belongs to
2024-06-12T09:19:47.903Z [DEBUG] created provider logger: level=trace
2024-06-12T09:19:47.904Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:19:47.909Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:19:47.910Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=31421
2024-06-12T09:19:47.910Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:19:47.919Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:19:47.919Z
2024-06-12T09:19:47.933Z [DEBUG] provider.terraform-provider-power-platform: plugin address: address=/tmp/plugin3845961934 network=unix timestamp=2024-06-12T09:19:47.933Z
2024-06-12T09:19:47.934Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:19:47.944Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.944Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.945Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.945Z [TRACE] buildProviderConfig for provider["registry.terraform.io/microsoft/power-platform"]: using explicit config only
2024-06-12T09:19:47.945Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:47.944Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:19:47.945Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.946Z [TRACE] GRPCProvider.v6: ValidateProviderConfig
2024-06-12T09:19:47.946Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:47.947Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:577 timestamp=2024-06-12T09:19:47.947Z
2024-06-12T09:19:47.947Z [TRACE] provider.terraform-provider-power-platform: 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=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/internal/logging/protocol_data.go:41 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig @module=sdk.proto tf_proto_version=6.6 tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 timestamp=2024-06-12T09:19:47.947Z
2024-06-12T09:19:47.948Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 timestamp=2024-06-12T09:19:47.947Z
2024-06-12T09:19:47.948Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 timestamp=2024-06-12T09:19:47.947Z
2024-06-12T09:19:47.948Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 timestamp=2024-06-12T09:19:47.947Z
2024-06-12T09:19:47.948Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:19:47.947Z
2024-06-12T09:19:47.948Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 @module=sdk.framework timestamp=2024-06-12T09:19:47.947Z
2024-06-12T09:19:47.949Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_req_duration_ms=0 tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 timestamp=2024-06-12T09:19:47.948Z
2024-06-12T09:19:47.949Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:597 tf_req_id=a72ba8b9-5f9e-3a7a-7ea8-65757b4100b4 tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:19:47.948Z
2024-06-12T09:19:47.949Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": visit complete
2024-06-12T09:19:47.950Z [TRACE] vertex "powerplatform_environment.data_record_example_env": starting visit (*terraform.NodeValidatableResource)
2024-06-12T09:19:47.950Z [TRACE] vertex "powerplatform_environment.data_record_example_env": belongs to
2024-06-12T09:19:47.950Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.950Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.950Z [DEBUG] skipping FixUpBlockAttrs
2024-06-12T09:19:47.951Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:19:47.951Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:47.951Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_proto_version=6.6 tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 timestamp=2024-06-12T09:19:47.951Z
2024-06-12T09:19:47.952Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_resource_type=powerplatform_environment tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.951Z
2024-06-12T09:19:47.952Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:19:47.951Z
2024-06-12T09:19:47.953Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.951Z
2024-06-12T09:19:47.954Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 @module=sdk.framework tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.954Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.954Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.954Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.955Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 @module=sdk.framework timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.955Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_application_package_install @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.955Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_data_loss_prevention_policy tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.954Z [TRACE] vertex "powerplatform_environment.data_record_example_env": visit complete
2024-06-12T09:19:47.955Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_resource_type=powerplatform_solution @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.956Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_tenant_settings @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.956Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_resource_type=powerplatform_managed_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.956Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_billing_policy_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.957Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_billing_policy timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.956Z [TRACE] vertex "powerplatform_data_record.contact": starting visit (*terraform.NodeValidatableResource)
2024-06-12T09:19:47.957Z [TRACE] vertex "powerplatform_data_record.contact": belongs to
2024-06-12T09:19:47.957Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.958Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.957Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_user tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.958Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.958Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_environment_settings @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.959Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.959Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 @module=sdk.framework tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.958Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.959Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.960Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:19:47.960Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:47.959Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.960Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.961Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 tf_resource_type=powerplatform_environment @module=sdk.framework timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.961Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.952Z
2024-06-12T09:19:47.961Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_attribute_path=dataverse.language_code tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.953Z
2024-06-12T09:19:47.961Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 @module=sdk.framework tf_attribute_path=dataverse.language_code tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.953Z
2024-06-12T09:19:47.961Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=dataverse.language_code tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 timestamp=2024-06-12T09:19:47.953Z
2024-06-12T09:19:47.962Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 tf_attribute_path=dataverse.templates tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.953Z
2024-06-12T09:19:47.962Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 tf_attribute_path=dataverse.templates tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.953Z
2024-06-12T09:19:47.962Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_attribute_path=dataverse.templates tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 @module=sdk.framework timestamp=2024-06-12T09:19:47.953Z
2024-06-12T09:19:47.962Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined validator.String: description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_attribute_path=environment_type tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:730 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @module=sdk.framework timestamp=2024-06-12T09:19:47.953Z
2024-06-12T09:19:47.961Z [TRACE] vertex "powerplatform_data_record.contact": visit complete
2024-06-12T09:19:47.963Z [TRACE] provider.terraform-provider-power-platform: Called provider defined validator.String: description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment tf_attribute_path=environment_type tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:740 @module=sdk.framework timestamp=2024-06-12T09:19:47.954Z
2024-06-12T09:19:47.963Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=2 @module=sdk.proto diagnostic_warning_count=0 diagnostic_error_count=0 tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 timestamp=2024-06-12T09:19:47.954Z
2024-06-12T09:19:47.963Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_req_id=b765ce9b-6685-1884-a86b-5cfb71424196 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.954Z
2024-06-12T09:19:47.963Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.960Z
2024-06-12T09:19:47.964Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:47.960Z
2024-06-12T09:19:47.964Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:19:47.960Z
2024-06-12T09:19:47.963Z [TRACE] vertex "powerplatform_data_record.account": starting visit (*terraform.NodeValidatableResource)
2024-06-12T09:19:47.964Z [TRACE] vertex "powerplatform_data_record.account": belongs to
2024-06-12T09:19:47.965Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.965Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.964Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.965Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_resource_type=powerplatform_data_record @module=sdk.framework tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.965Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.966Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.966Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.966Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.966Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 tf_resource_type=powerplatform_data_record @module=sdk.framework tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.965Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.966Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.967Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.967Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.966Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 @module=sdk.framework timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.967Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b tf_resource_type=powerplatform_data_record diagnostic_warning_count=0 @module=sdk.proto diagnostic_error_count=0 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.968Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 tf_req_id=5ef5c55a-f2cf-c9ee-89e8-3136a20ac64b timestamp=2024-06-12T09:19:47.961Z
2024-06-12T09:19:47.967Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:19:47.968Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:47.968Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 @module=sdk.proto tf_proto_version=6.6 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.968Z
2024-06-12T09:19:47.969Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb tf_resource_type=powerplatform_data_record @module=sdk.proto @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.968Z
2024-06-12T09:19:47.969Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb tf_resource_type=powerplatform_data_record @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:19:47.968Z
2024-06-12T09:19:47.969Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.969Z
2024-06-12T09:19:47.969Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.969Z
2024-06-12T09:19:47.969Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:47.969Z
2024-06-12T09:19:47.970Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2024-06-12T09:19:47.969Z
2024-06-12T09:19:47.970Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 @module=sdk.framework tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:47.969Z
2024-06-12T09:19:47.970Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto tf_rpc=ValidateResourceConfig diagnostic_warning_count=0 tf_proto_version=6.6 tf_req_duration_ms=0 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:47.969Z
2024-06-12T09:19:47.970Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=1381c20a-591a-98f7-5caa-04911ce1f3fb @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 @module=sdk.proto tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:47.969Z
2024-06-12T09:19:47.970Z [TRACE] vertex "powerplatform_data_record.account": visit complete
2024-06-12T09:19:47.971Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T09:19:47.971Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": does not belong to any module instance
2024-06-12T09:19:47.971Z [TRACE] GRPCProvider.v6: Close
2024-06-12T09:19:47.972Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T09:19:47.973Z [DEBUG] provider: plugin process exited: path=/go/bin/terraform-provider-power-platform pid=31421
2024-06-12T09:19:47.974Z [DEBUG] provider: plugin exited
2024-06-12T09:19:47.974Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": visit complete
2024-06-12T09:19:47.974Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-06-12T09:19:47.974Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:19:47.975Z [TRACE] vertex "root": visit complete
2024-06-12T09:19:47.975Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:19:47.975Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.975Z [INFO] backend/local: apply calling Plan
2024-06-12T09:19:47.975Z [DEBUG] Building and walking plan graph for NormalMode
2024-06-12T09:19:47.975Z [TRACE] building graph for walkPlan
2024-06-12T09:19:47.976Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T09:19:47.976Z [TRACE] ConfigTransformer: Starting for path:
2024-06-12T09:19:47.976Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
------
2024-06-12T09:19:47.976Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T09:19:47.976Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T09:19:47.976Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T09:19:47.977Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T09:19:47.977Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T09:19:47.977Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T09:19:47.977Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T09:19:47.977Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T09:19:47.977Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T09:19:47.977Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T09:19:47.978Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-06-12T09:19:47.978Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-06-12T09:19:47.978Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-06-12T09:19:47.978Z [TRACE] StateTransformer: creating nodes for deposed instance objects only
2024-06-12T09:19:47.978Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-06-12T09:19:47.978Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:19:47.978Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:19:47.979Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T09:19:47.979Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T09:19:47.979Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T09:19:47.979Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandPlannableResource) config from resource.tf:15,1-63
2024-06-12T09:19:47.979Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:19:47.979Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account (expand)" (*terraform.nodeExpandPlannableResource) config from resource.tf:27,1-47
2024-06-12T09:19:47.980Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account (expand)
2024-06-12T09:19:47.980Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandPlannableResource) config from resource.tf:44,1-47
2024-06-12T09:19:47.980Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.contact (expand)
2024-06-12T09:19:47.980Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T09:19:47.980Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T09:19:47.980Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T09:19:47.980Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
------
2024-06-12T09:19:47.981Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T09:19:47.981Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider configuration from resource.tf:9,1-25
2024-06-12T09:19:47.981Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.981Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T09:19:47.981Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T09:19:47.981Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T09:19:47.982Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:19:47.982Z [DEBUG] ProviderTransformer: "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.982Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account (expand)
2024-06-12T09:19:47.982Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.982Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.contact (expand)
2024-06-12T09:19:47.983Z [DEBUG] ProviderTransformer: "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.983Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.983Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T09:19:47.983Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T09:19:47.984Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.984Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T09:19:47.984Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T09:19:47.984Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T09:19:47.984Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.984Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:19:47.985Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.985Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account (expand)
2024-06-12T09:19:47.985Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.985Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.contact (expand)
2024-06-12T09:19:47.985Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:47.985Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:47.986Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T09:19:47.986Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T09:19:47.986Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T09:19:47.986Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T09:19:47.986Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T09:19:47.986Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:19:47.986Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env (expand)" references: []
2024-06-12T09:19:47.987Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account (expand)" references: [powerplatform_data_record.contact (expand) powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:19:47.987Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact (expand)" references: [powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:19:47.987Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/microsoft/power-platform\"]" references: []
2024-06-12T09:19:47.987Z [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.987Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T09:19:47.987Z [TRACE] AttachDependenciesTransformer: powerplatform_environment.data_record_example_env depends on []
2024-06-12T09:19:47.987Z [TRACE] AttachDependenciesTransformer: powerplatform_data_record.account depends on [powerplatform_data_record.contact powerplatform_environment.data_record_example_env]
2024-06-12T09:19:47.988Z [TRACE] AttachDependenciesTransformer: powerplatform_data_record.contact depends on [powerplatform_environment.data_record_example_env]
2024-06-12T09:19:47.988Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T09:19:47.988Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-06-12T09:19:47.988Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-06-12T09:19:47.988Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T09:19:47.989Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T09:19:47.989Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T09:19:47.989Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T09:19:47.989Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:19:47.989Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:19:47.990Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T09:19:47.990Z [TRACE] ForcedCBDTransformer: "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T09:19:47.990Z [TRACE] ForcedCBDTransformer: "powerplatform_data_record.account (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T09:19:47.990Z [TRACE] ForcedCBDTransformer: "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T09:19:47.990Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T09:19:47.990Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T09:19:47.991Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:19:47.991Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T09:19:47.991Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:19:47.991Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T09:19:47.991Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:19:47.992Z [DEBUG] Starting graph walk: walkPlan
2024-06-12T09:19:47.992Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T09:19:47.992Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": belongs to
2024-06-12T09:19:47.993Z [DEBUG] created provider logger: level=trace
2024-06-12T09:19:47.993Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:19:48.001Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:19:48.003Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=31429
2024-06-12T09:19:48.003Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:19:48.008Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:19:48.008Z
2024-06-12T09:19:48.022Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:19:48.022Z [DEBUG] provider.terraform-provider-power-platform: plugin address: address=/tmp/plugin2553537251 network=unix timestamp=2024-06-12T09:19:48.022Z
2024-06-12T09:19:48.032Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:48.032Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:48.033Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:19:48.033Z [TRACE] buildProviderConfig for provider["registry.terraform.io/microsoft/power-platform"]: using explicit config only
2024-06-12T09:19:48.033Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:48.032Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:19:48.034Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:48.034Z [TRACE] GRPCProvider.v6: ValidateProviderConfig
2024-06-12T09:19:48.034Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:48.035Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_proto_version=6.6 tf_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:577 timestamp=2024-06-12T09:19:48.035Z
2024-06-12T09:19:48.036Z [TRACE] provider.terraform-provider-power-platform: 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_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/internal/logging/protocol_data.go:41 timestamp=2024-06-12T09:19:48.035Z
2024-06-12T09:19:48.036Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:19:48.035Z
2024-06-12T09:19:48.036Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:19:48.035Z
2024-06-12T09:19:48.036Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 timestamp=2024-06-12T09:19:48.035Z
2024-06-12T09:19:48.036Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: tf_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 tf_rpc=ValidateProviderConfig @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.035Z
2024-06-12T09:19:48.037Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 @module=sdk.framework timestamp=2024-06-12T09:19:48.035Z
2024-06-12T09:19:48.037Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 tf_proto_version=6.6 tf_req_duration_ms=0 tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 timestamp=2024-06-12T09:19:48.036Z
2024-06-12T09:19:48.037Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_req_id=5a1f7a99-0055-de00-7742-9002634e47f3 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:597 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:19:48.036Z
2024-06-12T09:19:48.037Z [TRACE] GRPCProvider.v6: ConfigureProvider
2024-06-12T09:19:48.038Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:48.038Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:549 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ConfigureProvider @module=sdk.proto tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a timestamp=2024-06-12T09:19:48.038Z
2024-06-12T09:19:48.039Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:16 @module=sdk.proto tf_proto_version=6.6 tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a timestamp=2024-06-12T09:19:48.038Z
2024-06-12T09:19:48.039Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_proto_version=6.6 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider timestamp=2024-06-12T09:19:48.038Z
2024-06-12T09:19:48.039Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 @module=sdk.framework timestamp=2024-06-12T09:19:48.038Z
2024-06-12T09:19:48.039Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_configureprovider.go:15 timestamp=2024-06-12T09:19:48.038Z
2024-06-12T09:19:48.039Z [DEBUG] provider.terraform-provider-power-platform: Configure request received: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:144 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider timestamp=2024-06-12T09:19:48.038Z
2024-06-12T09:19:48.040Z [DEBUG] provider.terraform-provider-power-platform: OIDC request URL environment variable is null: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:188 timestamp=2024-06-12T09:19:48.039Z
2024-06-12T09:19:48.040Z [DEBUG] provider.terraform-provider-power-platform: OIDC request token environment variable is null: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:197 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider timestamp=2024-06-12T09:19:48.039Z
2024-06-12T09:19:48.040Z [DEBUG] provider.terraform-provider-power-platform: OIDC token environment variable is null: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:206 timestamp=2024-06-12T09:19:48.039Z
2024-06-12T09:19:48.040Z [INFO] provider.terraform-provider-power-platform: Configured API client: oidc_request_url="" success=true tf_provider_addr=registry.terraform.io/microsoft/power-platform use_cli=true use_oidc=false @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:355 oidc_token="***" oidc_token_file_path="***" telemetry_optout=false tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider cloud=public power_platform_client_id="" power_platform_client_secret="***" oidc_request_token="***" power_platform_tenant_id="" @module=power_platform timestamp=2024-06-12T09:19:48.039Z
2024-06-12T09:19:48.040Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_configureprovider.go:23 timestamp=2024-06-12T09:19:48.039Z
2024-06-12T09:19:48.041Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a @module=sdk.proto timestamp=2024-06-12T09:19:48.039Z
2024-06-12T09:19:48.041Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:570 @module=sdk.proto tf_req_id=63140134-fb5b-2a82-c308-3892fb66ec9a tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.039Z
2024-06-12T09:19:48.041Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": visit complete
2024-06-12T09:19:48.041Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T09:19:48.041Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": does not belong to any module instance
2024-06-12T09:19:48.042Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": expanding dynamic subgraph
2024-06-12T09:19:48.042Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T09:19:48.042Z [TRACE] ResourceCountTransformer: adding powerplatform_environment.data_record_example_env as *terraform.NodePlannableResourceInstance
2024-06-12T09:19:48.042Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
powerplatform_environment.data_record_example_env - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:19:48.043Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T09:19:48.043Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T09:19:48.043Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:19:48.043Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for powerplatform_environment.data_record_example_env
2024-06-12T09:19:48.043Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:19:48.043Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:19:48.043Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:19:48.044Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:19:48.044Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env" references: []
2024-06-12T09:19:48.044Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T09:19:48.044Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T09:19:48.044Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
powerplatform_environment.data_record_example_env - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
powerplatform_environment.data_record_example_env - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:19:48.044Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": entering dynamic subgraph
2024-06-12T09:19:48.044Z [TRACE] vertex "powerplatform_environment.data_record_example_env": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T09:19:48.045Z [TRACE] vertex "powerplatform_environment.data_record_example_env": belongs to
2024-06-12T09:19:48.045Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:48.045Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:48.045Z [TRACE] readResourceInstanceState: reading state for powerplatform_environment.data_record_example_env
2024-06-12T09:19:48.045Z [TRACE] upgradeResourceState: schema version of powerplatform_environment.data_record_example_env is still 0; calling provider "powerplatform" for any other minor fixups
2024-06-12T09:19:48.045Z [TRACE] GRPCProvider.v6: UpgradeResourceState
2024-06-12T09:19:48.045Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:48.046Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:744 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.046Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.046Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.047Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.047Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.047Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @module=sdk.framework tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.047Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.048Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.048Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.048Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment_application_package_install timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.048Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_data_loss_prevention_policy tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.049Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_solution tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.049Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_rpc=UpgradeResourceState tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_tenant_settings @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.049Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_managed_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.049Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_billing_policy_environment tf_rpc=UpgradeResourceState @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.049Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_billing_policy tf_rpc=UpgradeResourceState @module=sdk.framework timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.050Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_user @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState @module=sdk.framework timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.050Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.050Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_environment_settings timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.050Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.051Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.051Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_resource_type=powerplatform_environment tf_rpc=UpgradeResourceState @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.051Z [TRACE] provider.terraform-provider-power-platform: UpgradeResourceState request version matches current Schema version, using framework defined passthrough implementation: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_upgraderesourcestate.go:87 @module=sdk.framework tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:19:48.046Z
2024-06-12T09:19:48.051Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 tf_resource_type=powerplatform_environment diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=4 tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:19:48.050Z
2024-06-12T09:19:48.051Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:763 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=4d2613e7-60bd-0ca6-3977-105c864988b4 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:19:48.050Z
2024-06-12T09:19:48.052Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:48.052Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for powerplatform_environment.data_record_example_env
2024-06-12T09:19:48.052Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_environment.data_record_example_env
2024-06-12T09:19:48.053Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:48.053Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_environment.data_record_example_env
2024-06-12T09:19:48.053Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_environment.data_record_example_env
2024-06-12T09:19:48.053Z [TRACE] NodeAbstractResourceInstance.refresh for powerplatform_environment.data_record_example_env
2024-06-12T09:19:48.053Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:48.054Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
powerplatform_environment.data_record_example_env: Refreshing state... [id=d81b4b7c-5007-e757-8cc1-915821b7ff59]
2024-06-12T09:19:48.054Z [TRACE] GRPCProvider.v6: ReadResource
2024-06-12T09:19:48.054Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:48.055Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:772 tf_proto_version=6.6 tf_resource_type=powerplatform_environment @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.055Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:44 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment tf_rpc=ReadResource @module=sdk.proto timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.055Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.055Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.056Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:66 @module=sdk.framework timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.056Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:73 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.056Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:75 timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.056Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Read: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:116 @module=sdk.framework timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.057Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE START: powerplatform: tf_rpc=ReadResource @module=power_platform tf_resource_type=powerplatform_environment @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/environment/resource_environment.go:279 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.057Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:48.055Z
2024-06-12T09:19:48.593Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_resource_type=powerplatform_environment @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource timestamp=2024-06-12T09:19:48.593Z
2024-06-12T09:19:49.670Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_resource_type=powerplatform_environment @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource timestamp=2024-06-12T09:19:49.670Z
2024-06-12T09:19:50.168Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @module=power_platform tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 timestamp=2024-06-12T09:19:50.168Z
2024-06-12T09:19:51.451Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:19:51.450Z
2024-06-12T09:19:51.952Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_resource_type=powerplatform_environment @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource @module=power_platform timestamp=2024-06-12T09:19:51.952Z
2024-06-12T09:19:52.454Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @module=power_platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:52.454Z
2024-06-12T09:19:52.958Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 @module=power_platform timestamp=2024-06-12T09:19:52.957Z
2024-06-12T09:19:52.992Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)"
2024-06-12T09:19:52.993Z [TRACE] dag/walk: vertex "powerplatform_data_record.contact (expand)" is waiting for "powerplatform_environment.data_record_example_env (expand)"
2024-06-12T09:19:52.993Z [TRACE] dag/walk: vertex "powerplatform_data_record.account (expand)" is waiting for "powerplatform_data_record.contact (expand)"
2024-06-12T09:19:52.993Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)" is waiting for "powerplatform_data_record.account (expand)"
2024-06-12T09:19:53.045Z [TRACE] dag/walk: vertex "root" is waiting for "powerplatform_environment.data_record_example_env"
2024-06-12T09:19:53.490Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:19:53.489Z
2024-06-12T09:19:53.986Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource timestamp=2024-06-12T09:19:53.986Z
2024-06-12T09:19:54.069Z [DEBUG] provider.terraform-provider-power-platform: READ: powerplatform_environment with id d81b4b7c-5007-e757-8cc1-915821b7ff59: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/environment/resource_environment.go:330 tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.070Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE END: powerplatform: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/environment/resource_environment.go:334 @module=power_platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.070Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Read: tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:118 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.070Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=dataverse.organization_id tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.070Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=ReadResource tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.071Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=dataverse.domain tf_resource_type=powerplatform_environment @module=sdk.framework tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.071Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=dataverse.currency_code tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.071Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=dataverse.security_group_id tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.071Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=dataverse.version tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.069Z
2024-06-12T09:19:54.072Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_attribute_path=dataverse.url tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.072Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_rpc=ReadResource tf_attribute_path=dataverse timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.072Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=id tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.072Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=location tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_resource_type=powerplatform_environment @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.073Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=azure_region tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.073Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.073Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_attribute_path=display_name timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.073Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource tf_attribute_path=billing_policy_id tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.073Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 tf_resource_type=powerplatform_environment tf_rpc=ReadResource tf_req_duration_ms=6014 timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.074Z [TRACE] provider.terraform-provider-power-platform: Served request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:802 tf_proto_version=6.6 tf_rpc=ReadResource tf_resource_type=powerplatform_environment @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=dae91de9-abdb-25a3-4acf-5397f785a557 timestamp=2024-06-12T09:19:54.070Z
2024-06-12T09:19:54.074Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.074Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_environment.data_record_example_env
2024-06-12T09:19:54.075Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_environment.data_record_example_env
2024-06-12T09:19:54.075Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.075Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.076Z [DEBUG] skipping FixUpBlockAttrs
2024-06-12T09:19:54.076Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.076Z [TRACE] Re-validating config for "powerplatform_environment.data_record_example_env"
2024-06-12T09:19:54.076Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:19:54.076Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:54.077Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:19:54.077Z
2024-06-12T09:19:54.078Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_proto_version=6.6 tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:54.077Z
2024-06-12T09:19:54.078Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.077Z
2024-06-12T09:19:54.078Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.077Z
2024-06-12T09:19:54.078Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 @module=sdk.framework tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:54.077Z
2024-06-12T09:19:54.078Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.079Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined validator.String: tf_resource_type=powerplatform_environment @module=sdk.framework tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:730 description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.079Z [TRACE] provider.terraform-provider-power-platform: Called provider defined validator.String: tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:740 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_rpc=ValidateResourceConfig description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_attribute_path=environment_type timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.079Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=dataverse.language_code @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.079Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.080Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc @module=sdk.framework tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.080Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_resource_type=powerplatform_environment tf_attribute_path=dataverse.templates @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.080Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 @module=sdk.framework tf_attribute_path=dataverse.templates tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.080Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_attribute_path=dataverse.templates tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.081Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_proto_version=6.6 tf_resource_type=powerplatform_environment @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.081Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_req_id=911ec6a1-1fb5-0d29-167d-3597f7c040dc @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:54.078Z
2024-06-12T09:19:54.081Z [TRACE] GRPCProvider.v6: PlanResourceChange
2024-06-12T09:19:54.082Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:54.084Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:811 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.084Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_proto_version=6.6 tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:58 @module=sdk.proto timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.084Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.085Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.085Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceBehaviors lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:456 @module=sdk.framework timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.085Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.085Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.085Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework tf_resource_type=powerplatform_environment_application_package_install tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.085Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_solution timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.086Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_managed_environment tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.086Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_billing_policy_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.086Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.086Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.086Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_resource_type=powerplatform_data_loss_prevention_policy tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.087Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_tenant_settings tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.087Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_billing_policy tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.087Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_user tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.087Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_settings @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.087Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:75 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.087Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:82 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.088Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:84 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.088Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.084Z
2024-06-12T09:19:54.088Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 @module=sdk.framework tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.088Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.088Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.088Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.088Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.089Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.Object: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:1755 description="Ensures that change to empty attribute value will force a replace when changed." tf_attribute_path=dataverse tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 @module=sdk.framework tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.089Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.Object: description="Ensures that change to empty attribute value will force a replace when changed." tf_attribute_path=dataverse tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:1765 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.089Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @module=sdk.framework tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 description="Ensures that change from non empty attribute value will force a replace when changed." tf_attribute_path=dataverse.currency_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.089Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 description="Ensures that change from non empty attribute value will force a replace when changed." tf_attribute_path=dataverse.currency_code tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.089Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=dataverse.organization_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="Once set, the value of this attribute in state will not change." tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.089Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: description="Once set, the value of this attribute in state will not change." tf_attribute_path=dataverse.organization_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.089Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.Int64: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework description="Ensures that int attribute will force a replace when changed." tf_attribute_path=dataverse.language_code tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:1115 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.090Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.Int64: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:1125 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange description="Ensures that int attribute will force a replace when changed." tf_attribute_path=dataverse.language_code tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.090Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_attribute_path=id tf_resource_type=powerplatform_environment tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 @module=sdk.framework description="Once set, the value of this attribute in state will not change." timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.090Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 description="Once set, the value of this attribute in state will not change." @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.090Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=location tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.090Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_attribute_path=location tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.090Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=azure_region tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.090Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=azure_region tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.091Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 tf_attribute_path=azure_region tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.091Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=azure_region tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.091Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=environment_type tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.091Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=environment_type tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 timestamp=2024-06-12T09:19:54.085Z
2024-06-12T09:19:54.091Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 tf_proto_version=6.6 tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=1 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 timestamp=2024-06-12T09:19:54.086Z
2024-06-12T09:19:54.091Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:843 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f714f87a-a398-5e4c-8160-1c6cfdede769 @module=sdk.proto timestamp=2024-06-12T09:19:54.086Z
2024-06-12T09:19:54.092Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.092Z [TRACE] writeChange: recorded NoOp change for powerplatform_environment.data_record_example_env
2024-06-12T09:19:54.093Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.093Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for powerplatform_environment.data_record_example_env
2024-06-12T09:19:54.093Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_environment.data_record_example_env
2024-06-12T09:19:54.093Z [TRACE] vertex "powerplatform_environment.data_record_example_env": visit complete
2024-06-12T09:19:54.093Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T09:19:54.093Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:19:54.094Z [TRACE] vertex "root": visit complete
2024-06-12T09:19:54.094Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": dynamic subgraph completed successfully
2024-06-12T09:19:54.094Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": visit complete
2024-06-12T09:19:54.094Z [TRACE] vertex "powerplatform_data_record.contact (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T09:19:54.094Z [TRACE] vertex "powerplatform_data_record.contact (expand)": does not belong to any module instance
2024-06-12T09:19:54.094Z [TRACE] vertex "powerplatform_data_record.contact (expand)": expanding dynamic subgraph
2024-06-12T09:19:54.095Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T09:19:54.095Z [TRACE] ResourceCountTransformer: adding powerplatform_data_record.contact as *terraform.NodePlannableResourceInstance
2024-06-12T09:19:54.095Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
powerplatform_data_record.contact - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:19:54.095Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T09:19:54.095Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T09:19:54.095Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:19:54.095Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for powerplatform_data_record.contact
2024-06-12T09:19:54.095Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:19:54.096Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:19:54.096Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:19:54.096Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:19:54.096Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact" references: []
2024-06-12T09:19:54.096Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T09:19:54.097Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T09:19:54.097Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
powerplatform_data_record.contact - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
powerplatform_data_record.contact - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:19:54.097Z [TRACE] vertex "powerplatform_data_record.contact (expand)": entering dynamic subgraph
2024-06-12T09:19:54.097Z [TRACE] vertex "powerplatform_data_record.contact": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T09:19:54.097Z [TRACE] vertex "powerplatform_data_record.contact": belongs to
2024-06-12T09:19:54.097Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.098Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.098Z [TRACE] readResourceInstanceState: reading state for powerplatform_data_record.contact
2024-06-12T09:19:54.098Z [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"firstname":"string", "lastname":"string"}}, "value":map[string]interface {}{"firstname":"John", "lastname":"Doe"}}
2024-06-12T09:19:54.098Z [TRACE] upgradeResourceState: schema version of powerplatform_data_record.contact is still 0; calling provider "powerplatform" for any other minor fixups
2024-06-12T09:19:54.098Z [TRACE] GRPCProvider.v6: UpgradeResourceState
2024-06-12T09:19:54.098Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:54.099Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState @module=sdk.proto tf_proto_version=6.6 tf_req_id=5738d219-b41f-c216-da79-8daec103893e tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:744 timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.099Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState tf_proto_version=6.6 tf_req_id=5738d219-b41f-c216-da79-8daec103893e timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.099Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5738d219-b41f-c216-da79-8daec103893e tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.099Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5738d219-b41f-c216-da79-8daec103893e tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.100Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5738d219-b41f-c216-da79-8daec103893e tf_resource_type=powerplatform_data_record @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.100Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5738d219-b41f-c216-da79-8daec103893e tf_rpc=UpgradeResourceState @module=sdk.framework timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.100Z [TRACE] provider.terraform-provider-power-platform: UpgradeResourceState request version matches current Schema version, using framework defined passthrough implementation: @module=sdk.framework tf_rpc=UpgradeResourceState tf_req_id=5738d219-b41f-c216-da79-8daec103893e tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_upgraderesourcestate.go:87 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.100Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_req_id=5738d219-b41f-c216-da79-8daec103893e diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.100Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:763 tf_req_id=5738d219-b41f-c216-da79-8daec103893e tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @module=sdk.proto timestamp=2024-06-12T09:19:54.099Z
2024-06-12T09:19:54.100Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.101Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for powerplatform_data_record.contact
2024-06-12T09:19:54.101Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.contact
2024-06-12T09:19:54.101Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.101Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_data_record.contact
2024-06-12T09:19:54.101Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.contact
2024-06-12T09:19:54.101Z [TRACE] NodeAbstractResourceInstance.refresh for powerplatform_data_record.contact
2024-06-12T09:19:54.101Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:54.102Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
powerplatform_data_record.contact: Refreshing state... [id=09560559-9b28-ef11-840a-002248a03b34]
2024-06-12T09:19:54.102Z [TRACE] GRPCProvider.v6: ReadResource
2024-06-12T09:19:54.102Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:54.103Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:772 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.103Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:44 @module=sdk.proto tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.103Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_proto_version=6.6 tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.proto timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.103Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.104Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.104Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.104Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:66 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.105Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:73 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.105Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:75 timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.105Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Read: @module=sdk.framework tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:116 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.105Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE START: powerplatform: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:143 @module=power_platform timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.105Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform timestamp=2024-06-12T09:19:54.103Z
2024-06-12T09:19:54.605Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_resource_type=powerplatform_data_record tf_rpc=ReadResource tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform timestamp=2024-06-12T09:19:54.605Z
2024-06-12T09:19:55.137Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:19:55.137Z
2024-06-12T09:19:55.629Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_rpc=ReadResource timestamp=2024-06-12T09:19:55.628Z
2024-06-12T09:19:56.110Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=power_platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 timestamp=2024-06-12T09:19:56.109Z
2024-06-12T09:19:56.633Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_rpc=ReadResource timestamp=2024-06-12T09:19:56.632Z
2024-06-12T09:19:56.709Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 timestamp=2024-06-12T09:19:56.709Z
2024-06-12T09:19:57.209Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.209Z
2024-06-12T09:19:57.307Z [DEBUG] provider.terraform-provider-power-platform: READ: powerplatform_data_record with table_name contact: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:170 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @module=power_platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.308Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE END: powerplatform: tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:174 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.308Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Read: tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:118 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.308Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_attribute_path=environment_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.309Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=table_logical_name tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record @module=sdk.framework timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.309Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=columns tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.310Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.310Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=3204 timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.311Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=a8b6f155-815d-ef66-cf50-d17fcf09b3a6 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:802 timestamp=2024-06-12T09:19:57.307Z
2024-06-12T09:19:57.311Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.312Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_data_record.contact
2024-06-12T09:19:57.312Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.contact
2024-06-12T09:19:57.312Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.313Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.313Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.313Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.314Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.314Z [TRACE] Re-validating config for "powerplatform_data_record.contact"
2024-06-12T09:19:57.314Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:19:57.314Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:57.315Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda tf_rpc=ValidateResourceConfig @module=sdk.proto timestamp=2024-06-12T09:19:57.315Z
2024-06-12T09:19:57.316Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=6.6 tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda timestamp=2024-06-12T09:19:57.315Z
2024-06-12T09:19:57.316Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.315Z
2024-06-12T09:19:57.316Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:57.315Z
2024-06-12T09:19:57.316Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.315Z
2024-06-12T09:19:57.317Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:57.316Z
2024-06-12T09:19:57.317Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:19:57.316Z
2024-06-12T09:19:57.317Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda @module=sdk.framework tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.316Z
2024-06-12T09:19:57.318Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda tf_resource_type=powerplatform_data_record @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 timestamp=2024-06-12T09:19:57.316Z
2024-06-12T09:19:57.318Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d18cbe7f-2c8a-3c11-6951-0dc76e194bda @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 tf_proto_version=6.6 timestamp=2024-06-12T09:19:57.316Z
2024-06-12T09:19:57.318Z [TRACE] GRPCProvider.v6: PlanResourceChange
2024-06-12T09:19:57.319Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:57.320Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:811 timestamp=2024-06-12T09:19:57.319Z
2024-06-12T09:19:57.320Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:58 @module=sdk.proto tf_proto_version=6.6 tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.319Z
2024-06-12T09:19:57.320Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_resource_type=powerplatform_data_record tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:57.319Z
2024-06-12T09:19:57.320Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.321Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceBehaviors lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:456 @module=sdk.framework tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.321Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.321Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.322Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.322Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.322Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.323Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_resource_type=powerplatform_data_record @module=sdk.framework tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.323Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:75 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.323Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @module=sdk.framework tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:82 timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.324Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:84 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.324Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.324Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @module=sdk.framework tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.325Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=table_logical_name tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.325Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: tf_attribute_path=table_logical_name tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.325Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.325Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.326Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_attribute_path=environment_id tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.326Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=environment_id tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.326Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.327Z [TRACE] provider.terraform-provider-power-platform: Served request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:843 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange tf_req_id=27762ee3-2395-dfa3-5af7-e82f2b56fd11 timestamp=2024-06-12T09:19:57.320Z
2024-06-12T09:19:57.327Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.327Z [TRACE] writeChange: recorded NoOp change for powerplatform_data_record.contact
2024-06-12T09:19:57.328Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.328Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for powerplatform_data_record.contact
2024-06-12T09:19:57.328Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.contact
2024-06-12T09:19:57.328Z [TRACE] vertex "powerplatform_data_record.contact": visit complete
2024-06-12T09:19:57.329Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T09:19:57.329Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:19:57.329Z [TRACE] vertex "root": visit complete
2024-06-12T09:19:57.329Z [TRACE] vertex "powerplatform_data_record.contact (expand)": dynamic subgraph completed successfully
2024-06-12T09:19:57.329Z [TRACE] vertex "powerplatform_data_record.contact (expand)": visit complete
2024-06-12T09:19:57.330Z [TRACE] vertex "powerplatform_data_record.account (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T09:19:57.330Z [TRACE] vertex "powerplatform_data_record.account (expand)": does not belong to any module instance
2024-06-12T09:19:57.330Z [TRACE] vertex "powerplatform_data_record.account (expand)": expanding dynamic subgraph
2024-06-12T09:19:57.330Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T09:19:57.330Z [TRACE] ResourceCountTransformer: adding powerplatform_data_record.account as *terraform.NodePlannableResourceInstance
2024-06-12T09:19:57.331Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
powerplatform_data_record.account - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:19:57.331Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T09:19:57.331Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T09:19:57.331Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:19:57.331Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for powerplatform_data_record.account
2024-06-12T09:19:57.332Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:19:57.332Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:19:57.332Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:19:57.333Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:19:57.333Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account" references: []
2024-06-12T09:19:57.333Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T09:19:57.334Z [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T09:19:57.334Z [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
powerplatform_data_record.account - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
powerplatform_data_record.account - *terraform.NodePlannableResourceInstance
------
2024-06-12T09:19:57.334Z [TRACE] vertex "powerplatform_data_record.account (expand)": entering dynamic subgraph
2024-06-12T09:19:57.335Z [TRACE] vertex "powerplatform_data_record.account": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T09:19:57.335Z [TRACE] vertex "powerplatform_data_record.account": belongs to
2024-06-12T09:19:57.335Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.335Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.336Z [TRACE] readResourceInstanceState: reading state for powerplatform_data_record.account
2024-06-12T09:19:57.336Z [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"contact_customer_accounts":[]interface {}{"set", []interface {}{"object", map[string]interface {}{"data_record_id":"string", "table_logical_name":"string"}}}, "name":"string"}}, "value":map[string]interface {}{"contact_customer_accounts":[]interface {}{map[string]interface {}{"data_record_id":"09560559-9b28-ef11-840a-002248a03b34", "table_logical_name":"contact"}}, "name":"Contoso"}}
2024-06-12T09:19:57.336Z [TRACE] upgradeResourceState: schema version of powerplatform_data_record.account is still 0; calling provider "powerplatform" for any other minor fixups
2024-06-12T09:19:57.336Z [TRACE] GRPCProvider.v6: UpgradeResourceState
2024-06-12T09:19:57.337Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:57.337Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:744 tf_req_id=71842142-bd3e-5f1c-a6e2-e9a5aa6e9ee2 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:19:57.337Z
2024-06-12T09:19:57.338Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_req_id=71842142-bd3e-5f1c-a6e2-e9a5aa6e9ee2 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.337Z
2024-06-12T09:19:57.338Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_req_id=71842142-bd3e-5f1c-a6e2-e9a5aa6e9ee2 timestamp=2024-06-12T09:19:57.337Z
2024-06-12T09:19:57.338Z [TRACE] provider.terraform-provider-power-platform: UpgradeResourceState request version matches current Schema version, using framework defined passthrough implementation: tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_upgraderesourcestate.go:87 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=71842142-bd3e-5f1c-a6e2-e9a5aa6e9ee2 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.338Z
2024-06-12T09:19:57.338Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_req_id=71842142-bd3e-5f1c-a6e2-e9a5aa6e9ee2 tf_proto_version=6.6 tf_rpc=UpgradeResourceState @module=sdk.proto diagnostic_error_count=0 timestamp=2024-06-12T09:19:57.338Z
2024-06-12T09:19:57.339Z [TRACE] provider.terraform-provider-power-platform: Served request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:763 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_proto_version=6.6 tf_req_id=71842142-bd3e-5f1c-a6e2-e9a5aa6e9ee2 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:19:57.338Z
2024-06-12T09:19:57.339Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.339Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for powerplatform_data_record.account
2024-06-12T09:19:57.339Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:19:57.340Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.340Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_data_record.account
2024-06-12T09:19:57.340Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:19:57.340Z [TRACE] NodeAbstractResourceInstance.refresh for powerplatform_data_record.account
2024-06-12T09:19:57.341Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:19:57.341Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
powerplatform_data_record.account: Refreshing state... [id=830dc891-9b28-ef11-840a-000d3ab60f37]
2024-06-12T09:19:57.341Z [TRACE] GRPCProvider.v6: ReadResource
2024-06-12T09:19:57.341Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:19:57.342Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:772 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.proto tf_proto_version=6.6 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.342Z
2024-06-12T09:19:57.343Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:44 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d timestamp=2024-06-12T09:19:57.342Z
2024-06-12T09:19:57.343Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.342Z
2024-06-12T09:19:57.344Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.342Z
2024-06-12T09:19:57.344Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.342Z
2024-06-12T09:19:57.344Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d @module=sdk.framework timestamp=2024-06-12T09:19:57.342Z
2024-06-12T09:19:57.344Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:19:57.342Z
2024-06-12T09:19:57.345Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record @module=sdk.framework tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.343Z
2024-06-12T09:19:57.346Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:19:57.343Z
2024-06-12T09:19:57.346Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:66 tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d @module=sdk.framework timestamp=2024-06-12T09:19:57.343Z
2024-06-12T09:19:57.347Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @module=sdk.framework tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:73 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.344Z
2024-06-12T09:19:57.347Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:75 @module=sdk.framework tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.344Z
2024-06-12T09:19:57.347Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Read: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:116 @module=sdk.framework tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d timestamp=2024-06-12T09:19:57.344Z
2024-06-12T09:19:57.348Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE START: powerplatform: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:143 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:57.344Z
2024-06-12T09:19:57.348Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.344Z
2024-06-12T09:19:57.852Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_rpc=ReadResource timestamp=2024-06-12T09:19:57.852Z
2024-06-12T09:19:57.993Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)"
2024-06-12T09:19:57.994Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)" is waiting for "powerplatform_data_record.account (expand)"
2024-06-12T09:19:59.974Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:19:59.973Z
2024-06-12T09:20:00.526Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_rpc=ReadResource @module=power_platform @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:00.526Z
2024-06-12T09:20:01.075Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_rpc=ReadResource timestamp=2024-06-12T09:20:01.075Z
2024-06-12T09:20:01.572Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d @module=power_platform timestamp=2024-06-12T09:20:01.572Z
2024-06-12T09:20:01.648Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:01.647Z
2024-06-12T09:20:02.241Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:20:02.241Z
2024-06-12T09:20:02.332Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:02.332Z
2024-06-12T09:20:02.333Z [TRACE] dag/walk: vertex "root" is waiting for "powerplatform_data_record.account"
2024-06-12T09:20:02.832Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d timestamp=2024-06-12T09:20:02.832Z
2024-06-12T09:20:02.993Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)"
2024-06-12T09:20:02.994Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)" is waiting for "powerplatform_data_record.account (expand)"
2024-06-12T09:20:03.375Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d timestamp=2024-06-12T09:20:03.374Z
2024-06-12T09:20:03.865Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_rpc=ReadResource tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:03.865Z
2024-06-12T09:20:04.371Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d timestamp=2024-06-12T09:20:04.371Z
2024-06-12T09:20:04.873Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:20:04.872Z
2024-06-12T09:20:04.949Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:20:04.949Z
2024-06-12T09:20:05.436Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 timestamp=2024-06-12T09:20:05.435Z
2024-06-12T09:20:05.526Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform timestamp=2024-06-12T09:20:05.525Z
2024-06-12T09:20:06.023Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_rpc=ReadResource tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:06.023Z
2024-06-12T09:20:06.714Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:20:06.714Z
2024-06-12T09:20:07.227Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_rpc=ReadResource tf_resource_type=powerplatform_data_record @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 timestamp=2024-06-12T09:20:07.226Z
2024-06-12T09:20:07.335Z [TRACE] dag/walk: vertex "root" is waiting for "powerplatform_data_record.account"
2024-06-12T09:20:07.357Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d timestamp=2024-06-12T09:20:07.357Z
2024-06-12T09:20:07.858Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:07.858Z
2024-06-12T09:20:07.994Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)"
2024-06-12T09:20:07.994Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)" is waiting for "powerplatform_data_record.account (expand)"
2024-06-12T09:20:08.344Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 timestamp=2024-06-12T09:20:08.344Z
2024-06-12T09:20:08.946Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_resource_type=powerplatform_data_record tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_rpc=ReadResource @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:08.946Z
2024-06-12T09:20:09.021Z [DEBUG] provider.terraform-provider-power-platform: READ: powerplatform_data_record with table_name account: @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:170 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ReadResource timestamp=2024-06-12T09:20:09.020Z
2024-06-12T09:20:09.021Z [DEBUG] provider.terraform-provider-power-platform: READ RESOURCE END: powerplatform: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:174 @module=power_platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:20:09.021Z
2024-06-12T09:20:09.022Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Read: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_readresource.go:118 @module=sdk.framework tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.021Z
2024-06-12T09:20:09.022Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=ReadResource timestamp=2024-06-12T09:20:09.021Z
2024-06-12T09:20:09.022Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_rpc=ReadResource @module=sdk.framework tf_attribute_path=environment_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d timestamp=2024-06-12T09:20:09.021Z
2024-06-12T09:20:09.023Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=table_logical_name tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.021Z
2024-06-12T09:20:09.023Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_req_duration_ms=11680 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record @module=sdk.proto tf_rpc=ReadResource timestamp=2024-06-12T09:20:09.021Z
2024-06-12T09:20:09.023Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=219a5beb-242c-473c-eec7-4345e3351b3d tf_resource_type=powerplatform_data_record tf_rpc=ReadResource @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:802 timestamp=2024-06-12T09:20:09.021Z
2024-06-12T09:20:09.024Z [WARN] Provider "registry.terraform.io/microsoft/power-platform" produced an unexpected new value for powerplatform_data_record.account during refresh.
- .columns: wrong final value type: incorrect object attributes
2024-06-12T09:20:09.024Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.024Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for powerplatform_data_record.account
2024-06-12T09:20:09.025Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:20:09.025Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.025Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.026Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.026Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.026Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.026Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.027Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.027Z [TRACE] Re-validating config for "powerplatform_data_record.account"
2024-06-12T09:20:09.027Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:20:09.028Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.029Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.029Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.029Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.030Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.030Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.030Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.030Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @module=sdk.framework timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.031Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.031Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.031Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 @module=sdk.framework timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.031Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.032Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_rpc=ValidateResourceConfig @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_req_duration_ms=0 timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.032Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @module=sdk.proto tf_proto_version=6.6 tf_req_id=86093663-7859-1291-ccd4-26d181ee0541 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 timestamp=2024-06-12T09:20:09.029Z
2024-06-12T09:20:09.032Z [TRACE] GRPCProvider.v6: PlanResourceChange
2024-06-12T09:20:09.033Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.034Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:811 @module=sdk.proto timestamp=2024-06-12T09:20:09.033Z
2024-06-12T09:20:09.034Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:58 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.034Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.035Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.035Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceBehaviors lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:456 timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.035Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.036Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.036Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.036Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.037Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.039Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.039Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @module=sdk.framework timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.041Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.041Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.041Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.040Z [TRACE] writeChange: recorded Update change for powerplatform_data_record.account
2024-06-12T09:20:09.042Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.042Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for powerplatform_data_record.account
2024-06-12T09:20:09.042Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:20:09.042Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:20:09.034Z
2024-06-12T09:20:09.043Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.043Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.043Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.044Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.043Z [TRACE] vertex "powerplatform_data_record.account": visit complete
2024-06-12T09:20:09.044Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.044Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:75 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.045Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:82 timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.045Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:84 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.045Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.044Z [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T09:20:09.046Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:20:09.046Z [TRACE] vertex "root": visit complete
2024-06-12T09:20:09.046Z [TRACE] vertex "powerplatform_data_record.account (expand)": dynamic subgraph completed successfully
2024-06-12T09:20:09.046Z [TRACE] vertex "powerplatform_data_record.account (expand)": visit complete
2024-06-12T09:20:09.046Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.047Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.047Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.047Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.048Z [DEBUG] provider.terraform-provider-power-platform: Detected value change between proposed new state and prior state: tf_rpc=PlanResourceChange tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:208 @module=sdk.framework tf_attribute_path=columns tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.047Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T09:20:09.048Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": does not belong to any module instance
2024-06-12T09:20:09.048Z [TRACE] GRPCProvider.v6: Close
2024-06-12T09:20:09.048Z [DEBUG] provider.terraform-provider-power-platform: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:217 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.049Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 @module=sdk.framework tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"columns\").AttributeName(\"contact_customer_accounts\").ElementKeyValue(tftypes.Object[\"data_record_id\":tftypes.String, \"table_logical_name\":tftypes.String]<\"data_record_id\":tftypes.String<\"09560559-9b28-ef11-840a-002248a03b34\">, \"table_logical_name\":tftypes.String<\"contact\">>).AttributeName(\"data_record_id\")" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.049Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 tf_attribute_path="AttributeName(\"columns\").AttributeName(\"contact_customer_accounts\").ElementKeyValue(tftypes.Object[\"data_record_id\":tftypes.String, \"table_logical_name\":tftypes.String]<\"data_record_id\":tftypes.String<\"09560559-9b28-ef11-840a-002248a03b34\">, \"table_logical_name\":tftypes.String<\"contact\">>).AttributeName(\"table_logical_name\")" tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.049Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"columns\").AttributeName(\"contact_customer_accounts\").ElementKeyValue(tftypes.Object[\"data_record_id\":tftypes.String, \"table_logical_name\":tftypes.String]<\"data_record_id\":tftypes.String<\"09560559-9b28-ef11-840a-002248a03b34\">, \"table_logical_name\":tftypes.String<\"contact\">>)" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.050Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 @module=sdk.framework tf_attribute_path="AttributeName(\"columns\").AttributeName(\"contact_customer_accounts\")" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.035Z
2024-06-12T09:20:09.050Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @module=sdk.framework tf_attribute_path="AttributeName(\"columns\").AttributeName(\"name\")" @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.051Z [TRACE] provider.terraform-provider-power-platform: Attribute/block not null in configuration, not marking unknown: @module=sdk.framework tf_resource_type=powerplatform_data_record tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:396 tf_attribute_path="AttributeName(\"columns\")" tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.050Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T09:20:09.051Z [TRACE] provider.terraform-provider-power-platform: Attribute/block not null in configuration, not marking unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"environment_id\")" tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:396 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.052Z [DEBUG] provider.terraform-provider-power-platform: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_attribute_path="AttributeName(\"id\")" tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:459 @module=sdk.framework timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.052Z [TRACE] provider.terraform-provider-power-platform: Attribute/block not null in configuration, not marking unknown: tf_attribute_path="AttributeName(\"table_logical_name\")" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:396 @module=sdk.framework timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.052Z [TRACE] provider.terraform-provider-power-platform: At least one Computed null Config value was changed to unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:231 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.052Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 @module=sdk.framework tf_rpc=PlanResourceChange description="Once set, the value of this attribute in state will not change." timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.053Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: tf_resource_type=powerplatform_data_record tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.053Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 tf_attribute_path=environment_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_rpc=PlanResourceChange tf_resource_type=powerplatform_data_record @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.053Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_attribute_path=environment_id tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.053Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=table_logical_name tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.054Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=table_logical_name @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.036Z
2024-06-12T09:20:09.054Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.6 tf_req_duration_ms=2 tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record @module=sdk.proto timestamp=2024-06-12T09:20:09.037Z
2024-06-12T09:20:09.054Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_rpc=PlanResourceChange @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=25583a1f-3d2a-ee3e-d192-204cf51d121a tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:843 timestamp=2024-06-12T09:20:09.037Z
2024-06-12T09:20:09.054Z [DEBUG] provider: plugin process exited: path=/go/bin/terraform-provider-power-platform pid=31429
2024-06-12T09:20:09.065Z [DEBUG] provider: plugin exited
2024-06-12T09:20:09.066Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": visit complete
2024-06-12T09:20:09.066Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-06-12T09:20:09.066Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:20:09.067Z [TRACE] vertex "root": visit complete
2024-06-12T09:20:09.067Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:20:09.067Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.068Z [TRACE] Plan is complete
2024-06-12T09:20:09.068Z [TRACE] Plan is applyable
2024-06-12T09:20:09.068Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.069Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:20:09.069Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.069Z [DEBUG] building apply graph to check for errors
2024-06-12T09:20:09.069Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T09:20:09.070Z [TRACE] ConfigTransformer: Starting for path:
2024-06-12T09:20:09.070Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T09:20:09.070Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T09:20:09.070Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T09:20:09.071Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T09:20:09.071Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T09:20:09.071Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T09:20:09.071Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T09:20:09.071Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T09:20:09.072Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T09:20:09.072Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-06-12T09:20:09.072Z [TRACE] DiffTransformer starting
2024-06-12T09:20:09.072Z [TRACE] DiffTransformer: found NoOp change for powerplatform_environment.data_record_example_env
2024-06-12T09:20:09.072Z [TRACE] DiffTransformer: found NoOp change for powerplatform_data_record.contact
2024-06-12T09:20:09.073Z [TRACE] DiffTransformer: found Update change for powerplatform_data_record.account
2024-06-12T09:20:09.073Z [TRACE] DiffTransformer: powerplatform_data_record.account will be represented by powerplatform_data_record.account
2024-06-12T09:20:09.073Z [TRACE] DiffTransformer complete
2024-06-12T09:20:09.073Z [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T09:20:09.073Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T09:20:09.073Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T09:20:09.074Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:20:09.074Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for powerplatform_data_record.account
2024-06-12T09:20:09.074Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:20:09.074Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T09:20:09.075Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T09:20:09.075Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T09:20:09.075Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:15,1-63
2024-06-12T09:20:09.075Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:20:09.075Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:27,1-47
2024-06-12T09:20:09.076Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account (expand)
2024-06-12T09:20:09.076Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:44,1-47
2024-06-12T09:20:09.076Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.contact (expand)
2024-06-12T09:20:09.076Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account" (*terraform.NodeApplyableResourceInstance) config from resource.tf:27,1-47
2024-06-12T09:20:09.076Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account
2024-06-12T09:20:09.077Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T09:20:09.077Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T09:20:09.077Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T09:20:09.077Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T09:20:09.077Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T09:20:09.078Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider configuration from resource.tf:9,1-25
2024-06-12T09:20:09.078Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.078Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T09:20:09.078Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T09:20:09.079Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T09:20:09.079Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:20:09.079Z [DEBUG] ProviderTransformer: "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.080Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account (expand)
2024-06-12T09:20:09.080Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.080Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.contact (expand)
2024-06-12T09:20:09.080Z [DEBUG] ProviderTransformer: "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.080Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account
2024-06-12T09:20:09.081Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.081Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.081Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T09:20:09.082Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T09:20:09.082Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.082Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T09:20:09.082Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T09:20:09.082Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T09:20:09.083Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.083Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:20:09.083Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.083Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account (expand)
2024-06-12T09:20:09.083Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.084Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.contact (expand)
2024-06-12T09:20:09.084Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.084Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account
2024-06-12T09:20:09.084Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.084Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.085Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T09:20:09.085Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T09:20:09.085Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T09:20:09.085Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T09:20:09.086Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T09:20:09.086Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:20:09.086Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/microsoft/power-platform\"]" references: []
2024-06-12T09:20:09.086Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env (expand)" references: []
2024-06-12T09:20:09.086Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account (expand)" references: [powerplatform_data_record.contact (expand) powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:20:09.087Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact (expand)" references: [powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:20:09.087Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account" references: [powerplatform_data_record.contact (expand) powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:20:09.087Z [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.087Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T09:20:09.087Z [TRACE] AttachDependenciesTransformer: powerplatform_data_record.account depends on [powerplatform_data_record.contact powerplatform_environment.data_record_example_env]
2024-06-12T09:20:09.088Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T09:20:09.088Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-06-12T09:20:09.088Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-06-12T09:20:09.088Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T09:20:09.088Z [TRACE] ForcedCBDTransformer: "powerplatform_data_record.account" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-06-12T09:20:09.089Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T09:20:09.089Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T09:20:09.089Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T09:20:09.089Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-06-12T09:20:09.090Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-06-12T09:20:09.090Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T09:20:09.090Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T09:20:09.090Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:20:09.091Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:20:09.091Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T09:20:09.091Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.091Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T09:20:09.092Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:20:09.092Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T09:20:09.092Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
 # powerplatform_data_record.account will be updated in-place
 ~ resource "powerplatform_data_record" "account" {
id = "830dc891-9b28-ef11-840a-000d3ab60f37"
# (3 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy.
2024-06-12T09:20:09.095Z [INFO] backend/local: apply calling Apply
2024-06-12T09:20:09.095Z [DEBUG] Building and walking apply graph for NormalMode plan
2024-06-12T09:20:09.095Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T09:20:09.096Z [TRACE] ConfigTransformer: Starting for path:
2024-06-12T09:20:09.096Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T09:20:09.096Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T09:20:09.096Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T09:20:09.096Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T09:20:09.097Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T09:20:09.097Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T09:20:09.097Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T09:20:09.097Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T09:20:09.098Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T09:20:09.098Z [TRACE] Executing graph transform *terraform.DiffTransformer
2024-06-12T09:20:09.098Z [TRACE] DiffTransformer starting
2024-06-12T09:20:09.098Z [TRACE] DiffTransformer: found NoOp change for powerplatform_environment.data_record_example_env
2024-06-12T09:20:09.098Z [TRACE] DiffTransformer: found NoOp change for powerplatform_data_record.contact
2024-06-12T09:20:09.098Z [TRACE] DiffTransformer: found Update change for powerplatform_data_record.account
2024-06-12T09:20:09.099Z [TRACE] DiffTransformer: powerplatform_data_record.account will be represented by powerplatform_data_record.account
2024-06-12T09:20:09.099Z [TRACE] DiffTransformer complete
2024-06-12T09:20:09.099Z [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T09:20:09.099Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T09:20:09.100Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T09:20:09.100Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:20:09.100Z [TRACE] NodeAbstractResourceInstance.AttachResourceState for powerplatform_data_record.account
2024-06-12T09:20:09.100Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:20:09.101Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T09:20:09.101Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T09:20:09.101Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T09:20:09.101Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:15,1-63
2024-06-12T09:20:09.101Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:20:09.102Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:27,1-47
2024-06-12T09:20:09.102Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account (expand)
2024-06-12T09:20:09.102Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandApplyableResource) config from resource.tf:44,1-47
2024-06-12T09:20:09.102Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.contact (expand)
2024-06-12T09:20:09.102Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account" (*terraform.NodeApplyableResourceInstance) config from resource.tf:27,1-47
2024-06-12T09:20:09.103Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account
2024-06-12T09:20:09.103Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T09:20:09.103Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T09:20:09.103Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T09:20:09.103Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T09:20:09.104Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T09:20:09.104Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider configuration from resource.tf:9,1-25
2024-06-12T09:20:09.104Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.104Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T09:20:09.105Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T09:20:09.105Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T09:20:09.105Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account
2024-06-12T09:20:09.106Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.106Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:20:09.106Z [DEBUG] ProviderTransformer: "powerplatform_environment.data_record_example_env (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.106Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account (expand)
2024-06-12T09:20:09.107Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.107Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.contact (expand)
2024-06-12T09:20:09.107Z [DEBUG] ProviderTransformer: "powerplatform_data_record.contact (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.107Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.107Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T09:20:09.108Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T09:20:09.108Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.108Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T09:20:09.108Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T09:20:09.108Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T09:20:09.109Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.109Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_environment.data_record_example_env (expand)
2024-06-12T09:20:09.109Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.109Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account (expand)
2024-06-12T09:20:09.109Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.109Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.contact (expand)
2024-06-12T09:20:09.110Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.110Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account
2024-06-12T09:20:09.110Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.111Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.111Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T09:20:09.111Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T09:20:09.111Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T09:20:09.112Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T09:20:09.112Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T09:20:09.112Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:20:09.113Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account" references: [powerplatform_data_record.contact (expand) powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:20:09.113Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/microsoft/power-platform\"]" references: []
2024-06-12T09:20:09.113Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env (expand)" references: []
2024-06-12T09:20:09.114Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account (expand)" references: [powerplatform_data_record.contact (expand) powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:20:09.114Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact (expand)" references: [powerplatform_environment.data_record_example_env (expand)]
2024-06-12T09:20:09.114Z [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.115Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T09:20:09.115Z [TRACE] AttachDependenciesTransformer: powerplatform_data_record.account depends on [powerplatform_data_record.contact powerplatform_environment.data_record_example_env]
2024-06-12T09:20:09.115Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T09:20:09.115Z [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-06-12T09:20:09.116Z [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-06-12T09:20:09.116Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T09:20:09.116Z [TRACE] ForcedCBDTransformer: "powerplatform_data_record.account" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-06-12T09:20:09.116Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T09:20:09.117Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T09:20:09.117Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T09:20:09.117Z [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-06-12T09:20:09.117Z [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-06-12T09:20:09.118Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T09:20:09.118Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T09:20:09.118Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:20:09.118Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:20:09.119Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T09:20:09.119Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:20:09.119Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T09:20:09.120Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:20:09.120Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T09:20:09.120Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.account (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_data_record.contact (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
powerplatform_environment.data_record_example_env (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:20:09.121Z [DEBUG] Starting graph walk: walkApply
2024-06-12T09:20:09.121Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T09:20:09.122Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": belongs to
2024-06-12T09:20:09.122Z [DEBUG] created provider logger: level=trace
2024-06-12T09:20:09.122Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:20:09.129Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:20:09.130Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=31705
2024-06-12T09:20:09.130Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:20:09.136Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:20:09.136Z
2024-06-12T09:20:09.155Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:20:09.155Z [DEBUG] provider.terraform-provider-power-platform: plugin address: address=/tmp/plugin3695070614 network=unix timestamp=2024-06-12T09:20:09.155Z
2024-06-12T09:20:09.167Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.167Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.168Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:20:09.168Z [TRACE] buildProviderConfig for provider["registry.terraform.io/microsoft/power-platform"]: using explicit config only
2024-06-12T09:20:09.167Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:20:09.168Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.168Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.169Z [TRACE] GRPCProvider.v6: ValidateProviderConfig
2024-06-12T09:20:09.169Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.170Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:577 @module=sdk.proto tf_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:20:09.170Z
2024-06-12T09:20:09.170Z [TRACE] provider.terraform-provider-power-platform: 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_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/internal/logging/protocol_data.go:41 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.170Z
2024-06-12T09:20:09.171Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:20:09.170Z
2024-06-12T09:20:09.171Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 timestamp=2024-06-12T09:20:09.170Z
2024-06-12T09:20:09.171Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 timestamp=2024-06-12T09:20:09.170Z
2024-06-12T09:20:09.171Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a tf_rpc=ValidateProviderConfig @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 @module=power_platform timestamp=2024-06-12T09:20:09.170Z
2024-06-12T09:20:09.172Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:20:09.170Z
2024-06-12T09:20:09.172Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_proto_version=6.6 tf_req_duration_ms=0 tf_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_error_count=0 timestamp=2024-06-12T09:20:09.171Z
2024-06-12T09:20:09.172Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=f4db55c2-657b-d351-b7b4-23e6b9d6bf7a tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:597 @module=sdk.proto tf_proto_version=6.6 timestamp=2024-06-12T09:20:09.171Z
2024-06-12T09:20:09.173Z [TRACE] GRPCProvider.v6: ConfigureProvider
2024-06-12T09:20:09.173Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.174Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:549 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ConfigureProvider timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.174Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 tf_rpc=ConfigureProvider tf_proto_version=6.6 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:16 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.174Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 @module=sdk.proto tf_proto_version=6.6 tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.175Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.175Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_configureprovider.go:15 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.175Z [DEBUG] provider.terraform-provider-power-platform: Configure request received: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:144 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.175Z [DEBUG] provider.terraform-provider-power-platform: OIDC request URL environment variable is null: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:188 @module=power_platform timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.176Z [DEBUG] provider.terraform-provider-power-platform: OIDC request token environment variable is null: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:197 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.176Z [DEBUG] provider.terraform-provider-power-platform: OIDC token environment variable is null: tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 tf_rpc=ConfigureProvider @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:206 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.176Z [INFO] provider.terraform-provider-power-platform: Configured API client: tf_rpc=ConfigureProvider use_oidc=false oidc_request_token="***" oidc_token="***" oidc_token_file_path="***" success=true telemetry_optout=false @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:355 power_platform_client_id="" power_platform_tenant_id="" oidc_request_url="" tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 @module=power_platform cloud=public power_platform_client_secret="***" tf_provider_addr=registry.terraform.io/microsoft/power-platform use_cli=true timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.176Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_configureprovider.go:23 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.177Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.177Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_rpc=ConfigureProvider @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:570 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d85392ae-e81b-dfb9-7ab8-9f7e8dd02309 timestamp=2024-06-12T09:20:09.174Z
2024-06-12T09:20:09.177Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": visit complete
2024-06-12T09:20:09.178Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-06-12T09:20:09.178Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": does not belong to any module instance
2024-06-12T09:20:09.178Z [TRACE] vertex "powerplatform_environment.data_record_example_env (expand)": visit complete
2024-06-12T09:20:09.178Z [TRACE] vertex "powerplatform_data_record.contact (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-06-12T09:20:09.179Z [TRACE] vertex "powerplatform_data_record.contact (expand)": does not belong to any module instance
2024-06-12T09:20:09.179Z [TRACE] vertex "powerplatform_data_record.contact (expand)": visit complete
2024-06-12T09:20:09.179Z [TRACE] vertex "powerplatform_data_record.account (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-06-12T09:20:09.179Z [TRACE] vertex "powerplatform_data_record.account (expand)": does not belong to any module instance
2024-06-12T09:20:09.180Z [TRACE] vertex "powerplatform_data_record.account (expand)": visit complete
2024-06-12T09:20:09.180Z [TRACE] vertex "powerplatform_data_record.account": starting visit (*terraform.NodeApplyableResourceInstance)
2024-06-12T09:20:09.180Z [TRACE] vertex "powerplatform_data_record.account": belongs to
2024-06-12T09:20:09.180Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.181Z [TRACE] readDiff: Read Update change from plan for powerplatform_data_record.account
2024-06-12T09:20:09.181Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.181Z [TRACE] readResourceInstanceState: reading state for powerplatform_data_record.account
2024-06-12T09:20:09.181Z [DEBUG] UpgradeResourceState: ignoring dynamic block: map[string]interface {}{"type":[]interface {}{"object", map[string]interface {}{"contact_customer_accounts":[]interface {}{"tuple", []interface {}{[]interface {}{"object", map[string]interface {}{"data_record_id":"string", "table_logical_name":"string"}}}}, "name":"string"}}, "value":map[string]interface {}{"contact_customer_accounts":[]interface {}{map[string]interface {}{"data_record_id":"09560559-9b28-ef11-840a-002248a03b34", "table_logical_name":"contact"}}, "name":"Contoso"}}
2024-06-12T09:20:09.182Z [TRACE] upgradeResourceState: schema version of powerplatform_data_record.account is still 0; calling provider "powerplatform" for any other minor fixups
2024-06-12T09:20:09.182Z [TRACE] GRPCProvider.v6: UpgradeResourceState
2024-06-12T09:20:09.182Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.183Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:744 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @module=sdk.proto timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.183Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_proto_version=6.6 tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_rpc=UpgradeResourceState tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.183Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.184Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.184Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 tf_rpc=UpgradeResourceState tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.184Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.185Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.185Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.186Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_environment @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.186Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment_application_package_install @module=sdk.framework tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.186Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_resource_type=powerplatform_data_loss_prevention_policy tf_rpc=UpgradeResourceState tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.186Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_solution @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.187Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_rpc=UpgradeResourceState tf_resource_type=powerplatform_tenant_settings @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.187Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_managed_environment tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.187Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_billing_policy_environment tf_rpc=UpgradeResourceState @module=sdk.framework tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.187Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_billing_policy @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.187Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_resource_type=powerplatform_user tf_rpc=UpgradeResourceState @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.188Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_rpc=UpgradeResourceState tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.188Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment_settings tf_rpc=UpgradeResourceState timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.188Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_rpc=UpgradeResourceState tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.188Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.189Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState @module=sdk.framework tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.189Z [TRACE] provider.terraform-provider-power-platform: UpgradeResourceState request version matches current Schema version, using framework defined passthrough implementation: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_upgraderesourcestate.go:87 @module=sdk.framework tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.183Z
2024-06-12T09:20:09.189Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record tf_rpc=UpgradeResourceState tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.185Z
2024-06-12T09:20:09.189Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d04c4655-d6bb-a6f9-d53b-5acdff50f4f2 tf_resource_type=powerplatform_data_record tf_proto_version=6.6 tf_rpc=UpgradeResourceState @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:763 @module=sdk.proto timestamp=2024-06-12T09:20:09.185Z
2024-06-12T09:20:09.190Z [TRACE] readDiff: Read Update change from plan for powerplatform_data_record.account
2024-06-12T09:20:09.190Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.191Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.191Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.191Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.192Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.192Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.192Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.193Z [TRACE] Re-validating config for "powerplatform_data_record.account"
2024-06-12T09:20:09.193Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:20:09.193Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.194Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @module=sdk.proto @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:20:09.194Z
2024-06-12T09:20:09.194Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.194Z
2024-06-12T09:20:09.194Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.194Z
2024-06-12T09:20:09.195Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:20:09.194Z
2024-06-12T09:20:09.195Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @module=sdk.framework tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:20:09.194Z
2024-06-12T09:20:09.195Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:20:09.194Z
2024-06-12T09:20:09.195Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.194Z
2024-06-12T09:20:09.196Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:20:09.194Z
2024-06-12T09:20:09.196Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_rpc=ValidateResourceConfig tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.195Z
2024-06-12T09:20:09.196Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 @module=sdk.framework timestamp=2024-06-12T09:20:09.195Z
2024-06-12T09:20:09.196Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 timestamp=2024-06-12T09:20:09.195Z
2024-06-12T09:20:09.195Z [TRACE] GRPCProvider.v6: PlanResourceChange
2024-06-12T09:20:09.197Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.197Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_resource_type=powerplatform_data_record @module=sdk.proto diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=1 tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_proto_version=6.6 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:20:09.195Z
2024-06-12T09:20:09.198Z [TRACE] provider.terraform-provider-power-platform: Served request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @module=sdk.proto tf_req_id=d3d881af-d1be-e70d-3eda-2e02fe4e70d3 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.195Z
2024-06-12T09:20:09.198Z [TRACE] provider.terraform-provider-power-platform: Received request: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:811 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=6.6 tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.198Z [TRACE] provider.terraform-provider-power-platform: No announced client capabilities: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/client_capabilities.go:58 @module=sdk.proto tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.199Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.199Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.199Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceBehaviors lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:456 @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.199Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.200Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.200Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_user tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.200Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.200Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_settings tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.200Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_tenant_settings tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.201Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_managed_environment timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.201Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_billing_policy_environment tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.201Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_rpc=PlanResourceChange tf_resource_type=powerplatform_billing_policy @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.201Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.202Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_application_package_install tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 @module=sdk.framework timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.202Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_loss_prevention_policy timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.202Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_solution @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:489 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.198Z
2024-06-12T09:20:09.202Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.203Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.203Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.203Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.203Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.203Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.204Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.204Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.204Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.204Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.205Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.205Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.205Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.205Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.206Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.206Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:75 @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.206Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:82 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.206Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:84 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.206Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.206Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.199Z
2024-06-12T09:20:09.207Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.207Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.207Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not setting default: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_default.go:56 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.207Z [DEBUG] provider.terraform-provider-power-platform: Detected value change between proposed new state and prior state: tf_attribute_path=columns tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:208 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.208Z [DEBUG] provider.terraform-provider-power-platform: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:217 @module=sdk.framework timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.208Z [TRACE] provider.terraform-provider-power-platform: Attribute/block not null in configuration, not marking unknown: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:396 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"table_logical_name\")" tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.208Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: tf_attribute_path="AttributeName(\"columns\").AttributeName(\"contact_customer_accounts\").ElementKeyValue(tftypes.Object[\"data_record_id\":tftypes.String, \"table_logical_name\":tftypes.String]<\"data_record_id\":tftypes.String<\"09560559-9b28-ef11-840a-002248a03b34\">, \"table_logical_name\":tftypes.String<\"contact\">>).AttributeName(\"data_record_id\")" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.208Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"columns\").AttributeName(\"contact_customer_accounts\").ElementKeyValue(tftypes.Object[\"data_record_id\":tftypes.String, \"table_logical_name\":tftypes.String]<\"data_record_id\":tftypes.String<\"09560559-9b28-ef11-840a-002248a03b34\">, \"table_logical_name\":tftypes.String<\"contact\">>).AttributeName(\"table_logical_name\")" tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.209Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: tf_attribute_path="AttributeName(\"columns\").AttributeName(\"contact_customer_accounts\").ElementKeyValue(tftypes.Object[\"data_record_id\":tftypes.String, \"table_logical_name\":tftypes.String]<\"data_record_id\":tftypes.String<\"09560559-9b28-ef11-840a-002248a03b34\">, \"table_logical_name\":tftypes.String<\"contact\">>)" tf_resource_type=powerplatform_data_record tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.209Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"columns\").AttributeName(\"contact_customer_accounts\")" tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.209Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, not marking unknown: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_attribute_path="AttributeName(\"columns\").AttributeName(\"name\")" tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:369 @module=sdk.framework timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.209Z [TRACE] provider.terraform-provider-power-platform: Attribute/block not null in configuration, not marking unknown: tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_attribute_path="AttributeName(\"columns\")" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:396 @module=sdk.framework timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.210Z [TRACE] provider.terraform-provider-power-platform: Attribute/block not null in configuration, not marking unknown: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:396 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path="AttributeName(\"environment_id\")" tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.210Z [DEBUG] provider.terraform-provider-power-platform: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:459 timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.210Z [TRACE] provider.terraform-provider-power-platform: At least one Computed null Config value was changed to unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_planresourcechange.go:231 timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.210Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_rpc=PlanResourceChange @module=sdk.framework description="Once set, the value of this attribute in state will not change." tf_attribute_path=id tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.211Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_attribute_path=id tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @module=sdk.framework description="Once set, the value of this attribute in state will not change." timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.211Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=environment_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.211Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: @module=sdk.framework tf_attribute_path=environment_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.200Z
2024-06-12T09:20:09.211Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined planmodifier.String: @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=table_logical_name tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=PlanResourceChange tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2075 timestamp=2024-06-12T09:20:09.201Z
2024-06-12T09:20:09.210Z [TRACE] checkPlannedChange: Verifying that actual change (action Update) matches planned change (action Update)
powerplatform_data_record.account: Modifying... [id=830dc891-9b28-ef11-840a-000d3ab60f37]
2024-06-12T09:20:09.212Z [TRACE] provider.terraform-provider-power-platform: Called provider defined planmodifier.String: tf_attribute_path=table_logical_name tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_plan_modification.go:2085 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.201Z
2024-06-12T09:20:09.213Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto tf_proto_version=6.6 tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=2 timestamp=2024-06-12T09:20:09.201Z
2024-06-12T09:20:09.213Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_resource_type=powerplatform_data_record tf_rpc=PlanResourceChange tf_req_id=7b5642e9-1c6b-c08e-a9db-a5793e831008 @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:843 timestamp=2024-06-12T09:20:09.201Z
2024-06-12T09:20:09.212Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.213Z [INFO] Starting apply for powerplatform_data_record.account
2024-06-12T09:20:09.214Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.214Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.214Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.214Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.215Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.215Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:09.215Z [DEBUG] powerplatform_data_record.account: applying the planned Update change
2024-06-12T09:20:09.216Z [TRACE] GRPCProvider.v6: ApplyResourceChange
2024-06-12T09:20:09.216Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:20:09.217Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_proto_version=6.6 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:852 tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.217Z
2024-06-12T09:20:09.217Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange tf_proto_version=6.6 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 timestamp=2024-06-12T09:20:09.217Z
2024-06-12T09:20:09.218Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:20:09.217Z
2024-06-12T09:20:09.218Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_rpc=ApplyResourceChange tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:20:09.217Z
2024-06-12T09:20:09.218Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_rpc=ApplyResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.217Z
2024-06-12T09:20:09.218Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.217Z
2024-06-12T09:20:09.219Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:20:09.217Z
2024-06-12T09:20:09.219Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.217Z
2024-06-12T09:20:09.219Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.219Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.220Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.220Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.221Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.221Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.221Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.222Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.222Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.222Z [TRACE] provider.terraform-provider-power-platform: attribute is inside of a dynamic attribute, skipping nullify collection blocks: tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_nullify_collection_blocks.go:40 @module=sdk.framework timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.222Z [TRACE] provider.terraform-provider-power-platform: ApplyResourceChange running UpdateResource: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_applyresourcechange.go:89 @module=sdk.framework tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.223Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_updateresource.go:48 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.223Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_updateresource.go:55 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.223Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_updateresource.go:57 timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.223Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Update: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_updateresource.go:121 @module=sdk.framework timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.224Z [DEBUG] provider.terraform-provider-power-platform: UPDATE RESOURCE START: powerplatform: tf_rpc=ApplyResourceChange @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:180 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record @module=power_platform timestamp=2024-06-12T09:20:09.218Z
2024-06-12T09:20:09.224Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform timestamp=2024-06-12T09:20:09.219Z
2024-06-12T09:20:09.751Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:09.751Z
2024-06-12T09:20:10.304Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:10.303Z
2024-06-12T09:20:10.835Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:10.835Z
2024-06-12T09:20:11.043Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 timestamp=2024-06-12T09:20:11.043Z
2024-06-12T09:20:11.531Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange @module=power_platform timestamp=2024-06-12T09:20:11.531Z
2024-06-12T09:20:11.821Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:20:11.820Z
2024-06-12T09:20:12.388Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 timestamp=2024-06-12T09:20:12.388Z
2024-06-12T09:20:12.544Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:12.543Z
2024-06-12T09:20:13.059Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 timestamp=2024-06-12T09:20:13.059Z
2024-06-12T09:20:13.243Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:13.242Z
2024-06-12T09:20:13.739Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 timestamp=2024-06-12T09:20:13.739Z
2024-06-12T09:20:13.855Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 timestamp=2024-06-12T09:20:13.854Z
2024-06-12T09:20:14.122Z [TRACE] dag/walk: vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)" is waiting for "powerplatform_data_record.account"
2024-06-12T09:20:14.123Z [TRACE] dag/walk: vertex "root" is waiting for "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)"
2024-06-12T09:20:14.422Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_resource_type=powerplatform_data_record tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:14.422Z
2024-06-12T09:20:14.649Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 timestamp=2024-06-12T09:20:14.648Z
2024-06-12T09:20:15.164Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 timestamp=2024-06-12T09:20:15.164Z
2024-06-12T09:20:15.242Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://service.powerapps.com/.default': tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:15.242Z
2024-06-12T09:20:15.734Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:19 +0000 UTC): **********: @module=power_platform tf_resource_type=powerplatform_data_record @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:15.734Z
2024-06-12T09:20:15.967Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_resource_type=powerplatform_data_record @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:15.967Z
2024-06-12T09:20:16.464Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: @module=power_platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:20:16.464Z
2024-06-12T09:20:16.540Z [DEBUG] provider.terraform-provider-power-platform: [GetTokenForScope] Getting token for scope: 'https://orga737b4c2.crm4.dynamics.com/.default': @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:244 tf_resource_type=powerplatform_data_record @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:16.540Z
2024-06-12T09:20:17.045Z [DEBUG] provider.terraform-provider-power-platform: Token acquired (expire: 2024-06-12 10:11:27 +0000 UTC): **********: tf_resource_type=powerplatform_data_record @module=power_platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ApplyResourceChange @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/api/auth.go:270 timestamp=2024-06-12T09:20:17.045Z
2024-06-12T09:20:17.313Z [DEBUG] provider.terraform-provider-power-platform: UPDATE RESOURCE END: powerplatform: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/services/data_record/resource_data_record.go:213 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @module=power_platform timestamp=2024-06-12T09:20:17.312Z
2024-06-12T09:20:17.324Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:17.339Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Update: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_updateresource.go:123 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 timestamp=2024-06-12T09:20:17.312Z
2024-06-12T09:20:17.364Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_attribute_path=id tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:17.313Z
2024-06-12T09:20:17.355Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for powerplatform_data_record.account
2024-06-12T09:20:17.377Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @module=sdk.framework tf_attribute_path=environment_id tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:17.313Z
2024-06-12T09:20:17.401Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:20:17.415Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 @module=sdk.framework tf_attribute_path=table_logical_name tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:17.313Z
2024-06-12T09:20:17.427Z [TRACE] evalApplyProvisioners: powerplatform_data_record.account is not freshly-created, so no provisioning is required
2024-06-12T09:20:17.449Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:17.440Z [DEBUG] provider.terraform-provider-power-platform: Value switched to prior value due to semantic equality logic: tf_attribute_path=columns tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/value_semantic_equality.go:87 timestamp=2024-06-12T09:20:17.313Z
2024-06-12T09:20:17.456Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for powerplatform_data_record.account
2024-06-12T09:20:17.490Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record tf_rpc=ApplyResourceChange @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=8095 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 tf_proto_version=6.6 timestamp=2024-06-12T09:20:17.313Z
2024-06-12T09:20:17.505Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for powerplatform_data_record.account
2024-06-12T09:20:17.509Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_proto_version=6.6 tf_req_id=3c6addf6-e59e-7d83-3efd-4231567e0a25 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:878 @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ApplyResourceChange timestamp=2024-06-12T09:20:17.313Z
powerplatform_data_record.account: Modifications complete after 9s [id=830dc891-9b28-ef11-840a-000d3ab60f37]
2024-06-12T09:20:17.522Z [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2024-06-12T09:20:17.539Z [TRACE] statemgr.Filesystem: no state changes since last snapshot
2024-06-12T09:20:17.542Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-06-12T09:20:17.551Z [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2024-06-12T09:20:17.553Z [TRACE] vertex "powerplatform_data_record.account": visit complete
2024-06-12T09:20:17.554Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T09:20:17.556Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": does not belong to any module instance
2024-06-12T09:20:17.560Z [TRACE] GRPCProvider.v6: Close
2024-06-12T09:20:17.562Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T09:20:17.564Z [DEBUG] provider: plugin process exited: path=/go/bin/terraform-provider-power-platform pid=31705
2024-06-12T09:20:17.566Z [DEBUG] provider: plugin exited
2024-06-12T09:20:17.567Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"] (close)": visit complete
2024-06-12T09:20:17.567Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-06-12T09:20:17.567Z [TRACE] vertex "root": does not belong to any module instance
2024-06-12T09:20:17.568Z [TRACE] vertex "root": visit complete
2024-06-12T09:20:17.568Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:20:17.569Z [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2024-06-12T09:20:17.572Z [TRACE] statemgr.Filesystem: no state changes since last snapshot
2024-06-12T09:20:17.572Z [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-06-12T09:20:17.574Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-06-12T09:20:17.575Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock

Apply complete! Resources: 0 added, 1 changed, 0 destroyed.

This file has been truncated, but you can view the full file.
2024-06-12T09:22:23.213Z [INFO] Terraform version: 1.8.5
2024-06-12T09:22:23.214Z [DEBUG] using github.com/hashicorp/go-tfe v1.51.0
2024-06-12T09:22:23.214Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.20.0
2024-06-12T09:22:23.214Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-06-12T09:22:23.215Z [DEBUG] using github.com/zclconf/go-cty v1.14.3
2024-06-12T09:22:23.215Z [INFO] Go runtime version: go1.22.1
2024-06-12T09:22:23.216Z [INFO] CLI args: []string{"terraform", "plan"}
2024-06-12T09:22:23.216Z [TRACE] Stdout is not a terminal
2024-06-12T09:22:23.216Z [TRACE] Stderr is not a terminal
2024-06-12T09:22:23.217Z [TRACE] Stdin is a terminal
2024-06-12T09:22:23.217Z [DEBUG] Attempting to open CLI config file: /go/bin/terraform.rc
2024-06-12T09:22:23.218Z [INFO] Loading CLI configuration from /go/bin/terraform.rc
2024-06-12T09:22:23.218Z [DEBUG] Not reading CLI config directory because config location is overridden by environment variable
2024-06-12T09:22:23.219Z [DEBUG] Explicit provider installation configuration is set
2024-06-12T09:22:23.219Z [TRACE] Selected provider installation method cliconfig.ProviderInstallationDirect with includes [] and excludes []
2024-06-12T09:22:23.221Z [INFO] CLI command args: []string{"plan"}
2024-06-12T09:22:23.258Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-06-12T09:22:23.258Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-06-12T09:22:23.258Z [DEBUG] New state was assigned lineage "7dd572a9-2fd9-ec75-01e6-459899d0f75d"
2024-06-12T09:22:23.258Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-06-12T09:22:23.259Z [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-06-12T09:22:23.259Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden by dev_overrides
2024-06-12T09:22:23.259Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden by dev_overrides
2024-06-12T09:22:23.260Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden by dev_overrides
2024-06-12T09:22:23.260Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden by dev_overrides
2024-06-12T09:22:23.260Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden to load from /go/bin
2024-06-12T09:22:23.260Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden to load from /go/bin
2024-06-12T09:22:23.260Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden to load from /go/bin
2024-06-12T09:22:23.260Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden to load from /go/bin
2024-06-12T09:22:23.263Z [DEBUG] checking for provisioner in "."
2024-06-12T09:22:23.264Z [DEBUG] checking for provisioner in "/usr/local/bin"
2024-06-12T09:22:23.265Z [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-06-12T09:22:23.266Z [DEBUG] Provider registry.terraform.io/microsoft/power-platform is overridden by dev_overrides
2024-06-12T09:22:23.266Z [DEBUG] Provider registry.terraform.io/hashicorp/azuread is overridden by dev_overrides
2024-06-12T09:22:23.266Z [DEBUG] Provider registry.terraform.io/hashicorp/random is overridden by dev_overrides
2024-06-12T09:22:23.266Z [DEBUG] Provider registry.terraform.io/hashicorp/local is overridden by dev_overrides
╷
│ Warning: Provider development overrides are in effect
│ 
│ The following provider development overrides are set in the CLI
│ configuration:
│  - microsoft/power-platform in /go/bin
│  - hashicorp/azuread in /go/bin
│  - hashicorp/random in /go/bin
│  - hashicorp/local in /go/bin
│ 
│ The behavior may therefore not match any released version of the provider
│ and applying changes may cause the state to become incompatible with
│ published releases.
╵
2024-06-12T09:22:23.270Z [INFO] backend/local: starting Plan operation
2024-06-12T09:22:23.273Z [TRACE] backend/local: requesting state manager for workspace "default"
2024-06-12T09:22:23.273Z [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
2024-06-12T09:22:23.273Z [TRACE] backend/local: requesting state lock for workspace "default"
2024-06-12T09:22:23.274Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-06-12T09:22:23.288Z [TRACE] statemgr.Filesystem: existing snapshot has lineage "e477ec3f-94f6-f1de-b8a3-04779d1a1e46" serial 15
2024-06-12T09:22:23.288Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-06-12T09:22:23.289Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-06-12T09:22:23.292Z [TRACE] backend/local: reading remote state for workspace "default"
2024-06-12T09:22:23.292Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-06-12T09:22:23.294Z [TRACE] statemgr.Filesystem: read snapshot with lineage "e477ec3f-94f6-f1de-b8a3-04779d1a1e46" serial 15
2024-06-12T09:22:23.295Z [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-06-12T09:22:23.307Z [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/microsoft/power-platform because it's overridden by a special configuration setting
2024-06-12T09:22:23.308Z [TRACE] terraform.NewContext: starting
2024-06-12T09:22:23.308Z [TRACE] terraform.NewContext: complete
2024-06-12T09:22:23.308Z [TRACE] backend/local: requesting interactive input, if necessary
2024-06-12T09:22:23.308Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:22:23.308Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/microsoft/power-platform" to read its schema
2024-06-12T09:22:23.309Z [DEBUG] created provider logger: level=trace
2024-06-12T09:22:23.309Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:22:23.323Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:22:23.324Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=32207
2024-06-12T09:22:23.325Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:22:23.332Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:22:23.332Z
2024-06-12T09:22:23.346Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:22:23.346Z [DEBUG] provider.terraform-provider-power-platform: plugin address: address=/tmp/plugin2432609038 network=unix timestamp=2024-06-12T09:22:23.346Z
2024-06-12T09:22:23.359Z [TRACE] GRPCProvider.v6: GetProviderSchema
2024-06-12T09:22:23.359Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:22:23.360Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:522 @module=sdk.proto timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.360Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 tf_rpc=GetProviderSchema @module=sdk.proto tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.361Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.361Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 @module=sdk.framework timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.361Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.361Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.361Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.362Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.362Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.362Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.362Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.362Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.363Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_environment tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.363Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment_application_package_install tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.363Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_resource_type=powerplatform_data_loss_prevention_policy timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.363Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_solution @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.363Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_tenant_settings @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.364Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_managed_environment timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.364Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_billing_policy_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.364Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @module=sdk.framework tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_resource_type=powerplatform_billing_policy timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.364Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_user tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework timestamp=2024-06-12T09:22:23.360Z
2024-06-12T09:22:23.364Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.365Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_environment_settings tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.365Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_environment_application_package_install @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.365Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_environment_application_package_install @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.365Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_billing_policy_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.366Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_billing_policy_environment timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.366Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.366Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.366Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_solution tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.366Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_solution timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.367Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_tenant_settings @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.367Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_tenant_settings timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.367Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_managed_environment tf_rpc=GetProviderSchema tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.367Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_managed_environment tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.367Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_billing_policy timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.368Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_resource_type=powerplatform_billing_policy @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.368Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_user tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.368Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @module=sdk.framework tf_resource_type=powerplatform_user @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.368Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_resource_type=powerplatform_data_record tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.368Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_data_record tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.369Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_resource_type=powerplatform_environment_settings timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.369Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_resource_type=powerplatform_environment_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.369Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:640 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_resource_type=powerplatform_data_loss_prevention_policy timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.369Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:642 @module=sdk.framework tf_resource_type=powerplatform_data_loss_prevention_policy tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.369Z [TRACE] provider.terraform-provider-power-platform: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:181 @module=sdk.framework timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.369Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.370Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider DataSources: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:192 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.370Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:194 timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.370Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_connectors @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.370Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_environment_application_packages @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.370Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_data_source_type=powerplatform_environment_powerapps tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.370Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_environments tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.371Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_environment_templates tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.371Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_solutions timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.371Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @module=sdk.framework tf_data_source_type=powerplatform_data_loss_prevention_policies tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.371Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_tenant_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.371Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_billing_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.372Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_billing_policies_environments tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.372Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_environment_settings tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.372Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_data_source_type=powerplatform_locations @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.373Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_data_source_type=powerplatform_languages tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.373Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_currencies tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @module=sdk.framework timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.373Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_data_source_type=powerplatform_security_roles tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.373Z [TRACE] provider.terraform-provider-power-platform: Found data source type: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_data_source_type=powerplatform_tenant_application_packages timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.374Z [TRACE] provider.terraform-provider-power-platform: Found data source type: @module=sdk.framework tf_data_source_type=powerplatform_data_records tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:215 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.374Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_connectors tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.374Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_data_source_type=powerplatform_connectors tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework timestamp=2024-06-12T09:22:23.361Z
2024-06-12T09:22:23.373Z [DEBUG] No provider meta schema returned
2024-06-12T09:22:23.375Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_billing_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.375Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_billing_policies tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.375Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_environment_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.376Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_data_source_type=powerplatform_environment_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.376Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_tenant_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.376Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_rpc=GetProviderSchema tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @module=sdk.framework tf_data_source_type=powerplatform_tenant_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.376Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_rpc=GetProviderSchema tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @module=sdk.framework tf_data_source_type=powerplatform_environment_templates tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.376Z [TRACE] GRPCProvider.v6: Close
2024-06-12T09:22:23.377Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_environment_templates @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.377Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_data_source_type=powerplatform_tenant_settings timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.377Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_tenant_settings tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.378Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_security_roles tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.379Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_security_roles tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.380Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_data_source_type=powerplatform_environment_application_packages tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_rpc=GetProviderSchema @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.380Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=powerplatform_environment_application_packages timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.380Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_environments timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.380Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_environments tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.379Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T09:22:23.381Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_data_source_type=powerplatform_solutions tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.381Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_data_source_type=powerplatform_solutions timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.382Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @module=sdk.framework tf_data_source_type=powerplatform_billing_policies_environments tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.382Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_data_source_type=powerplatform_billing_policies_environments tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.382Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_languages tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.382Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: tf_data_source_type=powerplatform_languages @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.382Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_data_source_type=powerplatform_environment_powerapps tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.383Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema tf_data_source_type=powerplatform_environment_powerapps tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.383Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_data_source_type=powerplatform_data_loss_prevention_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.383Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_data_loss_prevention_policies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.383Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 tf_data_source_type=powerplatform_locations tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.384Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_data_source_type=powerplatform_locations timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.384Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_data_source_type=powerplatform_currencies tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.384Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_data_source_type=powerplatform_currencies tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.384Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined DataSource Schema: tf_data_source_type=powerplatform_data_records tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:311 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.384Z [TRACE] provider.terraform-provider-power-platform: Called provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=powerplatform_data_records @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:313 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.362Z
2024-06-12T09:22:23.385Z [TRACE] provider.terraform-provider-power-platform: Checking FunctionTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_functions.go:124 timestamp=2024-06-12T09:22:23.363Z
2024-06-12T09:22:23.385Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_proto_version=6.6 tf_req_duration_ms=7 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.367Z
2024-06-12T09:22:23.385Z [TRACE] provider.terraform-provider-power-platform: Announced server capabilities: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/server_capabilities.go:25 tf_proto_version=6.6 tf_server_capability_plan_destroy=true @module=sdk.proto tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e tf_rpc=GetProviderSchema tf_server_capability_get_provider_schema_optional=true timestamp=2024-06-12T09:22:23.367Z
2024-06-12T09:22:23.385Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=fff92369-af45-16c8-8550-ae1dd433361e @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:541 tf_rpc=GetProviderSchema timestamp=2024-06-12T09:22:23.368Z
2024-06-12T09:22:23.385Z [DEBUG] provider: plugin process exited: path=/go/bin/terraform-provider-power-platform pid=32207
2024-06-12T09:22:23.387Z [DEBUG] provider: plugin exited
2024-06-12T09:22:23.387Z [TRACE] Context.Input: Prompting for provider arguments
2024-06-12T09:22:23.387Z [TRACE] Context.Input: Provider provider.powerplatform declared at resource.tf:9,1-25
2024-06-12T09:22:23.387Z [TRACE] Context.Input: Input for provider.powerplatform: map[string]cty.Value{}
2024-06-12T09:22:23.387Z [TRACE] backend/local: running validation operation
2024-06-12T09:22:23.387Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/microsoft/power-platform"
2024-06-12T09:22:23.388Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.388Z [DEBUG] Building and walking validate graph
2024-06-12T09:22:23.388Z [TRACE] building graph for walkValidate
2024-06-12T09:22:23.388Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T09:22:23.388Z [TRACE] ConfigTransformer: Starting for path:
2024-06-12T09:22:23.389Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
------
2024-06-12T09:22:23.389Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T09:22:23.389Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T09:22:23.389Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T09:22:23.389Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T09:22:23.389Z [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T09:22:23.389Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T09:22:23.390Z [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T09:22:23.390Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T09:22:23.390Z [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T09:22:23.390Z [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T09:22:23.390Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-06-12T09:22:23.390Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-06-12T09:22:23.390Z [TRACE] Executing graph transform *terraform.StateTransformer
2024-06-12T09:22:23.391Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-06-12T09:22:23.391Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-06-12T09:22:23.391Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T09:22:23.391Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T09:22:23.391Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T09:22:23.391Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T09:22:23.391Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T09:22:23.391Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_environment.data_record_example_env" (*terraform.NodeValidatableResource) config from resource.tf:15,1-63
2024-06-12T09:22:23.392Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_environment.data_record_example_env
2024-06-12T09:22:23.392Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.account" (*terraform.NodeValidatableResource) config from resource.tf:27,1-47
2024-06-12T09:22:23.392Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.account
2024-06-12T09:22:23.392Z [TRACE] AttachResourceConfigTransformer: attaching to "powerplatform_data_record.contact" (*terraform.NodeValidatableResource) config from resource.tf:44,1-47
2024-06-12T09:22:23.392Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to powerplatform_data_record.contact
2024-06-12T09:22:23.392Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T09:22:23.392Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T09:22:23.392Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T09:22:23.393Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
------
2024-06-12T09:22:23.393Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T09:22:23.393Z [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider configuration from resource.tf:9,1-25
2024-06-12T09:22:23.393Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:22:23.393Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T09:22:23.393Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T09:22:23.394Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T09:22:23.394Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_environment.data_record_example_env
2024-06-12T09:22:23.394Z [DEBUG] ProviderTransformer: "powerplatform_environment.data_record_example_env" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:22:23.394Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.account
2024-06-12T09:22:23.394Z [DEBUG] ProviderTransformer: "powerplatform_data_record.account" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:22:23.394Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/microsoft/power-platform"] serving powerplatform_data_record.contact
2024-06-12T09:22:23.395Z [DEBUG] ProviderTransformer: "powerplatform_data_record.contact" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:22:23.395Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:22:23.395Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T09:22:23.395Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T09:22:23.395Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:22:23.395Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T09:22:23.395Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T09:22:23.396Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T09:22:23.396Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.396Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.contact
2024-06-12T09:22:23.396Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.396Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:22:23.396Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.396Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_environment.data_record_example_env
2024-06-12T09:22:23.397Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.397Z [TRACE] AttachSchemaTransformer: attaching resource schema to powerplatform_data_record.account
2024-06-12T09:22:23.397Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T09:22:23.397Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T09:22:23.397Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T09:22:23.398Z [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T09:22:23.398Z [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T09:22:23.398Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T09:22:23.398Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.contact" references: [powerplatform_environment.data_record_example_env]
2024-06-12T09:22:23.398Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/microsoft/power-platform\"]" references: []
2024-06-12T09:22:23.399Z [DEBUG] ReferenceTransformer: "powerplatform_environment.data_record_example_env" references: []
2024-06-12T09:22:23.399Z [DEBUG] ReferenceTransformer: "powerplatform_data_record.account" references: [powerplatform_environment.data_record_example_env powerplatform_data_record.contact]
2024-06-12T09:22:23.399Z [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:22:23.399Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T09:22:23.399Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T09:22:23.399Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-06-12T09:22:23.400Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-06-12T09:22:23.400Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T09:22:23.400Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T09:22:23.400Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T09:22:23.400Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T09:22:23.401Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T09:22:23.401Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T09:22:23.401Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T09:22:23.401Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T09:22:23.401Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T09:22:23.401Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
------
2024-06-12T09:22:23.402Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T09:22:23.402Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:22:23.402Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T09:22:23.402Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
powerplatform_data_record.account - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_data_record.contact - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
powerplatform_environment.data_record_example_env - *terraform.NodeValidatableResource
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
powerplatform_data_record.account - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/microsoft/power-platform"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T09:22:23.402Z [DEBUG] Starting graph walk: walkValidate
2024-06-12T09:22:23.403Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T09:22:23.403Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": belongs to
2024-06-12T09:22:23.403Z [DEBUG] created provider logger: level=trace
2024-06-12T09:22:23.403Z [INFO] provider: configuring client automatic mTLS
2024-06-12T09:22:23.409Z [DEBUG] provider: starting plugin: path=/go/bin/terraform-provider-power-platform args=["/go/bin/terraform-provider-power-platform"]
2024-06-12T09:22:23.410Z [DEBUG] provider: plugin started: path=/go/bin/terraform-provider-power-platform pid=32222
2024-06-12T09:22:23.410Z [DEBUG] provider: waiting for RPC address: path=/go/bin/terraform-provider-power-platform
2024-06-12T09:22:23.416Z [INFO] provider.terraform-provider-power-platform: configuring server automatic mTLS: timestamp=2024-06-12T09:22:23.416Z
2024-06-12T09:22:23.430Z [DEBUG] provider.terraform-provider-power-platform: plugin address: network=unix address=/tmp/plugin3665257065 timestamp=2024-06-12T09:22:23.430Z
2024-06-12T09:22:23.430Z [DEBUG] provider: using plugin: version=6
2024-06-12T09:22:23.441Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/microsoft/power-platform\"]" provider for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:22:23.441Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.441Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/microsoft/power-platform"]
2024-06-12T09:22:23.442Z [TRACE] buildProviderConfig for provider["registry.terraform.io/microsoft/power-platform"]: using explicit config only
2024-06-12T09:22:23.441Z [TRACE] provider.stdio: waiting for stdio data
2024-06-12T09:22:23.442Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:22:23.443Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.443Z [TRACE] GRPCProvider.v6: ValidateProviderConfig
2024-06-12T09:22:23.444Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:22:23.445Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:577 @module=sdk.proto tf_proto_version=6.6 tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.445Z [TRACE] provider.terraform-provider-power-platform: 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_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/internal/logging/protocol_data.go:41 @module=sdk.proto tf_proto_version=6.6 tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.445Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.446Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:360 timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.446Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Schema: tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:371 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.446Z [DEBUG] provider.terraform-provider-power-platform: Schema request received: @module=power_platform tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc tf_rpc=ValidateProviderConfig @caller=/workspaces/terraform-provider-power-platform/internal/powerplatform/provider.go:78 timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.446Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:373 timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.446Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: @module=sdk.proto tf_proto_version=6.6 tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc tf_rpc=ValidateProviderConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.446Z [TRACE] provider.terraform-provider-power-platform: Served request: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=e420a4df-068b-a77f-07dd-968756f051bc @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:597 @module=sdk.proto tf_proto_version=6.6 tf_rpc=ValidateProviderConfig timestamp=2024-06-12T09:22:23.445Z
2024-06-12T09:22:23.447Z [TRACE] vertex "provider[\"registry.terraform.io/microsoft/power-platform\"]": visit complete
2024-06-12T09:22:23.447Z [TRACE] vertex "powerplatform_environment.data_record_example_env": starting visit (*terraform.NodeValidatableResource)
2024-06-12T09:22:23.447Z [TRACE] vertex "powerplatform_environment.data_record_example_env": belongs to
2024-06-12T09:22:23.447Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.448Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.448Z [DEBUG] skipping FixUpBlockAttrs
2024-06-12T09:22:23.448Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:22:23.448Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:22:23.449Z [TRACE] provider.terraform-provider-power-platform: Received request: @module=sdk.proto tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_rpc=ValidateResourceConfig tf_proto_version=6.6 timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.449Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 @module=sdk.proto tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.449Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.450Z [TRACE] provider.terraform-provider-power-platform: Checking ProviderTypeName lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:337 @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.450Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:348 tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.450Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:350 @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.450Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Provider Resources: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:521 timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.450Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Provider Resources: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:523 @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.451Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.451Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_application_package_install tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.451Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_data_loss_prevention_policy @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.451Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_solution tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.451Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_tenant_settings tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.451Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_managed_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.452Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_billing_policy_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.452Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_billing_policy tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.452Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_user timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.452Z [TRACE] provider.terraform-provider-power-platform: Found resource type: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_data_record timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.452Z [TRACE] provider.terraform-provider-power-platform: Found resource type: tf_resource_type=powerplatform_environment_settings tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:544 @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.453Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.453Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.453Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:604 @module=sdk.framework timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.453Z [TRACE] provider.terraform-provider-power-platform: Resource implements ResourceWithConfigure: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:35 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.453Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Configure: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:42 tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.453Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Resource Configure: tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server_validateresourceconfig.go:44 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.454Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined validator.String: tf_rpc=ValidateResourceConfig description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:730 @module=sdk.framework tf_attribute_path=environment_type timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.454Z [TRACE] provider.terraform-provider-power-platform: Called provider defined validator.String: @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/attribute_validation.go:740 tf_attribute_path=environment_type tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment description="value must be one of: [\"Sandbox\" \"Production\" \"Trial\" \"Developer\"]" timestamp=2024-06-12T09:22:23.449Z
2024-06-12T09:22:23.454Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.450Z
2024-06-12T09:22:23.454Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2024-06-12T09:22:23.450Z
2024-06-12T09:22:23.454Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_resource_type=powerplatform_environment @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 @module=sdk.framework tf_attribute_path=dataverse.language_code tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.450Z
2024-06-12T09:22:23.454Z [TRACE] provider.terraform-provider-power-platform: Type implements TypeWithValidate: @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:116 @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_attribute_path=dataverse.templates tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.450Z
2024-06-12T09:22:23.455Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Type Validate: tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:117 @module=sdk.framework tf_attribute_path=dataverse.templates timestamp=2024-06-12T09:22:23.450Z
2024-06-12T09:22:23.455Z [TRACE] provider.terraform-provider-power-platform: Called provider defined Type Validate: tf_attribute_path=dataverse.templates tf_provider_addr=registry.terraform.io/microsoft/power-platform @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwschemadata/data_value.go:121 tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 timestamp=2024-06-12T09:22:23.450Z
2024-06-12T09:22:23.455Z [TRACE] provider.terraform-provider-power-platform: Received downstream response: diagnostic_warning_count=0 tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_duration_ms=0 tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 tf_resource_type=powerplatform_environment timestamp=2024-06-12T09:22:23.450Z
2024-06-12T09:22:23.455Z [TRACE] provider.terraform-provider-power-platform: Served request: @module=sdk.proto tf_proto_version=6.6 tf_req_id=c12550ce-630e-133a-f945-0af89ccf42c3 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:735 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_environment tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.450Z
2024-06-12T09:22:23.455Z [TRACE] vertex "powerplatform_environment.data_record_example_env": visit complete
2024-06-12T09:22:23.456Z [TRACE] vertex "powerplatform_data_record.contact": starting visit (*terraform.NodeValidatableResource)
2024-06-12T09:22:23.456Z [TRACE] vertex "powerplatform_data_record.contact": belongs to
2024-06-12T09:22:23.456Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.456Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.456Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.456Z [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/microsoft/power-platform" is in the global cache
2024-06-12T09:22:23.457Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2024-06-12T09:22:23.457Z [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/microsoft/power-platform
2024-06-12T09:22:23.457Z [TRACE] provider.terraform-provider-power-platform: Received request: tf_proto_version=6.6 tf_resource_type=powerplatform_data_record @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/tf6server/server.go:715 @module=sdk.proto tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5f02add3-b8b1-65aa-1ddb-ac9756ffbc26 timestamp=2024-06-12T09:22:23.457Z
2024-06-12T09:22:23.457Z [TRACE] provider.terraform-provider-power-platform: Sending request downstream: @module=sdk.proto tf_proto_version=6.6 tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5f02add3-b8b1-65aa-1ddb-ac9756ffbc26 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.23.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:22 timestamp=2024-06-12T09:22:23.457Z
2024-06-12T09:22:23.458Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_req_id=5f02add3-b8b1-65aa-1ddb-ac9756ffbc26 timestamp=2024-06-12T09:22:23.457Z
2024-06-12T09:22:23.458Z [TRACE] provider.terraform-provider-power-platform: Checking ResourceTypes lock: tf_req_id=5f02add3-b8b1-65aa-1ddb-ac9756ffbc26 tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:510 @module=sdk.framework tf_provider_addr=registry.terraform.io/microsoft/power-platform timestamp=2024-06-12T09:22:23.457Z
2024-06-12T09:22:23.458Z [TRACE] provider.terraform-provider-power-platform: Calling provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/microsoft/power-platform tf_req_id=5f02add3-b8b1-65aa-1ddb-ac9756ffbc26 @caller=/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.9.0/internal/fwserver/server.go:602 @module=sdk.framework tf_resource_type=powerplatform_data_record tf_rpc=ValidateResourceConfig timestamp=2024-06-12T09:22:23.457Z
2024-06-12T09:22:23.458Z [TRACE] provider.terraform-provider-po
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment