Skip to content

Instantly share code, notes, and snippets.

@bendbennett
Created November 28, 2022 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bendbennett/8a9ecd46848abc0aaeebf47129fd2a14 to your computer and use it in GitHub Desktop.
Save bendbennett/8a9ecd46848abc0aaeebf47129fd2a14 to your computer and use it in GitHub Desktop.
2022-11-28T12:02:27.254Z [INFO] Terraform version: 1.3.2
2022-11-28T12:02:27.254Z [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-11-28T12:02:27.254Z [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1
2022-11-28T12:02:27.254Z [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-11-28T12:02:27.254Z [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-11-28T12:02:27.254Z [DEBUG] using github.com/zclconf/go-cty v1.11.0
2022-11-28T12:02:27.254Z [INFO] Go runtime version: go1.19.1
2022-11-28T12:02:27.254Z [INFO] CLI args: []string{"terraform", "apply"}
2022-11-28T12:02:27.254Z [TRACE] Stdout is not a terminal
2022-11-28T12:02:27.254Z [TRACE] Stderr is a terminal of width 184
2022-11-28T12:02:27.254Z [TRACE] Stdin is a terminal
2022-11-28T12:02:27.254Z [DEBUG] Attempting to open CLI config file: /Users/bdb/.terraformrc
2022-11-28T12:02:27.254Z [INFO] Loading CLI configuration from /Users/bdb/.terraformrc
2022-11-28T12:02:27.255Z [DEBUG] Explicit provider installation configuration is set
2022-11-28T12:02:27.255Z [TRACE] Selected provider installation method cliconfig.ProviderInstallationDirect with includes [] and excludes []
2022-11-28T12:02:27.255Z [INFO] CLI command args: []string{"apply"}
2022-11-28T12:02:27.255Z [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-11-28T12:02:27.255Z [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-11-28T12:02:27.255Z [DEBUG] New state was assigned lineage "b130c854-ef4d-1472-916d-a33ac76e4839"
2022-11-28T12:02:27.255Z [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-11-28T12:02:27.255Z [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-11-28T12:02:27.255Z [DEBUG] Provider registry.terraform.io/bendbennett/playground is overridden by dev_overrides
2022-11-28T12:02:27.255Z [DEBUG] Provider registry.terraform.io/bendbennett/playground is overridden to load from /Users/bdb/go/bin
2022-11-28T12:02:27.255Z [DEBUG] checking for provisioner in "."
2022-11-28T12:02:27.255Z [DEBUG] checking for provisioner in "/usr/local/bin"
2022-11-28T12:02:27.255Z [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-11-28T12:02:27.255Z [DEBUG] Provider registry.terraform.io/bendbennett/playground is overridden by dev_overrides
2022-11-28T12:02:27.256Z [INFO] backend/local: starting Apply operation
2022-11-28T12:02:27.256Z [TRACE] backend/local: requesting state manager for workspace "default"
2022-11-28T12:02:27.256Z [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
2022-11-28T12:02:27.256Z [TRACE] backend/local: requesting state lock for workspace "default"
2022-11-28T12:02:27.257Z [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-11-28T12:02:27.257Z [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2022-11-28T12:02:27.257Z [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-11-28T12:02:27.257Z [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-11-28T12:02:27.257Z [TRACE] backend/local: reading remote state for workspace "default"
2022-11-28T12:02:27.257Z [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-11-28T12:02:27.257Z [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2022-11-28T12:02:27.257Z [TRACE] statemgr.Filesystem: read nil snapshot
2022-11-28T12:02:27.257Z [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-11-28T12:02:27.258Z [DEBUG] Config.VerifyDependencySelections: skipping registry.terraform.io/bendbennett/playground because it's overridden by a special configuration setting
2022-11-28T12:02:27.258Z [TRACE] terraform.NewContext: starting
2022-11-28T12:02:27.258Z [TRACE] terraform.NewContext: complete
2022-11-28T12:02:27.258Z [TRACE] backend/local: requesting interactive input, if necessary
2022-11-28T12:02:27.258Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/bendbennett/playground"
2022-11-28T12:02:27.258Z [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/bendbennett/playground" to read its schema
2022-11-28T12:02:27.258Z [DEBUG] created provider logger: level=trace
2022-11-28T12:02:27.258Z [INFO] provider: configuring client automatic mTLS
2022-11-28T12:02:27.270Z [DEBUG] provider: starting plugin: path=/Users/bdb/go/bin/terraform-provider-playground args=[/Users/bdb/go/bin/terraform-provider-playground]
2022-11-28T12:02:27.272Z [DEBUG] provider: plugin started: path=/Users/bdb/go/bin/terraform-provider-playground pid=4745
2022-11-28T12:02:27.272Z [DEBUG] provider: waiting for RPC address: path=/Users/bdb/go/bin/terraform-provider-playground
2022-11-28T12:02:27.281Z [INFO] provider.terraform-provider-playground: configuring server automatic mTLS: timestamp=2022-11-28T12:02:27.280Z
2022-11-28T12:02:27.290Z [DEBUG] provider.terraform-provider-playground: plugin address: address=/var/folders/23/p8tx31c53rd16t1pjt03zndc0000gq/T/plugin876898616 network=unix timestamp=2022-11-28T12:02:27.290Z
2022-11-28T12:02:27.290Z [DEBUG] provider: using plugin: version=6
2022-11-28T12:02:27.299Z [TRACE] GRPCProvider.v6: GetProviderSchema
2022-11-28T12:02:27.299Z [TRACE] provider.stdio: waiting for stdio data
2022-11-28T12:02:27.300Z [TRACE] provider.terraform-provider-playground: Received request: tf_proto_version=6.3 tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:491 @module=sdk.proto tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.300Z [TRACE] provider.terraform-provider-playground: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_proto_version=6.3 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.300Z [TRACE] provider.terraform-provider-playground: Provider implements ProviderWithMetadata: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:34 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.300Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider Metadata: tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:39 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:41 @module=sdk.framework timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [TRACE] provider.terraform-provider-playground: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:252 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:260 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:262 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [TRACE] provider.terraform-provider-playground: Checking ResourceSchemas lock: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:394 @module=sdk.framework timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [TRACE] provider.terraform-provider-playground: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:320 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider Resources: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:330 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider Resources: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:332 @module=sdk.framework timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [TRACE] provider.terraform-provider-playground: Found resource type: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:353 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @module=sdk.framework tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Resource GetSchema: tf_rpc=GetProviderSchema tf_resource_type=playground_resource tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:411 @module=sdk.framework timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [DEBUG] provider.terraform-provider-playground: Called provider defined Resource GetSchema: tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:413 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [TRACE] provider.terraform-provider-playground: Checking DataSourceSchemas lock: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:216 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.301Z [TRACE] provider.terraform-provider-playground: Checking DataSourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:142 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.302Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider DataSources: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:152 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.302Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider DataSources: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:154 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.302Z [TRACE] provider.terraform-provider-playground: Found data source type: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:175 @module=sdk.framework tf_data_source_type=playground_datasource tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.302Z [DEBUG] provider.terraform-provider-playground: Calling provider defined DataSource GetSchema: tf_data_source_type=playground_datasource tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @module=sdk.framework @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:233 tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.302Z [DEBUG] provider.terraform-provider-playground: Called provider defined DataSource GetSchema: @module=sdk.framework tf_data_source_type=playground_datasource tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:235 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.302Z [TRACE] provider.terraform-provider-playground: Received downstream response: diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_duration_ms=0 tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=6.3 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.302Z [TRACE] provider.terraform-provider-playground: Served request: tf_req_id=78dcd485-0da3-938b-8896-18dc73336a17 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:510 @module=sdk.proto tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=GetProviderSchema tf_proto_version=6.3 timestamp=2022-11-28T12:02:27.300Z
2022-11-28T12:02:27.302Z [DEBUG] No provider meta schema returned
2022-11-28T12:02:27.302Z [TRACE] GRPCProvider.v6: Close
2022-11-28T12:02:27.303Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-28T12:02:27.304Z [DEBUG] provider: plugin process exited: path=/Users/bdb/go/bin/terraform-provider-playground pid=4745
2022-11-28T12:02:27.304Z [DEBUG] provider: plugin exited
2022-11-28T12:02:27.304Z [TRACE] Context.Input: Prompting for provider arguments
2022-11-28T12:02:27.304Z [TRACE] Context.Input: Provider provider.playground implied by resource block at resource.tf:9,1-41
2022-11-28T12:02:27.304Z [TRACE] Context.Input: Input for provider.playground: map[string]cty.Value{}
2022-11-28T12:02:27.304Z [TRACE] backend/local: running validation operation
2022-11-28T12:02:27.304Z [DEBUG] Building and walking validate graph
2022-11-28T12:02:27.304Z [TRACE] building graph for walkValidate
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-28T12:02:27.304Z [TRACE] ConfigTransformer: Starting for path:
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
playground_resource.example - *terraform.NodeValidatableResource
------
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.StateTransformer
2022-11-28T12:02:27.304Z [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-28T12:02:27.304Z [TRACE] AttachResourceConfigTransformer: attaching to "playground_resource.example" (*terraform.NodeValidatableResource) config from resource.tf:9,1-41
2022-11-28T12:02:27.304Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to playground_resource.example
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-28T12:02:27.304Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-28T12:02:27.304Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
playground_resource.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
------
2022-11-28T12:02:27.304Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-28T12:02:27.304Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-28T12:02:27.304Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/bendbennett/playground"] serving playground_resource.example
2022-11-28T12:02:27.304Z [DEBUG] ProviderTransformer: "playground_resource.example" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/bendbennett/playground"]
2022-11-28T12:02:27.304Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
playground_resource.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
------
2022-11-28T12:02:27.304Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-28T12:02:27.304Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
playground_resource.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
------
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-28T12:02:27.304Z [TRACE] AttachSchemaTransformer: attaching resource schema to playground_resource.example
2022-11-28T12:02:27.304Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/bendbennett/playground"]
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-28T12:02:27.304Z [DEBUG] ReferenceTransformer: "playground_resource.example" references: []
2022-11-28T12:02:27.304Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/bendbennett/playground\"]" references: []
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-28T12:02:27.304Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-28T12:02:27.304Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-28T12:02:27.305Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-28T12:02:27.305Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-28T12:02:27.305Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-28T12:02:27.305Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-28T12:02:27.305Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
playground_resource.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
playground_resource.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
------
2022-11-28T12:02:27.305Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-28T12:02:27.305Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
playground_resource.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
playground_resource.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-28T12:02:27.305Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-28T12:02:27.305Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
playground_resource.example - *terraform.NodeValidatableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
playground_resource.example - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-28T12:02:27.305Z [DEBUG] Starting graph walk: walkValidate
2022-11-28T12:02:27.305Z [TRACE] vertex "provider[\"registry.terraform.io/bendbennett/playground\"]": starting visit (*terraform.NodeApplyableProvider)
2022-11-28T12:02:27.305Z [DEBUG] created provider logger: level=trace
2022-11-28T12:02:27.305Z [INFO] provider: configuring client automatic mTLS
2022-11-28T12:02:27.309Z [DEBUG] provider: starting plugin: path=/Users/bdb/go/bin/terraform-provider-playground args=[/Users/bdb/go/bin/terraform-provider-playground]
2022-11-28T12:02:27.310Z [DEBUG] provider: plugin started: path=/Users/bdb/go/bin/terraform-provider-playground pid=4746
2022-11-28T12:02:27.311Z [DEBUG] provider: waiting for RPC address: path=/Users/bdb/go/bin/terraform-provider-playground
2022-11-28T12:02:27.321Z [INFO] provider.terraform-provider-playground: configuring server automatic mTLS: timestamp=2022-11-28T12:02:27.321Z
2022-11-28T12:02:27.330Z [DEBUG] provider: using plugin: version=6
2022-11-28T12:02:27.330Z [DEBUG] provider.terraform-provider-playground: plugin address: address=/var/folders/23/p8tx31c53rd16t1pjt03zndc0000gq/T/plugin248167294 network=unix timestamp=2022-11-28T12:02:27.329Z
2022-11-28T12:02:27.338Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/bendbennett/playground\"]" provider for provider["registry.terraform.io/bendbennett/playground"]
2022-11-28T12:02:27.338Z [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/bendbennett/playground"]
2022-11-28T12:02:27.338Z [TRACE] buildProviderConfig for provider["registry.terraform.io/bendbennett/playground"]: no configuration at all
2022-11-28T12:02:27.338Z [TRACE] provider.stdio: waiting for stdio data
2022-11-28T12:02:27.338Z [TRACE] vertex "provider[\"registry.terraform.io/bendbennett/playground\"]": visit complete
2022-11-28T12:02:27.338Z [TRACE] vertex "playground_resource.example": starting visit (*terraform.NodeValidatableResource)
2022-11-28T12:02:27.338Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2022-11-28T12:02:27.338Z [TRACE] GRPCProvider.v6: GetProviderSchema
2022-11-28T12:02:27.339Z [TRACE] provider.terraform-provider-playground: Received request: @module=sdk.proto tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:491 tf_proto_version=6.3 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [TRACE] provider.terraform-provider-playground: Sending request downstream: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=GetProviderSchema tf_proto_version=6.3 tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [TRACE] provider.terraform-provider-playground: Provider implements ProviderWithMetadata: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:34 @module=sdk.framework timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:39 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:41 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [TRACE] provider.terraform-provider-playground: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:252 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:260 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider GetSchema: tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:262 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [TRACE] provider.terraform-provider-playground: Checking ResourceSchemas lock: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:394 @module=sdk.framework timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [TRACE] provider.terraform-provider-playground: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:320 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.339Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:330 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:332 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [TRACE] provider.terraform-provider-playground: Found resource type: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:353 @module=sdk.framework tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Resource GetSchema: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:411 tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_resource_type=playground_resource tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [DEBUG] provider.terraform-provider-playground: Called provider defined Resource GetSchema: tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:413 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [TRACE] provider.terraform-provider-playground: Checking DataSourceSchemas lock: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:216 @module=sdk.framework timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [TRACE] provider.terraform-provider-playground: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:142 @module=sdk.framework timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider DataSources: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:152 @module=sdk.framework timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:154 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [TRACE] provider.terraform-provider-playground: Found data source type: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:175 tf_data_source_type=playground_datasource timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [DEBUG] provider.terraform-provider-playground: Calling provider defined DataSource GetSchema: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:233 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=playground_datasource tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [DEBUG] provider.terraform-provider-playground: Called provider defined DataSource GetSchema: @module=sdk.framework tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:235 tf_data_source_type=playground_datasource tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [TRACE] provider.terraform-provider-playground: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.340Z [TRACE] provider.terraform-provider-playground: Served request: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:510 tf_req_id=aaf5aa2f-78a7-8c04-bd9f-971a633aacf7 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=GetProviderSchema @module=sdk.proto timestamp=2022-11-28T12:02:27.339Z
2022-11-28T12:02:27.341Z [DEBUG] No provider meta schema returned
2022-11-28T12:02:27.341Z [TRACE] provider.terraform-provider-playground: Received request: tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:677 @module=sdk.proto tf_proto_version=6.3 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [TRACE] provider.terraform-provider-playground: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/internal/logging/protocol_data.go:38 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [TRACE] provider.terraform-provider-playground: Sending request downstream: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource @module=sdk.proto tf_proto_version=6.3 tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [TRACE] provider.terraform-provider-playground: Checking ResourceTypes lock: tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:320 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [TRACE] provider.terraform-provider-playground: Checking ResourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:394 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 tf_attribute_path=id tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: tf_attribute_path=id tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: tf_attribute_path=id tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_attribute_path=configurable_attribute tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/bendbennett/playground @module=sdk.framework tf_attribute_path=configurable_attribute timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.341Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_rpc=ValidateResourceConfig tf_attribute_path=configurable_attribute @module=sdk.framework tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.342Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=timeouts.delete tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.342Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=timeouts.delete tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.342Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig tf_attribute_path=timeouts.delete tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.342Z [TRACE] vertex "playground_resource.example": visit complete
2022-11-28T12:02:27.342Z [TRACE] vertex "provider[\"registry.terraform.io/bendbennett/playground\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-11-28T12:02:27.342Z [TRACE] GRPCProvider.v6: Close
2022-11-28T12:02:27.342Z [DEBUG] provider.terraform-provider-playground: Calling provider defined AttributeValidator: @module=sdk.framework tf_attribute_path=timeouts.delete tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:99 description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.343Z [DEBUG] provider.terraform-provider-playground: Called provider defined AttributeValidator: tf_provider_addr=registry.terraform.io/bendbennett/playground @module=sdk.framework description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_attribute_path=timeouts.delete tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:107 tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.343Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_attribute_path=timeouts.create tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.343Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: tf_attribute_path=timeouts.create tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/bendbennett/playground @module=sdk.framework timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.343Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: tf_attribute_path=timeouts.create tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource @module=sdk.framework tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.343Z [DEBUG] provider.terraform-provider-playground: Calling provider defined AttributeValidator: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:99 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_attribute_path=timeouts.create tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.343Z [DEBUG] provider.terraform-provider-playground: Called provider defined AttributeValidator: @module=sdk.framework description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_attribute_path=timeouts.create tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:107 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 timestamp=2022-11-28T12:02:27.341Z
2022-11-28T12:02:27.343Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_attribute_path=timeouts.update tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 timestamp=2022-11-28T12:02:27.342Z
2022-11-28T12:02:27.343Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=timeouts.update tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_rpc=ValidateResourceConfig tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.342Z
2022-11-28T12:02:27.343Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=timeouts.update tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 timestamp=2022-11-28T12:02:27.342Z
2022-11-28T12:02:27.344Z [DEBUG] provider.terraform-provider-playground: Calling provider defined AttributeValidator: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:99 @module=sdk.framework description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_attribute_path=timeouts.update tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 timestamp=2022-11-28T12:02:27.342Z
2022-11-28T12:02:27.343Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-28T12:02:27.344Z [DEBUG] provider.terraform-provider-playground: Called provider defined AttributeValidator: tf_attribute_path=timeouts.update tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:107 @module=sdk.framework description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 timestamp=2022-11-28T12:02:27.342Z
2022-11-28T12:02:27.344Z [TRACE] provider.terraform-provider-playground: Received downstream response: tf_proto_version=6.3 tf_rpc=ValidateResourceConfig diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=0 tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.342Z
2022-11-28T12:02:27.344Z [TRACE] provider.terraform-provider-playground: Served request: tf_req_id=41826aa3-9394-2111-2ac6-1fee68f557f8 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig tf_proto_version=6.3 @module=sdk.proto tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:697 timestamp=2022-11-28T12:02:27.342Z
2022-11-28T12:02:27.344Z [DEBUG] provider: plugin process exited: path=/Users/bdb/go/bin/terraform-provider-playground pid=4746
2022-11-28T12:02:27.344Z [DEBUG] provider: plugin exited
2022-11-28T12:02:27.344Z [TRACE] vertex "provider[\"registry.terraform.io/bendbennett/playground\"] (close)": visit complete
2022-11-28T12:02:27.344Z [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-11-28T12:02:27.344Z [TRACE] vertex "root": visit complete
2022-11-28T12:02:27.344Z [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/bendbennett/playground"
2022-11-28T12:02:27.344Z [INFO] backend/local: apply calling Plan
2022-11-28T12:02:27.344Z [DEBUG] Building and walking plan graph for NormalMode
2022-11-28T12:02:27.344Z [TRACE] building graph for walkPlan
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-11-28T12:02:27.344Z [TRACE] ConfigTransformer: Starting for path:
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
------
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.LocalTransformer
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.OutputTransformer
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.StateTransformer
2022-11-28T12:02:27.344Z [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-11-28T12:02:27.344Z [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-11-28T12:02:27.344Z [TRACE] AttachResourceConfigTransformer: attaching to "playground_resource.example (expand)" (*terraform.nodeExpandPlannableResource) config from resource.tf:9,1-41
2022-11-28T12:02:27.344Z [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to playground_resource.example (expand)
2022-11-28T12:02:27.344Z [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-11-28T12:02:27.345Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-11-28T12:02:27.345Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
------
2022-11-28T12:02:27.345Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-11-28T12:02:27.345Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-11-28T12:02:27.345Z [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/bendbennett/playground"] serving playground_resource.example (expand)
2022-11-28T12:02:27.345Z [DEBUG] ProviderTransformer: "playground_resource.example (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/bendbennett/playground"]
2022-11-28T12:02:27.345Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
------
2022-11-28T12:02:27.345Z [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-11-28T12:02:27.345Z [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
------
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-11-28T12:02:27.345Z [TRACE] AttachSchemaTransformer: attaching resource schema to playground_resource.example (expand)
2022-11-28T12:02:27.345Z [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/bendbennett/playground"]
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-28T12:02:27.345Z [DEBUG] ReferenceTransformer: "playground_resource.example (expand)" references: []
2022-11-28T12:02:27.345Z [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/bendbennett/playground\"]" references: []
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-11-28T12:02:27.345Z [TRACE] AttachDependenciesTransformer: playground_resource.example depends on []
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-11-28T12:02:27.345Z [TRACE] ForcedCBDTransformer: "playground_resource.example (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
------
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-11-28T12:02:27.345Z [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-28T12:02:27.345Z [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-11-28T12:02:27.346Z [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
playground_resource.example (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/bendbennett/playground"] (close) - *terraform.graphNodeCloseProvider
------
2022-11-28T12:02:27.346Z [DEBUG] Starting graph walk: walkPlan
2022-11-28T12:02:27.346Z [TRACE] vertex "provider[\"registry.terraform.io/bendbennett/playground\"]": starting visit (*terraform.NodeApplyableProvider)
2022-11-28T12:02:27.346Z [DEBUG] created provider logger: level=trace
2022-11-28T12:02:27.346Z [INFO] provider: configuring client automatic mTLS
2022-11-28T12:02:27.349Z [DEBUG] provider: starting plugin: path=/Users/bdb/go/bin/terraform-provider-playground args=[/Users/bdb/go/bin/terraform-provider-playground]
2022-11-28T12:02:27.351Z [DEBUG] provider: plugin started: path=/Users/bdb/go/bin/terraform-provider-playground pid=4747
2022-11-28T12:02:27.351Z [DEBUG] provider: waiting for RPC address: path=/Users/bdb/go/bin/terraform-provider-playground
2022-11-28T12:02:27.358Z [INFO] provider.terraform-provider-playground: configuring server automatic mTLS: timestamp=2022-11-28T12:02:27.358Z
2022-11-28T12:02:27.367Z [DEBUG] provider: using plugin: version=6
2022-11-28T12:02:27.367Z [DEBUG] provider.terraform-provider-playground: plugin address: address=/var/folders/23/p8tx31c53rd16t1pjt03zndc0000gq/T/plugin947101403 network=unix timestamp=2022-11-28T12:02:27.366Z
2022-11-28T12:02:27.375Z [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/bendbennett/playground\"]" provider for provider["registry.terraform.io/bendbennett/playground"]
2022-11-28T12:02:27.375Z [TRACE] provider.stdio: waiting for stdio data
2022-11-28T12:02:27.375Z [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/bendbennett/playground"]
2022-11-28T12:02:27.375Z [TRACE] buildProviderConfig for provider["registry.terraform.io/bendbennett/playground"]: no configuration at all
2022-11-28T12:02:27.375Z [TRACE] GRPCProvider.v6: GetProviderSchema
2022-11-28T12:02:27.375Z [TRACE] provider.terraform-provider-playground: Received request: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:491 @module=sdk.proto tf_proto_version=6.3 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.375Z [TRACE] provider.terraform-provider-playground: Sending request downstream: tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.375Z [TRACE] provider.terraform-provider-playground: Provider implements ProviderWithMetadata: tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:34 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.375Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider Metadata: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:39 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.375Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_getproviderschema.go:41 @module=sdk.framework timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [TRACE] provider.terraform-provider-playground: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:252 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider GetSchema: tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:260 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider GetSchema: tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:262 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [TRACE] provider.terraform-provider-playground: Checking ResourceSchemas lock: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:394 @module=sdk.framework timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [TRACE] provider.terraform-provider-playground: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:320 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider Resources: tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:330 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider Resources: tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:332 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [TRACE] provider.terraform-provider-playground: Found resource type: @module=sdk.framework tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:353 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Resource GetSchema: @module=sdk.framework tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_resource_type=playground_resource tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:411 tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [DEBUG] provider.terraform-provider-playground: Called provider defined Resource GetSchema: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:413 @module=sdk.framework tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [TRACE] provider.terraform-provider-playground: Checking DataSourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:216 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [TRACE] provider.terraform-provider-playground: Checking DataSourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:142 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.376Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider DataSources: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:152 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.377Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:154 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.377Z [TRACE] provider.terraform-provider-playground: Found data source type: @module=sdk.framework tf_data_source_type=playground_datasource tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:175 tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.377Z [DEBUG] provider.terraform-provider-playground: Calling provider defined DataSource GetSchema: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 @module=sdk.framework tf_data_source_type=playground_datasource tf_rpc=GetProviderSchema @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:233 timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.377Z [DEBUG] provider.terraform-provider-playground: Called provider defined DataSource GetSchema: @module=sdk.framework tf_data_source_type=playground_datasource tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:235 tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.377Z [TRACE] provider.terraform-provider-playground: Received downstream response: tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_duration_ms=0 tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_rpc=GetProviderSchema timestamp=2022-11-28T12:02:27.375Z
2022-11-28T12:02:27.377Z [TRACE] provider.terraform-provider-playground: Served request: tf_proto_version=6.3 tf_rpc=GetProviderSchema @module=sdk.proto tf_req_id=ae6d6857-2b5f-f5dd-2c04-7bf8b33212b0 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:510 tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.376Z
2022-11-28T12:02:27.377Z [DEBUG] No provider meta schema returned
2022-11-28T12:02:27.377Z [TRACE] GRPCProvider.v6: ValidateProviderConfig
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Received request: @module=sdk.proto tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:545 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateProviderConfig timestamp=2022-11-28T12:02:27.377Z
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: 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_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateProviderConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/internal/logging/protocol_data.go:38 @module=sdk.proto tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Sending request downstream: tf_rpc=ValidateProviderConfig tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Checking ProviderSchema lock: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:252 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb tf_rpc=ValidateProviderConfig timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: tf_attribute_path=configurable_attribute tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_rpc=ValidateProviderConfig timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb tf_attribute_path=configurable_attribute tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateProviderConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=configurable_attribute tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb tf_rpc=ValidateProviderConfig timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Received downstream response: diagnostic_warning_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateProviderConfig @module=sdk.proto @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 diagnostic_error_count=0 tf_req_duration_ms=0 tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Served request: tf_rpc=ValidateProviderConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:565 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=665e802a-b0e4-57c5-ed82-0a88399e4eeb @module=sdk.proto timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [TRACE] GRPCProvider.v6: ConfigureProvider
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Received request: @module=sdk.proto @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:518 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=f48af74d-c352-8717-bf2d-363b705ec22f tf_rpc=ConfigureProvider timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Sending request downstream: @module=sdk.proto tf_proto_version=6.3 tf_req_id=f48af74d-c352-8717-bf2d-363b705ec22f tf_rpc=ConfigureProvider @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.378Z [TRACE] provider.terraform-provider-playground: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=f48af74d-c352-8717-bf2d-363b705ec22f tf_rpc=ConfigureProvider @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:252 timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.379Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=f48af74d-c352-8717-bf2d-363b705ec22f tf_rpc=ConfigureProvider @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_configureprovider.go:12 timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.379Z [DEBUG] provider.terraform-provider-playground: Called provider defined Provider Configure: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=f48af74d-c352-8717-bf2d-363b705ec22f tf_rpc=ConfigureProvider timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.379Z [TRACE] provider.terraform-provider-playground: Received downstream response: @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ConfigureProvider tf_req_id=f48af74d-c352-8717-bf2d-363b705ec22f @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.379Z [TRACE] provider.terraform-provider-playground: Served request: @module=sdk.proto @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:538 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=f48af74d-c352-8717-bf2d-363b705ec22f tf_rpc=ConfigureProvider timestamp=2022-11-28T12:02:27.378Z
2022-11-28T12:02:27.379Z [TRACE] vertex "provider[\"registry.terraform.io/bendbennett/playground\"]": visit complete
2022-11-28T12:02:27.379Z [TRACE] vertex "playground_resource.example (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-11-28T12:02:27.379Z [TRACE] vertex "playground_resource.example (expand)": expanding dynamic subgraph
2022-11-28T12:02:27.379Z [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-11-28T12:02:27.379Z [TRACE] ResourceCountTransformer: adding playground_resource.example as *terraform.NodePlannableResourceInstance
2022-11-28T12:02:27.379Z [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
playground_resource.example - *terraform.NodePlannableResourceInstance
------
2022-11-28T12:02:27.379Z [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-11-28T12:02:27.379Z [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-11-28T12:02:27.379Z [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-11-28T12:02:27.379Z [DEBUG] Resource instance state not found for node "playground_resource.example", instance playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-11-28T12:02:27.379Z [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-11-28T12:02:27.379Z [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-11-28T12:02:27.379Z [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-11-28T12:02:27.379Z [DEBUG] ReferenceTransformer: "playground_resource.example" references: []
2022-11-28T12:02:27.379Z [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-11-28T12:02:27.379Z [TRACE] Executing graph transform *terraform.RootTransformer
2022-11-28T12:02:27.379Z [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-11-28T12:02:27.379Z [TRACE] vertex "playground_resource.example (expand)": entering dynamic subgraph
2022-11-28T12:02:27.379Z [TRACE] vertex "playground_resource.example": starting visit (*terraform.NodePlannableResourceInstance)
2022-11-28T12:02:27.379Z [TRACE] readResourceInstanceState: reading state for playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] readResourceInstanceState: no state present for playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] NodeAbstractResourceInstance.refresh for playground_resource.example
2022-11-28T12:02:27.379Z [DEBUG] refresh: playground_resource.example: no state, so not refreshing
2022-11-28T12:02:27.379Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for playground_resource.example
2022-11-28T12:02:27.379Z [TRACE] Re-validating config for "playground_resource.example"
2022-11-28T12:02:27.379Z [TRACE] GRPCProvider.v6: ValidateResourceConfig
2022-11-28T12:02:27.379Z [TRACE] provider.terraform-provider-playground: Received request: @module=sdk.proto tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:677 tf_proto_version=6.3 timestamp=2022-11-28T12:02:27.379Z
2022-11-28T12:02:27.380Z [TRACE] provider.terraform-provider-playground: Sending request downstream: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 timestamp=2022-11-28T12:02:27.379Z
2022-11-28T12:02:27.380Z [TRACE] provider.terraform-provider-playground: Checking ResourceTypes lock: tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:320 @module=sdk.framework timestamp=2022-11-28T12:02:27.379Z
2022-11-28T12:02:27.380Z [TRACE] provider.terraform-provider-playground: Checking ResourceSchemas lock: tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:394 tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.379Z
2022-11-28T12:02:27.380Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_attribute_path=configurable_attribute tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_attribute_path=configurable_attribute tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: tf_rpc=ValidateResourceConfig tf_attribute_path=configurable_attribute tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: tf_attribute_path=id tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource @module=sdk.framework tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [TRACE] GRPCProvider.v6: PlanResourceChange
2022-11-28T12:02:27.380Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=id tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=id @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/bendbennett/playground @module=sdk.framework tf_attribute_path=timeouts.create tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: tf_attribute_path=timeouts.create tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 @module=sdk.framework timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=timeouts.create tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [DEBUG] provider.terraform-provider-playground: Calling provider defined AttributeValidator: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:99 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @module=sdk.framework description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_attribute_path=timeouts.create timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Called provider defined AttributeValidator: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:107 tf_attribute_path=timeouts.create tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource @module=sdk.framework description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 tf_attribute_path=timeouts.update tf_resource_type=playground_resource @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=timeouts.update timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: tf_attribute_path=timeouts.update tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Calling provider defined AttributeValidator: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:99 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_attribute_path=timeouts.update timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Called provider defined AttributeValidator: tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:107 @module=sdk.framework tf_attribute_path=timeouts.update tf_resource_type=playground_resource description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [TRACE] provider.terraform-provider-playground: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:77 @module=sdk.framework tf_attribute_path=timeouts.delete tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Calling provider defined Type Validate: tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:78 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_attribute_path=timeouts.delete timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwschemadata/data_value.go:80 tf_attribute_path=timeouts.delete tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Calling provider defined AttributeValidator: description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_attribute_path=timeouts.delete tf_provider_addr=registry.terraform.io/bendbennett/playground @module=sdk.framework tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:99 timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.381Z [DEBUG] provider.terraform-provider-playground: Called provider defined AttributeValidator: @module=sdk.framework tf_attribute_path=timeouts.delete tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateResourceConfig @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/attribute_validation.go:107 description="must be a string containing a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "-1.5h" or "2h45m". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h"." tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.380Z [ERROR] vertex "playground_resource.example" error: Error modifying plan
2022-11-28T12:02:27.382Z [TRACE] vertex "playground_resource.example": visit complete, with errors
2022-11-28T12:02:27.382Z [TRACE] vertex "playground_resource.example (expand)": dynamic subgraph encountered errors: Error modifying plan
2022-11-28T12:02:27.382Z [ERROR] vertex "playground_resource.example (expand)" error: Error modifying plan
2022-11-28T12:02:27.382Z [TRACE] vertex "playground_resource.example (expand)": visit complete, with errors
2022-11-28T12:02:27.382Z [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/bendbennett/playground\"] (close)" errored, so skipping
2022-11-28T12:02:27.382Z [TRACE] dag/walk: upstream of "root" errored, so skipping
2022-11-28T12:02:27.382Z [TRACE] provider.terraform-provider-playground: Received downstream response: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_duration_ms=0 diagnostic_error_count=0 tf_proto_version=6.3 tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource tf_rpc=ValidateResourceConfig timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [TRACE] provider.terraform-provider-playground: Served request: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:697 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_rpc=ValidateResourceConfig tf_req_id=bf32ae6f-3e43-8b22-b7df-6c7c20218279 tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [TRACE] provider.terraform-provider-playground: Received request: @module=sdk.proto tf_provider_addr=registry.terraform.io/bendbennett/playground tf_proto_version=6.3 tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 tf_resource_type=playground_resource tf_rpc=PlanResourceChange @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:768 timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [TRACE] provider.terraform-provider-playground: Sending request downstream: @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 tf_resource_type=playground_resource tf_rpc=PlanResourceChange timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [TRACE] provider.terraform-provider-playground: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:320 tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [TRACE] provider.terraform-provider-playground: Checking ResourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server.go:394 tf_resource_type=playground_resource tf_rpc=PlanResourceChange timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [TRACE] provider.terraform-provider-playground: Marking Computed null Config values as unknown in Plan: @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_planresourcechange.go:158 tf_rpc=PlanResourceChange timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [TRACE] provider.terraform-provider-playground: attribute is not computed in schema, not marking unknown: @module=sdk.framework tf_attribute_path=AttributeName("configurable_attribute") tf_rpc=PlanResourceChange @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_planresourcechange.go:299 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 tf_resource_type=playground_resource timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [DEBUG] provider.terraform-provider-playground: marking computed attribute that is null in the config as unknown: tf_attribute_path=AttributeName("id") tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_planresourcechange.go:304 @module=sdk.framework tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource tf_rpc=PlanResourceChange timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.382Z [ERROR] provider.terraform-provider-playground: couldn't find attribute in resource schema: @module=sdk.framework tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 tf_attribute_path=AttributeName("timeouts") tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource tf_rpc=PlanResourceChange @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-framework@v0.16.0/internal/fwserver/server_planresourcechange.go:294 timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.383Z [TRACE] provider.terraform-provider-playground: Received downstream response: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/tf6serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 tf_resource_type=playground_resource tf_rpc=PlanResourceChange diagnostic_error_count=1 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.383Z [ERROR] provider.terraform-provider-playground: Response contains error diagnostic: @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/internal/diag/diagnostics.go:55 diagnostic_severity=ERROR tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 @module=sdk.proto diagnostic_detail="There was an unexpected error updating the plan. This is always a problem with the provider. Please report the following to the provider developer:
AttributeName("timeouts"): couldn't find attribute in resource schema: path leads to block, not an attribute" diagnostic_summary="Error modifying plan" tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_resource_type=playground_resource tf_rpc=PlanResourceChange timestamp=2022-11-28T12:02:27.380Z
2022-11-28T12:02:27.383Z [TRACE] provider.terraform-provider-playground: Served request: @module=sdk.proto tf_proto_version=6.3 tf_resource_type=playground_resource @caller=/Users/bdb/go/pkg/mod/github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov6/tf6server/server.go:794 tf_provider_addr=registry.terraform.io/bendbennett/playground tf_req_id=23aab30e-601e-e2cb-fa1c-10ae70a51804 tf_rpc=PlanResourceChange timestamp=2022-11-28T12:02:27.380Z
│ Error: Error modifying plan
│ with playground_resource.example,
│ on resource.tf line 9, in resource "playground_resource" "example":
│ 9: resource "playground_resource" "example" {
│ There was an unexpected error updating the plan. This is always a problem with the provider. Please report the following to the provider developer:
│ AttributeName("timeouts"): couldn't find attribute in resource schema: path leads to block, not an attribute
2022-11-28T12:02:27.383Z [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-11-28T12:02:27.384Z [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2022-11-28T12:02:27.385Z [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-11-28T12:02:27.385Z [DEBUG] provider: plugin process exited: path=/Users/bdb/go/bin/terraform-provider-playground pid=4747
2022-11-28T12:02:27.385Z [DEBUG] provider: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment