Skip to content

Instantly share code, notes, and snippets.

@spkane
Created October 6, 2023 20:23
Show Gist options
  • Save spkane/61273fc4b7bc130d03df7bf1af5c4982 to your computer and use it in GitHub Desktop.
Save spkane/61273fc4b7bc130d03df7bf1af5c4982 to your computer and use it in GitHub Desktop.
Todo provider 2.0.4 w/ Terrraform 1.6.0
TF_LOG=trace terraform plan
2023-10-06T13:20:29.911-0700 [INFO] Terraform version: 1.6.0
2023-10-06T13:20:29.912-0700 [DEBUG] using github.com/hashicorp/go-tfe v1.34.0
2023-10-06T13:20:29.912-0700 [DEBUG] using github.com/hashicorp/hcl/v2 v2.18.0
2023-10-06T13:20:29.912-0700 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2023-10-06T13:20:29.912-0700 [DEBUG] using github.com/zclconf/go-cty v1.14.0
2023-10-06T13:20:29.912-0700 [INFO] Go runtime version: go1.21.1
2023-10-06T13:20:29.912-0700 [INFO] CLI args: []string{"terraform", "plan"}
2023-10-06T13:20:29.912-0700 [TRACE] Stdout is a terminal of width 157
2023-10-06T13:20:29.912-0700 [TRACE] Stderr is a terminal of width 157
2023-10-06T13:20:29.912-0700 [TRACE] Stdin is a terminal
2023-10-06T13:20:29.912-0700 [DEBUG] Attempting to open CLI config file: /Users/spkane/.terraformrc
2023-10-06T13:20:29.912-0700 [INFO] Loading CLI configuration from /Users/spkane/.terraformrc
2023-10-06T13:20:29.914-0700 [INFO] Loading CLI configuration from /Users/spkane/.terraform.d/credentials.tfrc.json
2023-10-06T13:20:29.914-0700 [DEBUG] checking for credentials in "/Users/spkane/.terraform.d/plugins"
2023-10-06T13:20:29.915-0700 [DEBUG] Explicit provider installation configuration is set
2023-10-06T13:20:29.915-0700 [TRACE] Selected provider installation method cliconfig.ProviderInstallationDirect with includes [] and excludes []
2023-10-06T13:20:29.916-0700 [INFO] CLI command args: []string{"plan"}
2023-10-06T13:20:29.928-0700 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2023-10-06T13:20:29.928-0700 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2023-10-06T13:20:29.929-0700 [DEBUG] New state was assigned lineage "918ce5b3-9235-2133-37b3-5cd8a74b809e"
2023-10-06T13:20:29.929-0700 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2023-10-06T13:20:29.929-0700 [TRACE] Meta.Backend: instantiated backend of type <nil>
2023-10-06T13:20:29.929-0700 [DEBUG] Provider registry.terraform.io/spkane/todo is overridden by dev_overrides
2023-10-06T13:20:29.929-0700 [DEBUG] Provider registry.terraform.io/spkane/todo is overridden to load from /Users/spkane/dev/spkane/terraform-provider-todo
2023-10-06T13:20:29.929-0700 [DEBUG] checking for provisioner in "."
2023-10-06T13:20:29.930-0700 [DEBUG] checking for provisioner in "/Users/spkane/bin"
2023-10-06T13:20:29.930-0700 [DEBUG] checking for provisioner in "/Users/spkane/.terraform.d/plugins"
2023-10-06T13:20:29.930-0700 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2023-10-06T13:20:29.931-0700 [DEBUG] Provider registry.terraform.io/spkane/todo is overridden by dev_overrides
│ Warning: Provider development overrides are in effect
│ The following provider development overrides are set in the CLI configuration:
│ - spkane/todo in /Users/spkane/dev/spkane/terraform-provider-todo
│ 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-10-06T13:20:29.932-0700 [INFO] backend/local: starting Plan operation
2023-10-06T13:20:29.933-0700 [TRACE] backend/local: requesting state manager for workspace "default"
2023-10-06T13:20:29.933-0700 [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-10-06T13:20:29.933-0700 [TRACE] backend/local: requesting state lock for workspace "default"
2023-10-06T13:20:29.935-0700 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2023-10-06T13:20:29.936-0700 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2023-10-06T13:20:29.936-0700 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2023-10-06T13:20:29.936-0700 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2023-10-06T13:20:29.936-0700 [TRACE] backend/local: reading remote state for workspace "default"
2023-10-06T13:20:29.944-0700 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2023-10-06T13:20:29.944-0700 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2023-10-06T13:20:29.944-0700 [TRACE] statemgr.Filesystem: read nil snapshot
2023-10-06T13:20:29.944-0700 [TRACE] backend/local: populating backend.LocalRun for current working directory
2023-10-06T13:20:29.945-0700 [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/spkane/todo because it's overridden by a special configuration setting
2023-10-06T13:20:29.946-0700 [TRACE] terraform.NewContext: starting
2023-10-06T13:20:29.946-0700 [TRACE] terraform.NewContext: complete
2023-10-06T13:20:29.946-0700 [TRACE] backend/local: requesting interactive input, if necessary
2023-10-06T13:20:29.946-0700 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/spkane/todo"
2023-10-06T13:20:29.946-0700 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/spkane/todo" to read its schema
2023-10-06T13:20:29.946-0700 [DEBUG] created provider logger: level=trace
2023-10-06T13:20:29.946-0700 [INFO] provider: configuring client automatic mTLS
2023-10-06T13:20:29.956-0700 [DEBUG] provider: starting plugin: path=/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo args=["/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo"]
2023-10-06T13:20:29.957-0700 [DEBUG] provider: plugin started: path=/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo pid=70573
2023-10-06T13:20:29.957-0700 [DEBUG] provider: waiting for RPC address: path=/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo
2023-10-06T13:20:30.001-0700 [INFO] provider.terraform-provider-todo: configuring server automatic mTLS: timestamp=2023-10-06T13:20:30.000-0700
2023-10-06T13:20:30.009-0700 [DEBUG] provider.terraform-provider-todo: plugin address: address=/var/folders/rd/9w38b2m139d3tfvp186pkt180000gn/T/plugin84383763 network=unix timestamp=2023-10-06T13:20:30.008-0700
2023-10-06T13:20:30.009-0700 [DEBUG] provider: using plugin: version=6
2023-10-06T13:20:30.027-0700 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-10-06T13:20:30.027-0700 [TRACE] provider.stdio: waiting for stdio data
2023-10-06T13:20:30.030-0700 [TRACE] provider.terraform-provider-todo: Received request: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/tf6server/server.go:531 tf_provider_addr=registry.terraform.io/spkane/todo tf_proto_version=6.4 tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @module=sdk.proto timestamp=2023-10-06T13:20:30.029-0700
2023-10-06T13:20:30.030-0700 [TRACE] provider.terraform-provider-todo: Sending request downstream: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_rpc=GetProviderSchema timestamp=2023-10-06T13:20:30.030-0700
2023-10-06T13:20:30.030-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server_getproviderschema.go:37 @module=sdk.framework timestamp=2023-10-06T13:20:30.030-0700
2023-10-06T13:20:30.030-0700 [TRACE] provider.terraform-provider-todo: Called provider defined Provider Metadata: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server_getproviderschema.go:39 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema timestamp=2023-10-06T13:20:30.030-0700
2023-10-06T13:20:30.030-0700 [TRACE] provider.terraform-provider-todo: Checking ProviderSchema lock: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:291 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema timestamp=2023-10-06T13:20:30.030-0700
2023-10-06T13:20:30.030-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:302 timestamp=2023-10-06T13:20:30.030-0700
2023-10-06T13:20:30.030-0700 [TRACE] provider.terraform-provider-todo: Called provider defined Provider Schema: tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:304 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 timestamp=2023-10-06T13:20:30.030-0700
2023-10-06T13:20:30.031-0700 [TRACE] provider.terraform-provider-todo: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:369 @module=sdk.framework timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.031-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined Provider Resources: tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:379 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.031-0700 [TRACE] provider.terraform-provider-todo: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:381 timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.033-0700 [TRACE] provider.terraform-provider-todo: Found resource type: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:402 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_resource_type=todo_todo tf_rpc=GetProviderSchema timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.033-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined Resource Schema method: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:498 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_resource_type=todo_todo tf_rpc=GetProviderSchema tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/spkane/todo @module=sdk.framework tf_resource_type=todo_todo tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:500 tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Checking DataSourceTypes lock: tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:135 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:145 timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Called provider defined Provider DataSources: tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:147 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Found data source type: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:168 tf_provider_addr=registry.terraform.io/spkane/todo @module=sdk.framework tf_data_source_type=todo_todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined DataSource Schema: @module=sdk.framework tf_data_source_type=todo_todo tf_provider_addr=registry.terraform.io/spkane/todo tf_rpc=GetProviderSchema @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:264 tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Called provider defined DataSource Schema: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:266 @module=sdk.framework tf_data_source_type=todo_todo tf_provider_addr=registry.terraform.io/spkane/todo tf_rpc=GetProviderSchema tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 timestamp=2023-10-06T13:20:30.031-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Received downstream response: tf_proto_version=6.4 tf_req_duration_ms=1 @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 @module=sdk.proto tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema diagnostic_error_count=0 diagnostic_warning_count=0 timestamp=2023-10-06T13:20:30.032-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Announced server capabilities: tf_server_capability_plan_destroy=true @module=sdk.proto tf_provider_addr=registry.terraform.io/spkane/todo tf_server_capability_get_provider_schema_optional=true @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/server_capabilities.go:25 tf_proto_version=6.4 tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 tf_rpc=GetProviderSchema timestamp=2023-10-06T13:20:30.032-0700
2023-10-06T13:20:30.034-0700 [TRACE] provider.terraform-provider-todo: Served request: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/tf6server/server.go:551 @module=sdk.proto tf_proto_version=6.4 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=e1314cd9-9c05-18c5-5373-3a9268ba4fa7 timestamp=2023-10-06T13:20:30.032-0700
2023-10-06T13:20:30.035-0700 [DEBUG] No provider meta schema returned
2023-10-06T13:20:30.035-0700 [TRACE] GRPCProvider.v6: Close
2023-10-06T13:20:30.035-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-06T13:20:30.035-0700 [DEBUG] provider: plugin process exited: path=/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo pid=70573
2023-10-06T13:20:30.035-0700 [DEBUG] provider: plugin exited
2023-10-06T13:20:30.035-0700 [TRACE] Context.Input: Prompting for provider arguments
2023-10-06T13:20:30.036-0700 [TRACE] Context.Input: Provider provider.todo declared at main.tf:10,1-16
2023-10-06T13:20:30.036-0700 [TRACE] Context.Input: Input for provider.todo: map[string]cty.Value{}
2023-10-06T13:20:30.036-0700 [TRACE] backend/local: running validation operation
2023-10-06T13:20:30.036-0700 [DEBUG] Building and walking validate graph
2023-10-06T13:20:30.036-0700 [TRACE] building graph for walkValidate
2023-10-06T13:20:30.036-0700 [TRACE] Executing graph transform *terraform.ConfigTransformer
2023-10-06T13:20:30.037-0700 [TRACE] ConfigTransformer: Starting for path:
2023-10-06T13:20:30.037-0700 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
todo_todo.test1 - *terraform.NodeValidatableResource
todo_todo.test2 - *terraform.NodeValidatableResource
------
2023-10-06T13:20:30.037-0700 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2023-10-06T13:20:30.037-0700 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
todo_todo.test1 - *terraform.NodeValidatableResource
todo_todo.test2 - *terraform.NodeValidatableResource
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.037-0700 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2023-10-06T13:20:30.037-0700 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2023-10-06T13:20:30.037-0700 [TRACE] Executing graph transform *terraform.LocalTransformer
2023-10-06T13:20:30.041-0700 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2023-10-06T13:20:30.041-0700 [TRACE] Executing graph transform *terraform.OutputTransformer
2023-10-06T13:20:30.041-0700 [TRACE] OutputTransformer: adding todo_1_ids as *terraform.nodeExpandOutput
2023-10-06T13:20:30.041-0700 [TRACE] OutputTransformer: adding todo_2_ids as *terraform.nodeExpandOutput
2023-10-06T13:20:30.041-0700 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test1 - *terraform.NodeValidatableResource
todo_todo.test2 - *terraform.NodeValidatableResource
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.041-0700 [TRACE] Executing graph transform *terraform.checkTransformer
2023-10-06T13:20:30.041-0700 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2023-10-06T13:20:30.042-0700 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2023-10-06T13:20:30.042-0700 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2023-10-06T13:20:30.042-0700 [TRACE] Executing graph transform *terraform.StateTransformer
2023-10-06T13:20:30.042-0700 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2023-10-06T13:20:30.042-0700 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2023-10-06T13:20:30.042-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2023-10-06T13:20:30.042-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2023-10-06T13:20:30.042-0700 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2023-10-06T13:20:30.042-0700 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2023-10-06T13:20:30.042-0700 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2023-10-06T13:20:30.042-0700 [TRACE] AttachResourceConfigTransformer: attaching to "todo_todo.test1" (*terraform.NodeValidatableResource) config from main.tf:21,1-29
2023-10-06T13:20:30.042-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to todo_todo.test1
2023-10-06T13:20:30.042-0700 [TRACE] AttachResourceConfigTransformer: attaching to "todo_todo.test2" (*terraform.NodeValidatableResource) config from main.tf:27,1-29
2023-10-06T13:20:30.042-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to todo_todo.test2
2023-10-06T13:20:30.042-0700 [TRACE] AttachResourceConfigTransformer: attaching to "data.todo_todo.foreign" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:17, Column:1, Byte:207}, End:hcl.Pos{Line:17, Column:27, Byte:233}}
2023-10-06T13:20:30.042-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.todo_todo.foreign
2023-10-06T13:20:30.042-0700 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2023-10-06T13:20:30.042-0700 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2023-10-06T13:20:30.042-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2023-10-06T13:20:30.042-0700 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/spkane/todo\"]" provider configuration from main.tf:10,1-16
2023-10-06T13:20:30.042-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
todo_todo.test1 - *terraform.NodeValidatableResource
todo_todo.test2 - *terraform.NodeValidatableResource
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.042-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2023-10-06T13:20:30.042-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2023-10-06T13:20:30.042-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2023-10-06T13:20:30.042-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/spkane/todo"] serving todo_todo.test2
2023-10-06T13:20:30.042-0700 [DEBUG] ProviderTransformer: "todo_todo.test2" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/spkane/todo"]
2023-10-06T13:20:30.042-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/spkane/todo"] serving data.todo_todo.foreign
2023-10-06T13:20:30.042-0700 [DEBUG] ProviderTransformer: "data.todo_todo.foreign" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/spkane/todo"]
2023-10-06T13:20:30.042-0700 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/spkane/todo"] serving todo_todo.test1
2023-10-06T13:20:30.042-0700 [DEBUG] ProviderTransformer: "todo_todo.test1" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/spkane/todo"]
2023-10-06T13:20:30.043-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
todo_todo.test1 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
todo_todo.test2 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.043-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2023-10-06T13:20:30.043-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2023-10-06T13:20:30.043-0700 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
todo_todo.test1 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
todo_todo.test2 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.043-0700 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2023-10-06T13:20:30.043-0700 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2023-10-06T13:20:30.043-0700 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2023-10-06T13:20:30.043-0700 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/spkane/todo" to read its schema
2023-10-06T13:20:30.043-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to todo_todo.test1
2023-10-06T13:20:30.043-0700 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/spkane/todo" to read its schema
2023-10-06T13:20:30.043-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to todo_todo.test2
2023-10-06T13:20:30.043-0700 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/spkane/todo" to read its schema
2023-10-06T13:20:30.043-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to data.todo_todo.foreign
2023-10-06T13:20:30.043-0700 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/spkane/todo" to read its schema
2023-10-06T13:20:30.043-0700 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/spkane/todo"]
2023-10-06T13:20:30.043-0700 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2023-10-06T13:20:30.043-0700 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2023-10-06T13:20:30.043-0700 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2023-10-06T13:20:30.043-0700 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2023-10-06T13:20:30.043-0700 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2023-10-06T13:20:30.043-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2023-10-06T13:20:30.044-0700 [DEBUG] ReferenceTransformer: "todo_todo.test1" references: [var.purpose]
2023-10-06T13:20:30.044-0700 [DEBUG] ReferenceTransformer: "todo_todo.test2" references: [var.purpose data.todo_todo.foreign]
2023-10-06T13:20:30.044-0700 [DEBUG] ReferenceTransformer: "data.todo_todo.foreign" references: []
2023-10-06T13:20:30.044-0700 [DEBUG] ReferenceTransformer: "var.purpose" references: []
2023-10-06T13:20:30.044-0700 [DEBUG] ReferenceTransformer: "output.todo_1_ids (expand)" references: [todo_todo.test1]
2023-10-06T13:20:30.044-0700 [DEBUG] ReferenceTransformer: "output.todo_2_ids (expand)" references: [todo_todo.test2]
2023-10-06T13:20:30.044-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/spkane/todo\"]" references: []
2023-10-06T13:20:30.044-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test1 - *terraform.NodeValidatableResource
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test2 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
todo_todo.test1 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
todo_todo.test2 - *terraform.NodeValidatableResource
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.044-0700 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2023-10-06T13:20:30.044-0700 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2023-10-06T13:20:30.044-0700 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2023-10-06T13:20:30.044-0700 [TRACE] attachDataDependenciesTransformer: data.todo_todo.foreign depends on []
2023-10-06T13:20:30.044-0700 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2023-10-06T13:20:30.044-0700 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2023-10-06T13:20:30.044-0700 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2023-10-06T13:20:30.044-0700 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2023-10-06T13:20:30.044-0700 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2023-10-06T13:20:30.044-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer
2023-10-06T13:20:30.044-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2023-10-06T13:20:30.044-0700 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2023-10-06T13:20:30.044-0700 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2023-10-06T13:20:30.044-0700 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2023-10-06T13:20:30.044-0700 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test1 - *terraform.NodeValidatableResource
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test2 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/spkane/todo"] (close) - *terraform.graphNodeCloseProvider
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
todo_todo.test1 - *terraform.NodeValidatableResource
todo_todo.test2 - *terraform.NodeValidatableResource
todo_todo.test1 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
todo_todo.test2 - *terraform.NodeValidatableResource
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.044-0700 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2023-10-06T13:20:30.045-0700 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test1 - *terraform.NodeValidatableResource
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test2 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/spkane/todo"] (close) - *terraform.graphNodeCloseProvider
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
todo_todo.test1 - *terraform.NodeValidatableResource
todo_todo.test2 - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/spkane/todo"] (close) - *terraform.graphNodeCloseProvider
todo_todo.test1 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
todo_todo.test2 - *terraform.NodeValidatableResource
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.045-0700 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2023-10-06T13:20:30.045-0700 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.todo_todo.foreign - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test1 - *terraform.NodeValidatableResource
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
todo_todo.test2 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/spkane/todo"] (close) - *terraform.graphNodeCloseProvider
todo_todo.test1 - *terraform.NodeValidatableResource
todo_todo.test2 - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
output.todo_1_ids (expand) - *terraform.nodeExpandOutput
output.todo_2_ids (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/spkane/todo"] (close) - *terraform.graphNodeCloseProvider
todo_todo.test1 - *terraform.NodeValidatableResource
provider["registry.terraform.io/spkane/todo"] - *terraform.NodeApplyableProvider
var.purpose - *terraform.NodeRootVariable
todo_todo.test2 - *terraform.NodeValidatableResource
data.todo_todo.foreign - *terraform.NodeValidatableResource
var.purpose - *terraform.NodeRootVariable
var.purpose - *terraform.NodeRootVariable
------
2023-10-06T13:20:30.045-0700 [DEBUG] Starting graph walk: walkValidate
2023-10-06T13:20:30.046-0700 [TRACE] vertex "var.purpose": starting visit (*terraform.NodeRootVariable)
2023-10-06T13:20:30.046-0700 [TRACE] NodeRootVariable: evaluating var.purpose
2023-10-06T13:20:30.046-0700 [TRACE] prepareFinalInputVariableValue: preparing var.purpose
2023-10-06T13:20:30.046-0700 [TRACE] prepareFinalInputVariableValue: var.purpose has a default value
2023-10-06T13:20:30.046-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.purpose
2023-10-06T13:20:30.046-0700 [TRACE] evalVariableValidations: no validation rules declared for var.purpose, so skipping
2023-10-06T13:20:30.046-0700 [TRACE] vertex "var.purpose": visit complete
2023-10-06T13:20:30.047-0700 [TRACE] vertex "provider[\"registry.terraform.io/spkane/todo\"]": starting visit (*terraform.NodeApplyableProvider)
2023-10-06T13:20:30.047-0700 [DEBUG] created provider logger: level=trace
2023-10-06T13:20:30.047-0700 [INFO] provider: configuring client automatic mTLS
2023-10-06T13:20:30.050-0700 [DEBUG] provider: starting plugin: path=/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo args=["/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo"]
2023-10-06T13:20:30.051-0700 [DEBUG] provider: plugin started: path=/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo pid=70574
2023-10-06T13:20:30.051-0700 [DEBUG] provider: waiting for RPC address: path=/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo
2023-10-06T13:20:30.058-0700 [INFO] provider.terraform-provider-todo: configuring server automatic mTLS: timestamp=2023-10-06T13:20:30.058-0700
2023-10-06T13:20:30.065-0700 [DEBUG] provider.terraform-provider-todo: plugin address: address=/var/folders/rd/9w38b2m139d3tfvp186pkt180000gn/T/plugin1169395485 network=unix timestamp=2023-10-06T13:20:30.064-0700
2023-10-06T13:20:30.065-0700 [DEBUG] provider: using plugin: version=6
2023-10-06T13:20:30.069-0700 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/spkane/todo\"]" provider for provider["registry.terraform.io/spkane/todo"]
2023-10-06T13:20:30.069-0700 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-10-06T13:20:30.069-0700 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/spkane/todo
2023-10-06T13:20:30.069-0700 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/spkane/todo"]
2023-10-06T13:20:30.069-0700 [TRACE] buildProviderConfig for provider["registry.terraform.io/spkane/todo"]: using explicit config only
2023-10-06T13:20:30.069-0700 [TRACE] provider.stdio: waiting for stdio data
2023-10-06T13:20:30.069-0700 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-10-06T13:20:30.069-0700 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/spkane/todo
2023-10-06T13:20:30.070-0700 [TRACE] GRPCProvider.v6: ValidateProviderConfig
2023-10-06T13:20:30.070-0700 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-10-06T13:20:30.070-0700 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/spkane/todo
2023-10-06T13:20:30.070-0700 [TRACE] provider.terraform-provider-todo: Received request: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/tf6server/server.go:586 tf_proto_version=6.4 tf_req_id=8f14a25d-9076-5681-f187-4784cc37e730 @module=sdk.proto tf_provider_addr=registry.terraform.io/spkane/todo tf_rpc=ValidateProviderConfig timestamp=2023-10-06T13:20:30.070-0700
2023-10-06T13:20:30.070-0700 [TRACE] provider.terraform-provider-todo: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/internal/logging/protocol_data.go:41 @module=sdk.proto tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=8f14a25d-9076-5681-f187-4784cc37e730 tf_rpc=ValidateProviderConfig timestamp=2023-10-06T13:20:30.070-0700
2023-10-06T13:20:30.070-0700 [TRACE] provider.terraform-provider-todo: Sending request downstream: tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=8f14a25d-9076-5681-f187-4784cc37e730 tf_rpc=ValidateProviderConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto timestamp=2023-10-06T13:20:30.070-0700
2023-10-06T13:20:30.070-0700 [TRACE] provider.terraform-provider-todo: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=8f14a25d-9076-5681-f187-4784cc37e730 tf_rpc=ValidateProviderConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:291 timestamp=2023-10-06T13:20:30.070-0700
2023-10-06T13:20:30.070-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined Provider Schema: tf_rpc=ValidateProviderConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:302 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=8f14a25d-9076-5681-f187-4784cc37e730 timestamp=2023-10-06T13:20:30.070-0700
2023-10-06T13:20:30.070-0700 [TRACE] provider.terraform-provider-todo: Called provider defined Provider Schema: tf_req_id=8f14a25d-9076-5681-f187-4784cc37e730 tf_rpc=ValidateProviderConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:304 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.070-0700
2023-10-06T13:20:30.083-0700 [TRACE] provider.terraform-provider-todo: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/spkane/todo tf_req_duration_ms=1 @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 diagnostic_error_count=0 tf_req_id=8f14a25d-9076-5681-f187-4784cc37e730 tf_rpc=ValidateProviderConfig timestamp=2023-10-06T13:20:30.072-0700
2023-10-06T13:20:30.083-0700 [TRACE] provider.terraform-provider-todo: Served request: tf_proto_version=6.4 tf_req_id=8f14a25d-9076-5681-f187-4784cc37e730 tf_rpc=ValidateProviderConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/tf6server/server.go:606 @module=sdk.proto tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.072-0700
2023-10-06T13:20:30.083-0700 [TRACE] vertex "provider[\"registry.terraform.io/spkane/todo\"]": visit complete
2023-10-06T13:20:30.083-0700 [TRACE] vertex "todo_todo.test1": starting visit (*terraform.NodeValidatableResource)
2023-10-06T13:20:30.083-0700 [TRACE] vertex "data.todo_todo.foreign": starting visit (*terraform.NodeValidatableResource)
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/spkane/todo
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/spkane/todo
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: ValidateDataResourceConfig
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/spkane/todo
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: ValidateResourceConfig
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: GetProviderSchema
2023-10-06T13:20:30.083-0700 [TRACE] GRPCProvider.v6: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/spkane/todo
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Received request: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/tf6server/server.go:718 @module=sdk.proto tf_provider_addr=registry.terraform.io/spkane/todo tf_proto_version=6.4 tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb tf_resource_type=todo_todo tf_rpc=ValidateResourceConfig timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Sending request downstream: @module=sdk.proto tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb tf_rpc=ValidateResourceConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/spkane/todo tf_resource_type=todo_todo timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Received request: tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/tf6server/server.go:658 @module=sdk.proto tf_proto_version=6.4 tf_data_source_type=todo_todo tf_rpc=ValidateDataResourceConfig timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb tf_resource_type=todo_todo tf_rpc=ValidateResourceConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:369 timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Sending request downstream: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:20 @module=sdk.proto tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 tf_rpc=ValidateDataResourceConfig tf_data_source_type=todo_todo tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Checking DataSourceTypes lock: @module=sdk.framework tf_data_source_type=todo_todo tf_rpc=ValidateDataResourceConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:135 tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined Provider DataSources: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:145 @module=sdk.framework tf_rpc=ValidateDataResourceConfig tf_data_source_type=todo_todo tf_provider_addr=registry.terraform.io/spkane/todo tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Called provider defined Provider DataSources: tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 tf_rpc=ValidateDataResourceConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:147 @module=sdk.framework tf_data_source_type=todo_todo tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Found data source type: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:168 @module=sdk.framework tf_data_source_type=_todo tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 tf_provider_addr=registry.terraform.io/spkane/todo tf_rpc=ValidateDataResourceConfig timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Received downstream response: diagnostic_error_count=1 diagnostic_warning_count=0 @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 tf_data_source_type=todo_todo tf_proto_version=6.4 tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 @module=sdk.proto tf_provider_addr=registry.terraform.io/spkane/todo tf_req_duration_ms=0 tf_rpc=ValidateDataResourceConfig timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [ERROR] provider.terraform-provider-todo: Response contains error diagnostic: tf_data_source_type=todo_todo tf_proto_version=6.4 tf_provider_addr=registry.terraform.io/spkane/todo diagnostic_severity=ERROR tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 @module=sdk.proto diagnostic_detail="No data source type named \"todo_todo\" was found in the provider." diagnostic_summary="Data Source Type Not Found" tf_rpc=ValidateDataResourceConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/diag/diagnostics.go:58 timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Served request: tf_provider_addr=registry.terraform.io/spkane/todo tf_rpc=ValidateDataResourceConfig @module=sdk.proto tf_proto_version=6.4 @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/tf6server/server.go:678 tf_data_source_type=todo_todo tf_req_id=50b23c68-19c8-26d5-fea0-b239eb4ccc38 timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.084-0700 [TRACE] provider.terraform-provider-todo: Calling provider defined Provider Resources: tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb tf_rpc=ValidateResourceConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:379 tf_resource_type=todo_todo @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.085-0700 [TRACE] provider.terraform-provider-todo: Called provider defined Provider Resources: tf_resource_type=todo_todo tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb tf_rpc=ValidateResourceConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:381 @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.085-0700 [TRACE] provider.terraform-provider-todo: Found resource type: tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/spkane/todo @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v1.4.0/internal/fwserver/server.go:402 tf_resource_type=_todo timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.085-0700 [TRACE] provider.terraform-provider-todo: Received downstream response: diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb diagnostic_error_count=1 tf_provider_addr=registry.terraform.io/spkane/todo tf_resource_type=todo_todo @module=sdk.proto tf_proto_version=6.4 tf_rpc=ValidateResourceConfig @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:40 timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.085-0700 [ERROR] provider.terraform-provider-todo: Response contains error diagnostic: diagnostic_severity=ERROR diagnostic_summary="Resource Type Not Found" tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb tf_resource_type=todo_todo @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/internal/diag/diagnostics.go:58 tf_provider_addr=registry.terraform.io/spkane/todo @module=sdk.proto diagnostic_detail="No resource type named \"todo_todo\" was found in the provider." tf_proto_version=6.4 tf_rpc=ValidateResourceConfig timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.085-0700 [TRACE] provider.terraform-provider-todo: Served request: @caller=/Users/spkane/dev/go/path/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.19.0/tfprotov6/tf6server/server.go:738 tf_proto_version=6.4 tf_req_id=8e964c69-1880-5503-c3c3-eb809a5294fb tf_resource_type=todo_todo tf_rpc=ValidateResourceConfig @module=sdk.proto tf_provider_addr=registry.terraform.io/spkane/todo timestamp=2023-10-06T13:20:30.084-0700
2023-10-06T13:20:30.085-0700 [ERROR] vertex "data.todo_todo.foreign" error: Data Source Type Not Found
2023-10-06T13:20:30.085-0700 [TRACE] vertex "data.todo_todo.foreign": visit complete, with errors
2023-10-06T13:20:30.085-0700 [ERROR] vertex "todo_todo.test1" error: Resource Type Not Found
2023-10-06T13:20:30.085-0700 [TRACE] vertex "todo_todo.test1": visit complete, with errors
2023-10-06T13:20:30.085-0700 [TRACE] dag/walk: upstream of "todo_todo.test2" errored, so skipping
2023-10-06T13:20:30.085-0700 [TRACE] dag/walk: upstream of "output.todo_1_ids (expand)" errored, so skipping
2023-10-06T13:20:30.085-0700 [TRACE] dag/walk: upstream of "output.todo_2_ids (expand)" errored, so skipping
2023-10-06T13:20:30.085-0700 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/spkane/todo\"] (close)" errored, so skipping
2023-10-06T13:20:30.085-0700 [TRACE] dag/walk: upstream of "root" errored, so skipping
2023-10-06T13:20:30.085-0700 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2023-10-06T13:20:30.085-0700 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
│ Error: Data Source Type Not Found
│ with data.todo_todo.foreign,
│ on main.tf line 17, in data "todo_todo" "foreign":
│ 17: data "todo_todo" "foreign" {
│ No data source type named "todo_todo" was found in the provider.
│ Error: Resource Type Not Found
│ with todo_todo.test1,
│ on main.tf line 21, in resource "todo_todo" "test1":
│ 21: resource "todo_todo" "test1" {
│ No resource type named "todo_todo" was found in the provider.
2023-10-06T13:20:30.088-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2023-10-06T13:20:30.089-0700 [DEBUG] provider: plugin process exited: path=/Users/spkane/dev/spkane/terraform-provider-todo/terraform-provider-todo pid=70574
2023-10-06T13:20:30.089-0700 [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment