Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrismarget/41aa7df14733e94c2c80e9532a8add56 to your computer and use it in GitHub Desktop.
Save chrismarget/41aa7df14733e94c2c80e9532a8add56 to your computer and use it in GitHub Desktop.
setnested attribute problem with terraform 1.5.0
2023-06-14T15:49:53.183-0400 [INFO] Terraform version: 1.5.0
2023-06-14T15:49:53.184-0400 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0
2023-06-14T15:49:53.184-0400 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2
2023-06-14T15:49:53.184-0400 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0
2023-06-14T15:49:53.184-0400 [DEBUG] using github.com/zclconf/go-cty v1.12.2
2023-06-14T15:49:53.184-0400 [INFO] Go runtime version: go1.20.5
2023-06-14T15:49:53.184-0400 [INFO] CLI args: []string{"terraform", "plan"}
2023-06-14T15:49:53.184-0400 [TRACE] Stdout is not a terminal
2023-06-14T15:49:53.184-0400 [TRACE] Stderr is not a terminal
2023-06-14T15:49:53.184-0400 [TRACE] Stdin is a terminal
2023-06-14T15:49:53.184-0400 [DEBUG] Attempting to open CLI config file: /Users/cmarget/.terraformrc
2023-06-14T15:49:53.184-0400 [INFO] Loading CLI configuration from /Users/cmarget/.terraformrc
2023-06-14T15:49:53.185-0400 [DEBUG] checking for credentials in "/Users/cmarget/.terraform.d/plugins"
2023-06-14T15:49:53.185-0400 [DEBUG] Explicit provider installation configuration is set
2023-06-14T15:49:53.185-0400 [TRACE] Selected provider installation method cliconfig.ProviderInstallationDirect with includes [] and excludes []
2023-06-14T15:49:53.187-0400 [INFO] CLI command args: []string{"plan"}
2023-06-14T15:49:53.198-0400 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2023-06-14T15:49:53.198-0400 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2023-06-14T15:49:53.198-0400 [DEBUG] New state was assigned lineage "b19fce97-8592-0bbd-f5f6-4122afda4462"
2023-06-14T15:49:53.198-0400 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2023-06-14T15:49:53.198-0400 [TRACE] Meta.Backend: instantiated backend of type <nil>
2023-06-14T15:49:53.198-0400 [DEBUG] Provider registry.terraform.io/juniper/apstra is overridden by dev_overrides
2023-06-14T15:49:53.198-0400 [DEBUG] Provider registry.terraform.io/chrismarget/setnested is overridden by dev_overrides
2023-06-14T15:49:53.198-0400 [DEBUG] Provider registry.terraform.io/juniper/apstra is overridden to load from /Users/cmarget/golang/bin
2023-06-14T15:49:53.198-0400 [DEBUG] Provider registry.terraform.io/chrismarget/setnested is overridden to load from /Users/cmarget/golang/bin
2023-06-14T15:49:53.198-0400 [DEBUG] checking for provisioner in "."
2023-06-14T15:49:53.201-0400 [DEBUG] checking for provisioner in "/usr/local/bin"
2023-06-14T15:49:53.201-0400 [DEBUG] checking for provisioner in "/Users/cmarget/.terraform.d/plugins"
2023-06-14T15:49:53.201-0400 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2023-06-14T15:49:53.202-0400 [DEBUG] Provider registry.terraform.io/juniper/apstra is overridden by dev_overrides
2023-06-14T15:49:53.202-0400 [DEBUG] Provider registry.terraform.io/chrismarget/setnested is overridden by dev_overrides
╷
│ Warning: Provider development overrides are in effect
│ 
│ The following provider development overrides are set in the CLI
│ configuration:
│  - juniper/apstra in /Users/cmarget/golang/bin
│  - chrismarget/setnested in /Users/cmarget/golang/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.
╵
2023-06-14T15:49:53.204-0400 [INFO] backend/local: starting Plan operation
2023-06-14T15:49:53.204-0400 [TRACE] backend/local: requesting state manager for workspace "default"
2023-06-14T15:49:53.204-0400 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2023-06-14T15:49:53.204-0400 [TRACE] backend/local: requesting state lock for workspace "default"
2023-06-14T15:49:53.207-0400 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2023-06-14T15:49:53.208-0400 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2023-06-14T15:49:53.208-0400 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2023-06-14T15:49:53.208-0400 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2023-06-14T15:49:53.208-0400 [TRACE] backend/local: reading remote state for workspace "default"
2023-06-14T15:49:53.208-0400 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2023-06-14T15:49:53.208-0400 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2023-06-14T15:49:53.208-0400 [TRACE] statemgr.Filesystem: read nil snapshot
2023-06-14T15:49:53.208-0400 [TRACE] backend/local: populating backend.LocalRun for current working directory
2023-06-14T15:49:53.210-0400 [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/chrismarget/setnested because it's overridden by a special configuration setting
2023-06-14T15:49:53.210-0400 [TRACE] terraform.NewContext: starting
2023-06-14T15:49:53.210-0400 [TRACE] terraform.NewContext: complete
2023-06-14T15:49:53.210-0400 [TRACE] backend/local: requesting interactive input, if necessary
2023-06-14T15:49:53.210-0400 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/chrismarget/setnested"
2023-06-14T15:49:53.210-0400 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/chrismarget/setnested" to read its schema
2023-06-14T15:49:53.211-0400 [DEBUG] created provider logger: level=trace
2023-06-14T15:49:53.211-0400 [INFO] provider: configuring client automatic mTLS
2023-06-14T15:49:53.233-0400 [DEBUG] provider: starting plugin: path=/Users/cmarget/golang/bin/terraform-provider-setnested args=[/Users/cmarget/golang/bin/terraform-provider-setnested]
2023-06-14T15:49:53.236-0400 [DEBUG] provider: plugin started: path=/Users/cmarget/golang/bin/terraform-provider-setnested pid=29585
2023-06-14T15:49:53.236-0400 [DEBUG] provider: waiting for RPC address: path=/Users/cmarget/golang/bin/terraform-provider-setnested
2023-06-14T15:49:53.300-0400 [INFO] provider.terraform-provider-setnested: configuring server automatic mTLS: timestamp=2023-06-14T15:49:53.300-0400
2023-06-14T15:49:53.324-0400 [DEBUG] provider: using plugin: version=6
2023-06-14T15:49:53.324-0400 [DEBUG] provider.terraform-provider-setnested: plugin address: address=/var/folders/_z/2qcqtm0d21x408_l3z3tjx3r0000gp/T/plugin3967990923 network=unix timestamp=2023-06-14T15:49:53.324-0400
2023-06-14T15:49:53.347-0400 [TRACE] provider.stdio: waiting for stdio data
2023-06-14T15:49:53.348-0400 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-06-14T15:49:53.349-0400 [TRACE] provider.terraform-provider-setnested: Received request: tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:491 tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 timestamp=2023-06-14T15:49:53.349-0400
2023-06-14T15:49:53.349-0400 [TRACE] provider.terraform-provider-setnested: Sending request downstream: tf_rpc=GetProviderSchema @module=sdk.proto tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_proto_version=6.3 timestamp=2023-06-14T15:49:53.349-0400
2023-06-14T15:49:53.352-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_getproviderschema.go:39 @module=sdk.framework timestamp=2023-06-14T15:49:53.351-0400
2023-06-14T15:49:53.352-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_getproviderschema.go:41 timestamp=2023-06-14T15:49:53.352-0400
2023-06-14T15:49:53.353-0400 [TRACE] provider.terraform-provider-setnested: Checking ProviderSchema lock: tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:264 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 timestamp=2023-06-14T15:49:53.353-0400
2023-06-14T15:49:53.353-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Schema: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:275 @module=sdk.framework timestamp=2023-06-14T15:49:53.353-0400
2023-06-14T15:49:53.353-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:277 timestamp=2023-06-14T15:49:53.353-0400
2023-06-14T15:49:53.353-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceSchemas lock: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:416 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.353-0400
2023-06-14T15:49:53.354-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:342 timestamp=2023-06-14T15:49:53.353-0400
2023-06-14T15:49:53.354-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:352 timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.354-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Resources: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:354 @module=sdk.framework timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.354-0400 [TRACE] provider.terraform-provider-setnested: Found resource type: tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:375 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.354-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Resource Schema: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:436 @module=sdk.framework tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.354-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Resource Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:438 tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_resource_type=setnested_problem tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.354-0400 [TRACE] provider.terraform-provider-setnested: Checking DataSourceSchemas lock: tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:219 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.354-0400 [TRACE] provider.terraform-provider-setnested: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:145 @module=sdk.framework timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.354-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider DataSources: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:155 @module=sdk.framework timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.354-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:157 timestamp=2023-06-14T15:49:53.354-0400
2023-06-14T15:49:53.355-0400 [TRACE] provider.terraform-provider-setnested: Received downstream response: tf_req_duration_ms=5 tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema diagnostic_warning_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 timestamp=2023-06-14T15:49:53.355-0400
2023-06-14T15:49:53.355-0400 [TRACE] provider.terraform-provider-setnested: Served request: tf_req_id=c633b6df-4488-fced-538f-4aaab2493a10 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:510 tf_proto_version=6.3 @module=sdk.proto tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.355-0400
2023-06-14T15:49:53.357-0400 [DEBUG] No provider meta schema returned
2023-06-14T15:49:53.358-0400 [TRACE] GRPCProvider.v6: Close
2023-06-14T15:49:53.359-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-06-14T15:49:53.360-0400 [DEBUG] provider: plugin process exited: path=/Users/cmarget/golang/bin/terraform-provider-setnested pid=29585
2023-06-14T15:49:53.360-0400 [DEBUG] provider: plugin exited
2023-06-14T15:49:53.360-0400 [TRACE] Context.Input: Prompting for provider arguments
2023-06-14T15:49:53.360-0400 [TRACE] Context.Input: Provider provider.setnested implied by resource block at demo.tf:5,1-33
2023-06-14T15:49:53.360-0400 [TRACE] Context.Input: Input for provider.setnested: map[string]cty.Value{}
2023-06-14T15:49:53.360-0400 [TRACE] backend/local: running validation operation
2023-06-14T15:49:53.360-0400 [DEBUG] Building and walking validate graph
2023-06-14T15:49:53.361-0400 [TRACE] building graph for walkValidate
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-06-14T15:49:53.361-0400 [TRACE] ConfigTransformer: Starting for path:
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
setnested_problem.x - *terraform.NodeValidatableResource
------
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.checkTransformer
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.StateTransformer
2023-06-14T15:49:53.361-0400 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-06-14T15:49:53.361-0400 [TRACE] AttachResourceConfigTransformer: attaching to "setnested_problem.x" (*terraform.NodeValidatableResource) config from demo.tf:5,1-33
2023-06-14T15:49:53.361-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to setnested_problem.x
2023-06-14T15:49:53.361-0400 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-06-14T15:49:53.361-0400 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-06-14T15:49:53.361-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-06-14T15:49:53.362-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x - *terraform.NodeValidatableResource
------
2023-06-14T15:49:53.362-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-06-14T15:49:53.362-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-06-14T15:49:53.362-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/chrismarget/setnested"] serving setnested_problem.x
2023-06-14T15:49:53.362-0400 [DEBUG] ProviderTransformer: "setnested_problem.x" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/chrismarget/setnested"]
2023-06-14T15:49:53.362-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x - *terraform.NodeValidatableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.362-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-06-14T15:49:53.362-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x - *terraform.NodeValidatableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-06-14T15:49:53.362-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to setnested_problem.x
2023-06-14T15:49:53.362-0400 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/chrismarget/setnested"]
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-06-14T15:49:53.362-0400 [DEBUG] ReferenceTransformer: "setnested_problem.x" references: []
2023-06-14T15:49:53.362-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/chrismarget/setnested\"]" references: []
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x - *terraform.NodeValidatableResource
setnested_problem.x - *terraform.NodeValidatableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
setnested_problem.x - *terraform.NodeValidatableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.362-0400 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-06-14T15:49:53.362-0400 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
setnested_problem.x - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
setnested_problem.x - *terraform.NodeValidatableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.362-0400 [DEBUG] Starting graph walk: walkValidate
2023-06-14T15:49:53.364-0400 [TRACE] vertex "provider[\"registry.terraform.io/chrismarget/setnested\"]": starting visit (*terraform.NodeApplyableProvider)
2023-06-14T15:49:53.365-0400 [DEBUG] created provider logger: level=trace
2023-06-14T15:49:53.365-0400 [INFO] provider: configuring client automatic mTLS
2023-06-14T15:49:53.374-0400 [DEBUG] provider: starting plugin: path=/Users/cmarget/golang/bin/terraform-provider-setnested args=[/Users/cmarget/golang/bin/terraform-provider-setnested]
2023-06-14T15:49:53.376-0400 [DEBUG] provider: plugin started: path=/Users/cmarget/golang/bin/terraform-provider-setnested pid=29586
2023-06-14T15:49:53.377-0400 [DEBUG] provider: waiting for RPC address: path=/Users/cmarget/golang/bin/terraform-provider-setnested
2023-06-14T15:49:53.387-0400 [INFO] provider.terraform-provider-setnested: configuring server automatic mTLS: timestamp=2023-06-14T15:49:53.386-0400
2023-06-14T15:49:53.409-0400 [DEBUG] provider: using plugin: version=6
2023-06-14T15:49:53.409-0400 [DEBUG] provider.terraform-provider-setnested: plugin address: address=/var/folders/_z/2qcqtm0d21x408_l3z3tjx3r0000gp/T/plugin2979667158 network=unix timestamp=2023-06-14T15:49:53.409-0400
2023-06-14T15:49:53.423-0400 [TRACE] provider.stdio: waiting for stdio data
2023-06-14T15:49:53.423-0400 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/chrismarget/setnested\"]" provider for provider["registry.terraform.io/chrismarget/setnested"]
2023-06-14T15:49:53.423-0400 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/chrismarget/setnested"]
2023-06-14T15:49:53.423-0400 [TRACE] buildProviderConfig for provider["registry.terraform.io/chrismarget/setnested"]: no configuration at all
2023-06-14T15:49:53.423-0400 [TRACE] vertex "provider[\"registry.terraform.io/chrismarget/setnested\"]": visit complete
2023-06-14T15:49:53.423-0400 [TRACE] vertex "setnested_problem.x": starting visit (*terraform.NodeValidatableResource)
2023-06-14T15:49:53.424-0400 [DEBUG] skipping FixUpBlockAttrs
2023-06-14T15:49:53.424-0400 [TRACE] GRPCProvider.v6: ValidateResourceConfig
2023-06-14T15:49:53.424-0400 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Received request: @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:491 tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Sending request downstream: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=6.3 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_getproviderschema.go:39 timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Metadata: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_getproviderschema.go:41 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Checking ProviderSchema lock: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:264 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Schema: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:275 @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:277 timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceSchemas lock: tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:416 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceTypes lock: tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:342 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Resources: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:352 @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Resources: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:354 @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Found resource type: tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_resource_type=setnested_problem tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/chrismarget/setnested @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:375 @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Resource Schema: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:436 @module=sdk.framework tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Resource Schema: tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:438 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Checking DataSourceSchemas lock: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:219 @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:145 @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider DataSources: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:155 @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider DataSources: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:157 @module=sdk.framework timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Received downstream response: tf_proto_version=6.3 tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_duration_ms=0 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.425-0400 [TRACE] provider.terraform-provider-setnested: Served request: tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=0d5869f3-8afb-acb3-9221-986e99510a63 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:510 timestamp=2023-06-14T15:49:53.425-0400
2023-06-14T15:49:53.426-0400 [DEBUG] No provider meta schema returned
2023-06-14T15:49:53.426-0400 [TRACE] provider.terraform-provider-setnested: Received request: tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_rpc=ValidateResourceConfig @module=sdk.proto tf_provider_addr=registry.terraform.io/chrismarget/setnested @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:677 tf_proto_version=6.3 tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.426-0400
2023-06-14T15:49:53.426-0400 [TRACE] provider.terraform-provider-setnested: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_proto_version=6.3 tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/internal/logging/protocol_data.go:38 @module=sdk.proto tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda timestamp=2023-06-14T15:49:53.426-0400
2023-06-14T15:49:53.426-0400 [TRACE] provider.terraform-provider-setnested: Sending request downstream: tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.3 tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 timestamp=2023-06-14T15:49:53.426-0400
2023-06-14T15:49:53.426-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:342 timestamp=2023-06-14T15:49:53.426-0400
2023-06-14T15:49:53.426-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceSchemas lock: @module=sdk.framework tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:416 timestamp=2023-06-14T15:49:53.426-0400
2023-06-14T15:49:53.430-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 tf_attribute_path=sna tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig timestamp=2023-06-14T15:49:53.430-0400
2023-06-14T15:49:53.430-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=sna tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.430-0400
2023-06-14T15:49:53.430-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: tf_attribute_path=sna tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp=2023-06-14T15:49:53.430-0400
2023-06-14T15:49:53.431-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"bar"})].computed_int timestamp=2023-06-14T15:49:53.431-0400
2023-06-14T15:49:53.431-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"bar"})].computed_int tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.431-0400
2023-06-14T15:49:53.431-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"bar"})].computed_int tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.431-0400
2023-06-14T15:49:53.431-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"foo"})].computed_int @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig timestamp=2023-06-14T15:49:53.431-0400
2023-06-14T15:49:53.431-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: tf_resource_type=setnested_problem tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"foo"})].computed_int @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 timestamp=2023-06-14T15:49:53.431-0400
2023-06-14T15:49:53.431-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"foo"})].computed_int tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.431-0400
2023-06-14T15:49:53.431-0400 [TRACE] provider.terraform-provider-setnested: Received downstream response: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.3 tf_req_duration_ms=4 tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda timestamp=2023-06-14T15:49:53.431-0400
2023-06-14T15:49:53.431-0400 [TRACE] provider.terraform-provider-setnested: Served request: tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=a18eedc7-22ec-d32d-1ebd-e6e54fec2dda tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:697 timestamp=2023-06-14T15:49:53.431-0400
2023-06-14T15:49:53.431-0400 [TRACE] vertex "setnested_problem.x": visit complete
2023-06-14T15:49:53.431-0400 [TRACE] vertex "provider[\"registry.terraform.io/chrismarget/setnested\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2023-06-14T15:49:53.431-0400 [TRACE] GRPCProvider.v6: Close
2023-06-14T15:49:53.432-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-06-14T15:49:53.433-0400 [DEBUG] provider: plugin process exited: path=/Users/cmarget/golang/bin/terraform-provider-setnested pid=29586
2023-06-14T15:49:53.433-0400 [DEBUG] provider: plugin exited
2023-06-14T15:49:53.433-0400 [TRACE] vertex "provider[\"registry.terraform.io/chrismarget/setnested\"] (close)": visit complete
2023-06-14T15:49:53.433-0400 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2023-06-14T15:49:53.433-0400 [TRACE] vertex "root": visit complete
2023-06-14T15:49:53.433-0400 [INFO] backend/local: plan calling Plan
2023-06-14T15:49:53.433-0400 [DEBUG] Building and walking plan graph for NormalMode
2023-06-14T15:49:53.433-0400 [TRACE] building graph for walkPlan
2023-06-14T15:49:53.433-0400 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-06-14T15:49:53.433-0400 [TRACE] ConfigTransformer: Starting for path:
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
------
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.checkTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.StateTransformer
2023-06-14T15:49:53.434-0400 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-06-14T15:49:53.434-0400 [TRACE] AttachResourceConfigTransformer: attaching to "setnested_problem.x (expand)" (*terraform.nodeExpandPlannableResource) config from demo.tf:5,1-33
2023-06-14T15:49:53.434-0400 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to setnested_problem.x (expand)
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-06-14T15:49:53.434-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-06-14T15:49:53.434-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
------
2023-06-14T15:49:53.434-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-06-14T15:49:53.434-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-06-14T15:49:53.434-0400 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/chrismarget/setnested"] serving setnested_problem.x (expand)
2023-06-14T15:49:53.434-0400 [DEBUG] ProviderTransformer: "setnested_problem.x (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/chrismarget/setnested"]
2023-06-14T15:49:53.434-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.434-0400 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-06-14T15:49:53.434-0400 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-06-14T15:49:53.434-0400 [TRACE] AttachSchemaTransformer: attaching resource schema to setnested_problem.x (expand)
2023-06-14T15:49:53.434-0400 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/chrismarget/setnested"]
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-06-14T15:49:53.434-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-06-14T15:49:53.434-0400 [DEBUG] ReferenceTransformer: "setnested_problem.x (expand)" references: []
2023-06-14T15:49:53.434-0400 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/chrismarget/setnested\"]" references: []
2023-06-14T15:49:53.434-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-06-14T15:49:53.435-0400 [TRACE] AttachDependenciesTransformer: setnested_problem.x depends on []
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-06-14T15:49:53.435-0400 [TRACE] ForcedCBDTransformer: "setnested_problem.x (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.435-0400 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-06-14T15:49:53.435-0400 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/chrismarget/setnested"] (close) - *terraform.graphNodeCloseProvider
setnested_problem.x (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/chrismarget/setnested"] - *terraform.NodeApplyableProvider
------
2023-06-14T15:49:53.435-0400 [DEBUG] Starting graph walk: walkPlan
2023-06-14T15:49:53.435-0400 [TRACE] vertex "provider[\"registry.terraform.io/chrismarget/setnested\"]": starting visit (*terraform.NodeApplyableProvider)
2023-06-14T15:49:53.435-0400 [DEBUG] created provider logger: level=trace
2023-06-14T15:49:53.435-0400 [INFO] provider: configuring client automatic mTLS
2023-06-14T15:49:53.443-0400 [DEBUG] provider: starting plugin: path=/Users/cmarget/golang/bin/terraform-provider-setnested args=[/Users/cmarget/golang/bin/terraform-provider-setnested]
2023-06-14T15:49:53.445-0400 [DEBUG] provider: plugin started: path=/Users/cmarget/golang/bin/terraform-provider-setnested pid=29587
2023-06-14T15:49:53.445-0400 [DEBUG] provider: waiting for RPC address: path=/Users/cmarget/golang/bin/terraform-provider-setnested
2023-06-14T15:49:53.457-0400 [INFO] provider.terraform-provider-setnested: configuring server automatic mTLS: timestamp=2023-06-14T15:49:53.455-0400
2023-06-14T15:49:53.476-0400 [DEBUG] provider: using plugin: version=6
2023-06-14T15:49:53.476-0400 [DEBUG] provider.terraform-provider-setnested: plugin address: address=/var/folders/_z/2qcqtm0d21x408_l3z3tjx3r0000gp/T/plugin1206076973 network=unix timestamp=2023-06-14T15:49:53.476-0400
2023-06-14T15:49:53.490-0400 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/chrismarget/setnested\"]" provider for provider["registry.terraform.io/chrismarget/setnested"]
2023-06-14T15:49:53.490-0400 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/chrismarget/setnested"]
2023-06-14T15:49:53.490-0400 [TRACE] provider.stdio: waiting for stdio data
2023-06-14T15:49:53.490-0400 [TRACE] buildProviderConfig for provider["registry.terraform.io/chrismarget/setnested"]: no configuration at all
2023-06-14T15:49:53.490-0400 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Received request: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:491 @module=sdk.proto tf_rpc=GetProviderSchema tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c timestamp=2023-06-14T15:49:53.491-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Sending request downstream: @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.491-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Metadata: tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_getproviderschema.go:39 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Metadata: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_getproviderschema.go:41 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Checking ProviderSchema lock: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:264 @module=sdk.framework timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Schema: tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:275 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:277 timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:416 timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:342 @module=sdk.framework timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Resources: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:352 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:354 timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Found resource type: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:375 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Resource Schema: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:436 @module=sdk.framework tf_resource_type=setnested_problem tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Resource Schema: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:438 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_rpc=GetProviderSchema tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Checking DataSourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:219 timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Checking DataSourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:145 timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider DataSources: tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:155 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider DataSources: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c tf_rpc=GetProviderSchema @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:157 @module=sdk.framework timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_rpc=GetProviderSchema tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_duration_ms=0 timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [TRACE] provider.terraform-provider-setnested: Served request: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=95f1d013-5c0c-d688-3812-0b5630502b2c @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:510 @module=sdk.proto tf_proto_version=6.3 tf_rpc=GetProviderSchema timestamp=2023-06-14T15:49:53.492-0400
2023-06-14T15:49:53.492-0400 [DEBUG] No provider meta schema returned
2023-06-14T15:49:53.493-0400 [TRACE] GRPCProvider.v6: ValidateProviderConfig
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Received request: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:545 @module=sdk.proto tf_proto_version=6.3 tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=47337fce-c167-f003-3950-fecdf1dfe5df timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: 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_rpc=ValidateProviderConfig tf_req_id=47337fce-c167-f003-3950-fecdf1dfe5df @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/internal/logging/protocol_data.go:38 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Sending request downstream: tf_proto_version=6.3 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=47337fce-c167-f003-3950-fecdf1dfe5df tf_rpc=ValidateProviderConfig timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=47337fce-c167-f003-3950-fecdf1dfe5df tf_rpc=ValidateProviderConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:264 timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Received downstream response: tf_rpc=ValidateProviderConfig diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.3 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_duration_ms=0 tf_req_id=47337fce-c167-f003-3950-fecdf1dfe5df timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Served request: @module=sdk.proto tf_proto_version=6.3 tf_req_id=47337fce-c167-f003-3950-fecdf1dfe5df tf_rpc=ValidateProviderConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:565 tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] GRPCProvider.v6: ConfigureProvider
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Received request: tf_proto_version=6.3 tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=62975a0d-84e5-0423-c356-0ce04eb39652 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:518 @module=sdk.proto timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Sending request downstream: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_rpc=ConfigureProvider @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=6.3 tf_req_id=62975a0d-84e5-0423-c356-0ce04eb39652 timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=62975a0d-84e5-0423-c356-0ce04eb39652 tf_rpc=ConfigureProvider @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:264 timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Provider Configure: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_configureprovider.go:15 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=62975a0d-84e5-0423-c356-0ce04eb39652 tf_rpc=ConfigureProvider timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=62975a0d-84e5-0423-c356-0ce04eb39652 tf_rpc=ConfigureProvider @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_configureprovider.go:23 timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.493-0400 [TRACE] provider.terraform-provider-setnested: Received downstream response: tf_req_duration_ms=0 tf_rpc=ConfigureProvider @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto tf_req_id=62975a0d-84e5-0423-c356-0ce04eb39652 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.494-0400 [TRACE] provider.terraform-provider-setnested: Served request: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:538 tf_req_id=62975a0d-84e5-0423-c356-0ce04eb39652 tf_rpc=ConfigureProvider @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.493-0400
2023-06-14T15:49:53.494-0400 [TRACE] vertex "provider[\"registry.terraform.io/chrismarget/setnested\"]": visit complete
2023-06-14T15:49:53.494-0400 [TRACE] vertex "setnested_problem.x (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2023-06-14T15:49:53.494-0400 [TRACE] vertex "setnested_problem.x (expand)": expanding dynamic subgraph
2023-06-14T15:49:53.494-0400 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2023-06-14T15:49:53.494-0400 [TRACE] ResourceCountTransformer: adding setnested_problem.x as *terraform.NodePlannableResourceInstance
2023-06-14T15:49:53.494-0400 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
setnested_problem.x - *terraform.NodePlannableResourceInstance
------
2023-06-14T15:49:53.494-0400 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2023-06-14T15:49:53.494-0400 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2023-06-14T15:49:53.494-0400 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-06-14T15:49:53.494-0400 [DEBUG] Resource instance state not found for node "setnested_problem.x", instance setnested_problem.x
2023-06-14T15:49:53.494-0400 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-06-14T15:49:53.494-0400 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-06-14T15:49:53.494-0400 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-06-14T15:49:53.494-0400 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-06-14T15:49:53.494-0400 [DEBUG] ReferenceTransformer: "setnested_problem.x" references: []
2023-06-14T15:49:53.494-0400 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2023-06-14T15:49:53.494-0400 [TRACE] Executing graph transform *terraform.RootTransformer
2023-06-14T15:49:53.494-0400 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
root - terraform.graphNodeRoot
setnested_problem.x - *terraform.NodePlannableResourceInstance
setnested_problem.x - *terraform.NodePlannableResourceInstance
------
2023-06-14T15:49:53.494-0400 [TRACE] vertex "setnested_problem.x (expand)": entering dynamic subgraph
2023-06-14T15:49:53.494-0400 [TRACE] vertex "setnested_problem.x": starting visit (*terraform.NodePlannableResourceInstance)
2023-06-14T15:49:53.494-0400 [TRACE] readResourceInstanceState: reading state for setnested_problem.x
2023-06-14T15:49:53.494-0400 [TRACE] readResourceInstanceState: no state present for setnested_problem.x
2023-06-14T15:49:53.494-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for setnested_problem.x
2023-06-14T15:49:53.494-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for setnested_problem.x
2023-06-14T15:49:53.495-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for setnested_problem.x
2023-06-14T15:49:53.495-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for setnested_problem.x
2023-06-14T15:49:53.495-0400 [TRACE] NodeAbstractResourceInstance.refresh for setnested_problem.x
2023-06-14T15:49:53.495-0400 [DEBUG] refresh: setnested_problem.x: no state, so not refreshing
2023-06-14T15:49:53.495-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for setnested_problem.x
2023-06-14T15:49:53.495-0400 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for setnested_problem.x
2023-06-14T15:49:53.495-0400 [DEBUG] skipping FixUpBlockAttrs
2023-06-14T15:49:53.496-0400 [TRACE] Re-validating config for "setnested_problem.x"
2023-06-14T15:49:53.496-0400 [TRACE] GRPCProvider.v6: ValidateResourceConfig
2023-06-14T15:49:53.496-0400 [TRACE] provider.terraform-provider-setnested: Received request: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @module=sdk.proto tf_proto_version=6.3 tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:677 timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [TRACE] provider.terraform-provider-setnested: Sending request downstream: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @module=sdk.proto tf_proto_version=6.3 tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceTypes lock: tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:342 timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceSchemas lock: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:416 timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_attribute_path=sna tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_rpc=ValidateResourceConfig tf_attribute_path=sna tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 tf_attribute_path=sna timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"bar"})].computed_int tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"bar"})].computed_int @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_resource_type=setnested_problem tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateResourceConfig tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"bar"})].computed_int tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"foo"})].computed_int tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 tf_rpc=ValidateResourceConfig timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"foo"})].computed_int timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.496-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=sna[Value({"computed_int":<null>,"required_string":"foo"})].computed_int tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_rpc=ValidateResourceConfig timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.497-0400 [TRACE] provider.terraform-provider-setnested: Received downstream response: tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_duration_ms=0 tf_resource_type=setnested_problem @module=sdk.proto diagnostic_warning_count=0 tf_rpc=ValidateResourceConfig @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.497-0400 [TRACE] provider.terraform-provider-setnested: Served request: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:697 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_req_id=96eac4c0-e207-f9c5-06af-b2108103ec98 tf_rpc=ValidateResourceConfig timestamp=2023-06-14T15:49:53.496-0400
2023-06-14T15:49:53.497-0400 [TRACE] GRPCProvider.v6: PlanResourceChange
2023-06-14T15:49:53.498-0400 [TRACE] provider.terraform-provider-setnested: Received request: tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 @module=sdk.proto tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_proto_version=6.3 tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:768 timestamp=2023-06-14T15:49:53.497-0400
2023-06-14T15:49:53.498-0400 [TRACE] provider.terraform-provider-setnested: Sending request downstream: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=6.3 tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.498-0400
2023-06-14T15:49:53.498-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceTypes lock: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:342 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.498-0400
2023-06-14T15:49:53.498-0400 [TRACE] provider.terraform-provider-setnested: Checking ResourceSchemas lock: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server.go:416 @module=sdk.framework tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.498-0400
2023-06-14T15:49:53.499-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 timestamp=2023-06-14T15:49:53.499-0400
2023-06-14T15:49:53.499-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 tf_resource_type=setnested_problem @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.499-0400
2023-06-14T15:49:53.499-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.499-0400
2023-06-14T15:49:53.500-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 timestamp=2023-06-14T15:49:53.499-0400
2023-06-14T15:49:53.500-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.499-0400
2023-06-14T15:49:53.500-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp=2023-06-14T15:49:53.499-0400
2023-06-14T15:49:53.500-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: tf_resource_type=setnested_problem tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp=2023-06-14T15:49:53.500-0400
2023-06-14T15:49:53.500-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem @module=sdk.framework tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 timestamp=2023-06-14T15:49:53.500-0400
2023-06-14T15:49:53.500-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: tf_resource_type=setnested_problem @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 timestamp=2023-06-14T15:49:53.500-0400
2023-06-14T15:49:53.501-0400 [DEBUG] provider.terraform-provider-setnested: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:228 tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 timestamp=2023-06-14T15:49:53.501-0400
2023-06-14T15:49:53.501-0400 [DEBUG] provider.terraform-provider-setnested: marking computed attribute that is null in the config as unknown: tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_attribute_path="AttributeName("sna").ElementKeyValue(tftypes.Object["computed_int":tftypes.Number, "required_string":tftypes.String]<"computed_int":tftypes.Number<null>, "required_string":tftypes.String<"bar">>).AttributeName("computed_int")" tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:432 @module=sdk.framework timestamp=2023-06-14T15:49:53.501-0400
2023-06-14T15:49:53.501-0400 [TRACE] provider.terraform-provider-setnested: Attribute/block not null in configuration, not marking unknown: tf_attribute_path="AttributeName("sna").ElementKeyValue(tftypes.Object["computed_int":tftypes.Number, "required_string":tftypes.String]<"computed_int":tftypes.Number<null>, "required_string":tftypes.String<"bar">>).AttributeName("required_string")" tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:363 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2023-06-14T15:49:53.501-0400
2023-06-14T15:49:53.502-0400 [TRACE] provider.terraform-provider-setnested: Attribute/block not null in configuration, not marking unknown: tf_resource_type=setnested_problem @module=sdk.framework tf_attribute_path="AttributeName("sna").ElementKeyValue(tftypes.Object["computed_int":tftypes.Number, "required_string":tftypes.String]<"computed_int":tftypes.Number<null>, "required_string":tftypes.String<"bar">>)" tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:363 timestamp=2023-06-14T15:49:53.501-0400
2023-06-14T15:49:53.502-0400 [DEBUG] provider.terraform-provider-setnested: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName("sna").ElementKeyValue(tftypes.Object["computed_int":tftypes.Number, "required_string":tftypes.String]<"computed_int":tftypes.Number<null>, "required_string":tftypes.String<"foo">>).AttributeName("computed_int")" tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:432 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 timestamp=2023-06-14T15:49:53.501-0400
2023-06-14T15:49:53.502-0400 [TRACE] provider.terraform-provider-setnested: Attribute/block not null in configuration, not marking unknown: tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:363 @module=sdk.framework tf_attribute_path="AttributeName("sna").ElementKeyValue(tftypes.Object["computed_int":tftypes.Number, "required_string":tftypes.String]<"computed_int":tftypes.Number<null>, "required_string":tftypes.String<"foo">>).AttributeName("required_string")" tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [TRACE] provider.terraform-provider-setnested: Attribute/block not null in configuration, not marking unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem tf_rpc=PlanResourceChange tf_attribute_path="AttributeName("sna").ElementKeyValue(tftypes.Object["computed_int":tftypes.Number, "required_string":tftypes.String]<"computed_int":tftypes.Number<null>, "required_string":tftypes.String<"foo">>)" @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:363 timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [TRACE] provider.terraform-provider-setnested: Attribute/block not null in configuration, not marking unknown: tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_rpc=PlanResourceChange tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:363 @module=sdk.framework tf_attribute_path=AttributeName("sna") timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [TRACE] provider.terraform-provider-setnested: At least one Computed null Config value was changed to unknown: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwserver/server_planresourcechange.go:242 tf_resource_type=setnested_problem tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=PlanResourceChange tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: @module=sdk.framework @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.502-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_value.go:83 tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.502-0400
2023-06-14T15:49:53.504-0400 [TRACE] provider.terraform-provider-setnested: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=sna timestamp=2023-06-14T15:49:53.504-0400
2023-06-14T15:49:53.504-0400 [DEBUG] provider.terraform-provider-setnested: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_set_at_path.go:74 tf_attribute_path=sna tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.504-0400
2023-06-14T15:49:53.504-0400 [DEBUG] provider.terraform-provider-setnested: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=setnested_problem @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.3.1/internal/fwschemadata/data_set_at_path.go:76 tf_attribute_path=sna tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_rpc=PlanResourceChange timestamp=2023-06-14T15:49:53.504-0400
2023-06-14T15:49:53.504-0400 [TRACE] provider.terraform-provider-setnested: Received downstream response: @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto tf_req_duration_ms=6 tf_rpc=PlanResourceChange tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_resource_type=setnested_problem diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested timestamp=2023-06-14T15:49:53.504-0400
2023-06-14T15:49:53.504-0400 [TRACE] provider.terraform-provider-setnested: Served request: @module=sdk.proto tf_req_id=d7a6dc56-5c86-2a48-0f0b-3962ffd89f69 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/chrismarget/setnested tf_resource_type=setnested_problem tf_rpc=PlanResourceChange @caller=/Users/cmarget/golang/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.15.0/tfprotov6/tf6server/server.go:794 timestamp=2023-06-14T15:49:53.504-0400
2023-06-14T15:49:53.505-0400 [ERROR] vertex "setnested_problem.x" error: Provider produced invalid plan
2023-06-14T15:49:53.505-0400 [TRACE] vertex "setnested_problem.x": visit complete, with errors
2023-06-14T15:49:53.505-0400 [TRACE] dag/walk: upstream of "root" errored, so skipping
2023-06-14T15:49:53.505-0400 [TRACE] vertex "setnested_problem.x (expand)": dynamic subgraph encountered errors: Provider produced invalid plan
2023-06-14T15:49:53.505-0400 [ERROR] vertex "setnested_problem.x (expand)" error: Provider produced invalid plan
2023-06-14T15:49:53.505-0400 [TRACE] vertex "setnested_problem.x (expand)": visit complete, with errors
2023-06-14T15:49:53.505-0400 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/chrismarget/setnested\"] (close)" errored, so skipping
2023-06-14T15:49:53.505-0400 [TRACE] dag/walk: upstream of "root" errored, so skipping
2023-06-14T15:49:53.505-0400 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/chrismarget/setnested"
2023-06-14T15:49:53.505-0400 [INFO] backend/local: plan operation completed
2023-06-14T15:49:53.505-0400 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/chrismarget/setnested"
Planning failed. Terraform encountered an error while generating this plan.
╷
│ Error: Provider produced invalid plan
│ 
│ Provider "registry.terraform.io/chrismarget/setnested" planned an invalid
│ value for setnested_problem.x.sna: count in plan
│ (cty.UnknownVal(cty.Number)) disagrees with count in config
│ (cty.NumberIntVal(2)).
│ 
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
╵
2023-06-14T15:49:53.506-0400 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2023-06-14T15:49:53.507-0400 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2023-06-14T15:49:53.508-0400 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-06-14T15:49:53.510-0400 [DEBUG] provider: plugin process exited: path=/Users/cmarget/golang/bin/terraform-provider-setnested pid=29587
2023-06-14T15:49:53.510-0400 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment