$ TF_LOG=TRACE terraform apply -auto-approve 2022-10-07T00:14:14.538+0100 [INFO] Terraform version: 1.3.1 2022-10-07T00:14:14.539+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0 2022-10-07T00:14:14.539+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.1 2022-10-07T00:14:14.539+0100 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2 2022-10-07T00:14:14.539+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734 2022-10-07T00:14:14.539+0100 [DEBUG] using github.com/zclconf/go-cty v1.11.0 2022-10-07T00:14:14.539+0100 [INFO] Go runtime version: go1.19.1 2022-10-07T00:14:14.539+0100 [INFO] CLI args: []string{"terraform", "apply", "-auto-approve"} 2022-10-07T00:14:14.539+0100 [TRACE] Stdout is a terminal of width 202 2022-10-07T00:14:14.539+0100 [TRACE] Stderr is a terminal of width 202 2022-10-07T00:14:14.539+0100 [TRACE] Stdin is a terminal 2022-10-07T00:14:14.539+0100 [DEBUG] Attempting to open CLI config file: /Users/saurabhchopra/.terraformrc 2022-10-07T00:14:14.539+0100 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. 2022-10-07T00:14:14.539+0100 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins 2022-10-07T00:14:14.539+0100 [DEBUG] ignoring non-existing provider search directory /Users/saurabhchopra/.terraform.d/plugins 2022-10-07T00:14:14.539+0100 [DEBUG] ignoring non-existing provider search directory /Users/saurabhchopra/Library/Application Support/io.terraform/plugins 2022-10-07T00:14:14.539+0100 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins 2022-10-07T00:14:14.539+0100 [INFO] CLI command args: []string{"apply", "-auto-approve"} 2022-10-07T00:14:14.540+0100 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config 2022-10-07T00:14:14.540+0100 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory 2022-10-07T00:14:14.540+0100 [DEBUG] New state was assigned lineage "2d651d09-7d35-080e-9ad4-85f1508f03c1" 2022-10-07T00:14:14.540+0100 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) 2022-10-07T00:14:14.540+0100 [TRACE] Meta.Backend: instantiated backend of type 2022-10-07T00:14:14.540+0100 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers 2022-10-07T00:14:14.540+0100 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/sebastianmarines/twitter v0.1.3 for darwin_arm64 at .terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64 2022-10-07T00:14:14.540+0100 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64 as a candidate package for registry.terraform.io/sebastianmarines/twitter 0.1.3 2022-10-07T00:14:14.553+0100 [DEBUG] checking for provisioner in "." 2022-10-07T00:14:14.554+0100 [DEBUG] checking for provisioner in "/opt/homebrew/bin" 2022-10-07T00:14:14.554+0100 [TRACE] Meta.Backend: backend does not support operations, so wrapping it in a local backend 2022-10-07T00:14:14.554+0100 [INFO] backend/local: starting Apply operation 2022-10-07T00:14:14.554+0100 [TRACE] backend/local: requesting state manager for workspace "default" 2022-10-07T00:14:14.554+0100 [TRACE] backend/local: state manager for workspace "default" will: - read initial snapshot from terraform.tfstate - write new snapshots to terraform.tfstate - create any backup at terraform.tfstate.backup 2022-10-07T00:14:14.554+0100 [TRACE] backend/local: requesting state lock for workspace "default" 2022-10-07T00:14:14.554+0100 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate 2022-10-07T00:14:14.555+0100 [TRACE] statemgr.Filesystem: existing snapshot has lineage "c69bd0c8-d2d4-a1d1-9d61-8032de8a3340" serial 11 2022-10-07T00:14:14.555+0100 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock 2022-10-07T00:14:14.555+0100 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info 2022-10-07T00:14:14.555+0100 [TRACE] backend/local: reading remote state for workspace "default" 2022-10-07T00:14:14.555+0100 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate 2022-10-07T00:14:14.555+0100 [TRACE] statemgr.Filesystem: read snapshot with lineage "c69bd0c8-d2d4-a1d1-9d61-8032de8a3340" serial 11 2022-10-07T00:14:14.555+0100 [TRACE] backend/local: populating backend.LocalRun for current working directory 2022-10-07T00:14:14.555+0100 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/sebastianmarines/twitter has 0.1.3 to satisfy "0.1.3" 2022-10-07T00:14:14.559+0100 [TRACE] terraform.NewContext: starting 2022-10-07T00:14:14.559+0100 [TRACE] terraform.NewContext: complete 2022-10-07T00:14:14.559+0100 [TRACE] backend/local: requesting interactive input, if necessary 2022-10-07T00:14:14.559+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/sebastianmarines/twitter" 2022-10-07T00:14:14.559+0100 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/sebastianmarines/twitter" to read its schema 2022-10-07T00:14:14.560+0100 [DEBUG] created provider logger: level=trace 2022-10-07T00:14:14.560+0100 [INFO] provider: configuring client automatic mTLS 2022-10-07T00:14:14.572+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 args=[.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3] 2022-10-07T00:14:14.574+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 pid=87795 2022-10-07T00:14:14.574+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 2022-10-07T00:14:14.579+0100 [INFO] provider.terraform-provider-twitter_v0.1.3: configuring server automatic mTLS: timestamp=2022-10-07T00:14:14.579+0100 2022-10-07T00:14:14.588+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: plugin address: address=/var/folders/pd/yvrfkz090wb4ws642ltnn3gw0000gn/T/plugin2387595518 network=unix timestamp=2022-10-07T00:14:14.588+0100 2022-10-07T00:14:14.588+0100 [DEBUG] provider: using plugin: version=6 2022-10-07T00:14:14.597+0100 [TRACE] GRPCProvider.v6: GetProviderSchema 2022-10-07T00:14:14.597+0100 [TRACE] provider.stdio: waiting for stdio data 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:491 @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_proto_version=6.3 tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.597+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_proto_version=6.3 tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 timestamp=2022-10-07T00:14:14.597+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 @module=sdk.framework timestamp=2022-10-07T00:14:14.597+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:210 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f timestamp=2022-10-07T00:14:14.597+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:212 @module=sdk.framework timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetResources: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:337 @module=sdk.framework timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetResources: tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:339 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 @module=sdk.framework tf_rpc=GetProviderSchema tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 @module=sdk.framework tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_resource_type=twitter_tweet tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: @module=sdk.framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_resource_type=twitter_profile tf_rpc=GetProviderSchema tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 @module=sdk.framework tf_resource_type=twitter_profile tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 tf_resource_type=twitter_profile tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_resource_type=twitter_follow @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_resource_type=twitter_follow tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: tf_resource_type=twitter_follow tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 @module=sdk.framework timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking DataSourceSchemas lock: tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:127 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking DataSourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:184 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetDataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:192 timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetDataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:194 timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found data source type: @module=sdk.framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:145 tf_data_source_type=twitter_user tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined DataSourceType GetSchema: @module=sdk.framework tf_data_source_type=twitter_user tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:147 timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined DataSourceType GetSchema: @module=sdk.framework tf_data_source_type=twitter_user tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:149 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found data source type: @module=sdk.framework tf_data_source_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:145 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined DataSourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:147 @module=sdk.framework tf_data_source_type=twitter_tweet tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined DataSourceType GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:149 @module=sdk.framework tf_data_source_type=twitter_tweet tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_duration_ms=0 tf_rpc=GetProviderSchema @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.598+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: tf_req_id=0dd8236d-2947-f4cd-86aa-3e45732dcc4f tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:510 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.proto tf_proto_version=6.3 timestamp=2022-10-07T00:14:14.598+0100 2022-10-07T00:14:14.599+0100 [DEBUG] No provider meta schema returned 2022-10-07T00:14:14.599+0100 [TRACE] GRPCProvider.v6: Close 2022-10-07T00:14:14.600+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" 2022-10-07T00:14:14.600+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 pid=87795 2022-10-07T00:14:14.600+0100 [DEBUG] provider: plugin exited 2022-10-07T00:14:14.600+0100 [TRACE] Context.Input: Prompting for provider arguments 2022-10-07T00:14:14.600+0100 [TRACE] Context.Input: Provider provider.twitter declared at main.tf:10,1-19 2022-10-07T00:14:14.600+0100 [TRACE] Context.Input: Input for provider.twitter: map[string]cty.Value{} 2022-10-07T00:14:14.600+0100 [TRACE] backend/local: running validation operation 2022-10-07T00:14:14.600+0100 [DEBUG] Building and walking validate graph 2022-10-07T00:14:14.600+0100 [TRACE] building graph for walkValidate 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer 2022-10-07T00:14:14.600+0100 [TRACE] ConfigTransformer: Starting for path: 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: twitter_tweet.tweet - *terraform.NodeValidatableResource ------ 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.LocalTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.OutputTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.StateTransformer 2022-10-07T00:14:14.600+0100 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2022-10-07T00:14:14.600+0100 [TRACE] AttachResourceConfigTransformer: attaching to "twitter_tweet.tweet" (*terraform.NodeValidatableResource) config from main.tf:19,1-33 2022-10-07T00:14:14.600+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to twitter_tweet.tweet 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2022-10-07T00:14:14.600+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2022-10-07T00:14:14.600+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" provider configuration from main.tf:10,1-19 2022-10-07T00:14:14.600+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeValidatableResource ------ 2022-10-07T00:14:14.600+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2022-10-07T00:14:14.600+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2022-10-07T00:14:14.600+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/sebastianmarines/twitter"] serving twitter_tweet.tweet 2022-10-07T00:14:14.600+0100 [DEBUG] ProviderTransformer: "twitter_tweet.tweet" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.600+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeValidatableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.600+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2022-10-07T00:14:14.600+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeValidatableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2022-10-07T00:14:14.600+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to twitter_tweet.tweet 2022-10-07T00:14:14.600+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2022-10-07T00:14:14.600+0100 [DEBUG] ReferenceTransformer: "twitter_tweet.tweet" references: [] 2022-10-07T00:14:14.600+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" references: [] 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeValidatableResource twitter_tweet.tweet - *terraform.NodeValidatableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeValidatableResource root - *terraform.nodeCloseModule provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeValidatableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.600+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2022-10-07T00:14:14.600+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeValidatableResource root - *terraform.nodeCloseModule provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeValidatableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.600+0100 [DEBUG] Starting graph walk: walkValidate 2022-10-07T00:14:14.600+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"]": starting visit (*terraform.NodeApplyableProvider) 2022-10-07T00:14:14.601+0100 [DEBUG] created provider logger: level=trace 2022-10-07T00:14:14.601+0100 [INFO] provider: configuring client automatic mTLS 2022-10-07T00:14:14.604+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 args=[.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3] 2022-10-07T00:14:14.605+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 pid=87796 2022-10-07T00:14:14.605+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 2022-10-07T00:14:14.610+0100 [INFO] provider.terraform-provider-twitter_v0.1.3: configuring server automatic mTLS: timestamp=2022-10-07T00:14:14.609+0100 2022-10-07T00:14:14.618+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: plugin address: address=/var/folders/pd/yvrfkz090wb4ws642ltnn3gw0000gn/T/plugin466259560 network=unix timestamp=2022-10-07T00:14:14.618+0100 2022-10-07T00:14:14.618+0100 [DEBUG] provider: using plugin: version=6 2022-10-07T00:14:14.626+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" provider for provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.626+0100 [TRACE] provider.stdio: waiting for stdio data 2022-10-07T00:14:14.626+0100 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.626+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/sebastianmarines/twitter"]: using explicit config only 2022-10-07T00:14:14.626+0100 [TRACE] GRPCProvider.v6: GetProviderSchema 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @module=sdk.proto tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:491 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_proto_version=6.3 tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:210 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:212 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetResources: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:337 @module=sdk.framework timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetResources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:339 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: tf_rpc=GetProviderSchema tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 @module=sdk.framework timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_resource_type=twitter_tweet @module=sdk.framework timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_resource_type=twitter_profile tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: @module=sdk.framework tf_rpc=GetProviderSchema tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_resource_type=twitter_profile @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: tf_resource_type=twitter_profile @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_resource_type=twitter_follow @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_resource_type=twitter_follow tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_resource_type=twitter_follow tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking DataSourceSchemas lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:127 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:184 @module=sdk.framework timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetDataSources: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:192 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetDataSources: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:194 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found data source type: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:145 @module=sdk.framework tf_data_source_type=twitter_tweet tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined DataSourceType GetSchema: tf_data_source_type=twitter_tweet tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:147 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined DataSourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:149 @module=sdk.framework tf_data_source_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found data source type: @module=sdk.framework tf_data_source_type=twitter_user tf_rpc=GetProviderSchema tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:145 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined DataSourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:147 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 @module=sdk.framework tf_data_source_type=twitter_user tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined DataSourceType GetSchema: tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:149 tf_data_source_type=twitter_user @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: tf_rpc=GetProviderSchema tf_req_duration_ms=0 tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 diagnostic_warning_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 @module=sdk.proto diagnostic_error_count=0 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: @module=sdk.proto tf_proto_version=6.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:510 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=ef691cb9-d7e7-d1ef-3447-35b774ad1cf6 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [DEBUG] No provider meta schema returned 2022-10-07T00:14:14.627+0100 [TRACE] GRPCProvider.v6: ValidateProviderConfig 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 @module=sdk.proto tf_proto_version=6.3 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:545 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/internal/logging/protocol_data.go:38 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 tf_rpc=ValidateProviderConfig @module=sdk.proto tf_proto_version=6.3 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_proto_version=6.3 tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.627+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 @module=sdk.framework timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=AttributeName("access_token") timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("access_token") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("access_token") timestamp=2022-10-07T00:14:14.627+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("access_token_secret") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_rpc=ValidateProviderConfig tf_attribute_path=AttributeName("access_token_secret") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("access_token_secret") tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=AttributeName("api_key") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("api_key") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("api_key") tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 @module=sdk.framework timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("api_secret_key") timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("api_secret_key") tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 @module=sdk.framework timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("api_secret_key") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_rpc=ValidateProviderConfig @module=sdk.framework tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: @module=sdk.proto diagnostic_warning_count=0 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 diagnostic_error_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_duration_ms=0 tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: tf_req_id=d83a8263-f0ae-6b01-15dc-1978442088b4 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:565 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"]": visit complete 2022-10-07T00:14:14.628+0100 [TRACE] vertex "twitter_tweet.tweet": starting visit (*terraform.NodeValidatableResource) 2022-10-07T00:14:14.628+0100 [TRACE] GRPCProvider.v6: ValidateResourceConfig 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:677 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.3 tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType NewResource: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_validateresourceconfig.go:31 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType NewResource: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_validateresourceconfig.go:33 @module=sdk.framework tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @module=sdk.framework tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("text") tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("text") timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined AttributeValidator: @module=sdk.framework description="Tweet length must be between 1 and 280 characters." tf_attribute_path=AttributeName("text") tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_validation.go:89 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined AttributeValidator: tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_validation.go:97 @module=sdk.framework description="Tweet length must be between 1 and 280 characters." timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("in_reply_to_status_id") tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("quoted_status_id") tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("quote_count") tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("retweet_count") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("user_id") timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("in_reply_to_user_id") tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] vertex "twitter_tweet.tweet": visit complete 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"] (close)": starting visit (*terraform.graphNodeCloseProvider) 2022-10-07T00:14:14.628+0100 [TRACE] GRPCProvider.v6: Close 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("favorite_count") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("possibly_sensitive") tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.628+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: diagnostic_error_count=0 tf_proto_version=6.3 tf_req_duration_ms=0 tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.629+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: tf_proto_version=6.3 tf_req_id=3e7cad34-4150-438b-0fcb-6a249526f2b4 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:697 @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.628+0100 2022-10-07T00:14:14.629+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" 2022-10-07T00:14:14.629+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 pid=87796 2022-10-07T00:14:14.629+0100 [DEBUG] provider: plugin exited 2022-10-07T00:14:14.629+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"] (close)": visit complete 2022-10-07T00:14:14.629+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) 2022-10-07T00:14:14.629+0100 [TRACE] vertex "root": visit complete 2022-10-07T00:14:14.629+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/sebastianmarines/twitter" 2022-10-07T00:14:14.629+0100 [INFO] backend/local: apply calling Plan 2022-10-07T00:14:14.629+0100 [DEBUG] Building and walking plan graph for NormalMode 2022-10-07T00:14:14.629+0100 [TRACE] building graph for walkPlan 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer 2022-10-07T00:14:14.629+0100 [TRACE] ConfigTransformer: Starting for path: 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource ------ 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.LocalTransformer 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.OutputTransformer 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.StateTransformer 2022-10-07T00:14:14.629+0100 [TRACE] StateTransformer: creating nodes for deposed instance objects only 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2022-10-07T00:14:14.629+0100 [TRACE] AttachResourceConfigTransformer: attaching to "twitter_tweet.tweet (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:19,1-33 2022-10-07T00:14:14.629+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to twitter_tweet.tweet (expand) 2022-10-07T00:14:14.629+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2022-10-07T00:14:14.629+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2022-10-07T00:14:14.629+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2022-10-07T00:14:14.629+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" provider configuration from main.tf:10,1-19 2022-10-07T00:14:14.629+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource ------ 2022-10-07T00:14:14.629+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2022-10-07T00:14:14.629+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2022-10-07T00:14:14.630+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/sebastianmarines/twitter"] serving twitter_tweet.tweet (expand) 2022-10-07T00:14:14.630+0100 [DEBUG] ProviderTransformer: "twitter_tweet.tweet (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.630+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.630+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2022-10-07T00:14:14.630+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2022-10-07T00:14:14.630+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to twitter_tweet.tweet (expand) 2022-10-07T00:14:14.630+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2022-10-07T00:14:14.630+0100 [DEBUG] ReferenceTransformer: "twitter_tweet.tweet (expand)" references: [] 2022-10-07T00:14:14.630+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" references: [] 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2022-10-07T00:14:14.630+0100 [TRACE] AttachDependenciesTransformer: twitter_tweet.tweet depends on [] 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2022-10-07T00:14:14.630+0100 [TRACE] ForcedCBDTransformer: "twitter_tweet.tweet (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource root - *terraform.nodeCloseModule provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.630+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2022-10-07T00:14:14.630+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource root - *terraform.nodeCloseModule provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandPlannableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.630+0100 [DEBUG] Starting graph walk: walkPlan 2022-10-07T00:14:14.630+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"]": starting visit (*terraform.NodeApplyableProvider) 2022-10-07T00:14:14.630+0100 [DEBUG] created provider logger: level=trace 2022-10-07T00:14:14.630+0100 [INFO] provider: configuring client automatic mTLS 2022-10-07T00:14:14.633+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 args=[.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3] 2022-10-07T00:14:14.635+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 pid=87797 2022-10-07T00:14:14.635+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 2022-10-07T00:14:14.639+0100 [INFO] provider.terraform-provider-twitter_v0.1.3: configuring server automatic mTLS: timestamp=2022-10-07T00:14:14.639+0100 2022-10-07T00:14:14.647+0100 [DEBUG] provider: using plugin: version=6 2022-10-07T00:14:14.647+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: plugin address: address=/var/folders/pd/yvrfkz090wb4ws642ltnn3gw0000gn/T/plugin1881764525 network=unix timestamp=2022-10-07T00:14:14.647+0100 2022-10-07T00:14:14.655+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" provider for provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.655+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.655+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/sebastianmarines/twitter"]: using explicit config only 2022-10-07T00:14:14.655+0100 [TRACE] GRPCProvider.v6: GetProviderSchema 2022-10-07T00:14:14.655+0100 [TRACE] provider.stdio: waiting for stdio data 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @module=sdk.proto tf_proto_version=6.3 tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:491 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=6.3 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:210 @module=sdk.framework timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:212 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetResources: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:337 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetResources: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:339 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_resource_type=twitter_tweet tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 @module=sdk.framework tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_resource_type=twitter_profile tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 @module=sdk.framework tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_resource_type=twitter_profile tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema tf_resource_type=twitter_profile @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_resource_type=twitter_follow tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 @module=sdk.framework tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_resource_type=twitter_follow tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_resource_type=twitter_follow tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking DataSourceSchemas lock: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:127 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:184 @module=sdk.framework timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetDataSources: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:192 @module=sdk.framework timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetDataSources: tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:194 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found data source type: tf_data_source_type=twitter_user @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:145 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined DataSourceType GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:147 tf_data_source_type=twitter_user tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined DataSourceType GetSchema: tf_data_source_type=twitter_user tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:149 @module=sdk.framework timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found data source type: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:145 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_data_source_type=twitter_tweet tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined DataSourceType GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:147 tf_data_source_type=twitter_tweet tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined DataSourceType GetSchema: @module=sdk.framework tf_data_source_type=twitter_tweet tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:149 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.3 tf_req_duration_ms=0 tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.655+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:510 tf_proto_version=6.3 tf_req_id=bd8adfea-c3a8-b6f0-8e57-3101744111f3 tf_rpc=GetProviderSchema @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.655+0100 2022-10-07T00:14:14.656+0100 [DEBUG] No provider meta schema returned 2022-10-07T00:14:14.656+0100 [TRACE] GRPCProvider.v6: ValidateProviderConfig 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:545 @module=sdk.proto timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: 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=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/internal/logging/protocol_data.go:38 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.proto timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_proto_version=6.3 tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("api_key") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("api_key") tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("api_key") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=AttributeName("api_secret_key") timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("api_secret_key") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("api_secret_key") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("access_token") tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=AttributeName("access_token") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_attribute_path=AttributeName("access_token") timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("access_token_secret") tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("access_token_secret") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc @module=sdk.framework timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("access_token_secret") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: tf_proto_version=6.3 tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_duration_ms=0 tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 diagnostic_error_count=0 diagnostic_warning_count=0 timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:565 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=9e6f5ce7-8aa9-73ba-44d1-3b998d08e7cc tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] GRPCProvider.v6: ConfigureProvider 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:518 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=f4c0db12-1e6b-6dd9-e3b0-f4e4a07e20a3 tf_rpc=ConfigureProvider @module=sdk.proto tf_proto_version=6.3 timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: @module=sdk.proto tf_req_id=f4c0db12-1e6b-6dd9-e3b0-f4e4a07e20a3 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ConfigureProvider timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=f4c0db12-1e6b-6dd9-e3b0-f4e4a07e20a3 timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider Configure: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=f4c0db12-1e6b-6dd9-e3b0-f4e4a07e20a3 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=f4c0db12-1e6b-6dd9-e3b0-f4e4a07e20a3 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_configureprovider.go:20 timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: tf_req_id=f4c0db12-1e6b-6dd9-e3b0-f4e4a07e20a3 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 @module=sdk.proto diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_duration_ms=0 tf_rpc=ConfigureProvider diagnostic_error_count=0 tf_proto_version=6.3 timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: tf_req_id=f4c0db12-1e6b-6dd9-e3b0-f4e4a07e20a3 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:538 tf_proto_version=6.3 @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ConfigureProvider timestamp=2022-10-07T00:14:14.656+0100 2022-10-07T00:14:14.656+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"]": visit complete 2022-10-07T00:14:14.656+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": starting visit (*terraform.nodeExpandPlannableResource) 2022-10-07T00:14:14.656+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": expanding dynamic subgraph 2022-10-07T00:14:14.656+0100 [TRACE] Executing graph transform *terraform.ResourceCountTransformer 2022-10-07T00:14:14.656+0100 [TRACE] ResourceCountTransformer: adding twitter_tweet.tweet as *terraform.NodePlannableResourceInstance 2022-10-07T00:14:14.656+0100 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph: twitter_tweet.tweet - *terraform.NodePlannableResourceInstance ------ 2022-10-07T00:14:14.656+0100 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer 2022-10-07T00:14:14.656+0100 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes) 2022-10-07T00:14:14.656+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2022-10-07T00:14:14.656+0100 [DEBUG] Resource instance state not found for node "twitter_tweet.tweet", instance twitter_tweet.tweet 2022-10-07T00:14:14.656+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2022-10-07T00:14:14.656+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer 2022-10-07T00:14:14.656+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2022-10-07T00:14:14.656+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2022-10-07T00:14:14.656+0100 [DEBUG] ReferenceTransformer: "twitter_tweet.tweet" references: [] 2022-10-07T00:14:14.656+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2022-10-07T00:14:14.656+0100 [TRACE] Executing graph transform *terraform.RootTransformer 2022-10-07T00:14:14.656+0100 [TRACE] Completed graph transform *terraform.RootTransformer (no changes) 2022-10-07T00:14:14.657+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": entering dynamic subgraph 2022-10-07T00:14:14.657+0100 [TRACE] vertex "twitter_tweet.tweet": starting visit (*terraform.NodePlannableResourceInstance) 2022-10-07T00:14:14.657+0100 [TRACE] readResourceInstanceState: reading state for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [TRACE] readResourceInstanceState: no state present for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [TRACE] NodeAbstractResourceInstance.refresh for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [DEBUG] refresh: twitter_tweet.tweet: no state, so not refreshing 2022-10-07T00:14:14.657+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for twitter_tweet.tweet 2022-10-07T00:14:14.657+0100 [TRACE] Re-validating config for "twitter_tweet.tweet" 2022-10-07T00:14:14.657+0100 [TRACE] GRPCProvider.v6: ValidateResourceConfig 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:677 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.proto tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig @module=sdk.proto tf_proto_version=6.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType NewResource: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_validateresourceconfig.go:31 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType NewResource: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_validateresourceconfig.go:33 @module=sdk.framework tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_attribute_path=AttributeName("text") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("text") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("text") timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined AttributeValidator: tf_rpc=ValidateResourceConfig description="Tweet length must be between 1 and 280 characters." tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_validation.go:89 @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined AttributeValidator: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d @module=sdk.framework description="Tweet length must be between 1 and 280 characters." tf_attribute_path=AttributeName("text") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_validation.go:97 timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("source") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("source") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("in_reply_to_status_id") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("in_reply_to_user_id") tf_rpc=ValidateResourceConfig tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("in_reply_to_user_id") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("favorite_count") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("favorite_count") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] GRPCProvider.v6: PlanResourceChange 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig @module=sdk.framework tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=ValidateResourceConfig tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("id") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("id") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("user_id") timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("quoted_status_id") tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("quote_count") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("quote_count") timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("quote_count") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("reply_count") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: diagnostic_error_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.proto diagnostic_warning_count=0 tf_req_duration_ms=0 timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:697 tf_proto_version=6.3 tf_req_id=85fa67d5-4f83-4049-5d58-ad34a564397d timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:766 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=6.3 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.657+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType NewResource: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:46 timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType NewResource: @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:48 timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Marking Computed null Config values as unknown in Plan: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:134 timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 @module=sdk.framework timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("possibly_sensitive") timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.657+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("retweet_count") @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: attribute not null in config, not marking unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:241 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("in_reply_to_status_id") @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("quoted_status_id") timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_attribute_path=AttributeName("source") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_attribute_path=AttributeName("user_id") timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: At least one Computed null Config value was changed to unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:148 @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("text") tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("text") tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("text") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("text") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("text") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined AttributePlanModifier: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_plan_modification.go:55 tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined AttributePlanModifier: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_plan_modification.go:63 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=AttributeName("text") tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("text") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_attribute_path=AttributeName("text") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_resource_type=twitter_tweet tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("source") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("source") tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_attribute_path=AttributeName("source") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("source") tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_attribute_path=AttributeName("source") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("in_reply_to_status_id") tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.658+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("in_reply_to_status_id") tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("in_reply_to_status_id") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("in_reply_to_status_id") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("in_reply_to_status_id") tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_resource_type=twitter_tweet tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_attribute_path=AttributeName("in_reply_to_user_id") tf_resource_type=twitter_tweet tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("in_reply_to_user_id") tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_attribute_path=AttributeName("in_reply_to_user_id") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("retweet_count") tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_rpc=PlanResourceChange tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("retweet_count") tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("retweet_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @module=sdk.framework timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.658+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("lang") @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("lang") timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_attribute_path=AttributeName("lang") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @module=sdk.framework timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_attribute_path=AttributeName("lang") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("lang") timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("id") timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_attribute_path=AttributeName("id") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("id") @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("id") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("user_id") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("user_id") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_attribute_path=AttributeName("quoted_status_id") timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("quote_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_rpc=PlanResourceChange tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("quote_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("reply_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("reply_count") tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("reply_count") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @module=sdk.framework tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("possibly_sensitive") timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_attribute_path=AttributeName("possibly_sensitive") timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_attribute_path=AttributeName("possibly_sensitive") tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.3 tf_req_duration_ms=1 tf_resource_type=twitter_tweet @module=sdk.proto timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.659+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=17b08c1d-027d-2263-2cf4-52b5c7313396 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:790 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.659+0100 2022-10-07T00:14:14.660+0100 [TRACE] writeChange: recorded Create change for twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [TRACE] vertex "twitter_tweet.tweet": visit complete 2022-10-07T00:14:14.660+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": dynamic subgraph completed successfully 2022-10-07T00:14:14.660+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": visit complete 2022-10-07T00:14:14.660+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"] (close)": starting visit (*terraform.graphNodeCloseProvider) 2022-10-07T00:14:14.660+0100 [TRACE] GRPCProvider.v6: Close 2022-10-07T00:14:14.660+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" 2022-10-07T00:14:14.660+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 pid=87797 2022-10-07T00:14:14.660+0100 [DEBUG] provider: plugin exited 2022-10-07T00:14:14.660+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"] (close)": visit complete 2022-10-07T00:14:14.660+0100 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) 2022-10-07T00:14:14.660+0100 [TRACE] vertex "root": visit complete 2022-10-07T00:14:14.660+0100 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/sebastianmarines/twitter" 2022-10-07T00:14:14.660+0100 [DEBUG] building apply graph to check for errors 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer 2022-10-07T00:14:14.660+0100 [TRACE] ConfigTransformer: Starting for path: 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource ------ 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.LocalTransformer 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.OutputTransformer 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.DiffTransformer 2022-10-07T00:14:14.660+0100 [TRACE] DiffTransformer starting 2022-10-07T00:14:14.660+0100 [TRACE] DiffTransformer: found Create change for twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [TRACE] DiffTransformer: twitter_tweet.tweet will be represented by twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [TRACE] DiffTransformer complete 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource ------ 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2022-10-07T00:14:14.660+0100 [DEBUG] Resource state not found for node "twitter_tweet.tweet", instance twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2022-10-07T00:14:14.660+0100 [TRACE] AttachResourceConfigTransformer: attaching to "twitter_tweet.tweet (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:19,1-33 2022-10-07T00:14:14.660+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to twitter_tweet.tweet (expand) 2022-10-07T00:14:14.660+0100 [TRACE] AttachResourceConfigTransformer: attaching to "twitter_tweet.tweet" (*terraform.NodeApplyableResourceInstance) config from main.tf:19,1-33 2022-10-07T00:14:14.660+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2022-10-07T00:14:14.660+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2022-10-07T00:14:14.660+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" provider configuration from main.tf:10,1-19 2022-10-07T00:14:14.660+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource ------ 2022-10-07T00:14:14.660+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2022-10-07T00:14:14.660+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2022-10-07T00:14:14.660+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/sebastianmarines/twitter"] serving twitter_tweet.tweet (expand) 2022-10-07T00:14:14.660+0100 [DEBUG] ProviderTransformer: "twitter_tweet.tweet (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.660+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/sebastianmarines/twitter"] serving twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [DEBUG] ProviderTransformer: "twitter_tweet.tweet" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.660+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.660+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2022-10-07T00:14:14.660+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2022-10-07T00:14:14.660+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to twitter_tweet.tweet (expand) 2022-10-07T00:14:14.660+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to twitter_tweet.tweet 2022-10-07T00:14:14.660+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2022-10-07T00:14:14.660+0100 [DEBUG] ReferenceTransformer: "twitter_tweet.tweet (expand)" references: [] 2022-10-07T00:14:14.660+0100 [DEBUG] ReferenceTransformer: "twitter_tweet.tweet" references: [] 2022-10-07T00:14:14.660+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" references: [] 2022-10-07T00:14:14.660+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2022-10-07T00:14:14.660+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2022-10-07T00:14:14.661+0100 [TRACE] AttachDependenciesTransformer: twitter_tweet.tweet depends on [] 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2022-10-07T00:14:14.661+0100 [TRACE] ForcedCBDTransformer: "twitter_tweet.tweet" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource root - *terraform.nodeCloseModule provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance root - *terraform.nodeCloseModule provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # twitter_tweet.tweet will be created + resource "twitter_tweet" "tweet" { + favorite_count = (known after apply) + id = (known after apply) + in_reply_to_status_id = (known after apply) + in_reply_to_user_id = (known after apply) + lang = (known after apply) + possibly_sensitive = (known after apply) + quote_count = (known after apply) + quoted_status_id = (known after apply) + reply_count = (known after apply) + retweet_count = (known after apply) + source = (known after apply) + text = "Hello from my Terraform provider!" + user_id = (known after apply) } Plan: 1 to add, 0 to change, 0 to destroy. 2022-10-07T00:14:14.661+0100 [INFO] backend/local: apply calling Apply 2022-10-07T00:14:14.661+0100 [DEBUG] Building and walking apply graph for NormalMode plan 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.ConfigTransformer 2022-10-07T00:14:14.661+0100 [TRACE] ConfigTransformer: Starting for path: 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource ------ 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.RootVariableTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.LocalTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.OutputTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.DiffTransformer 2022-10-07T00:14:14.661+0100 [TRACE] DiffTransformer starting 2022-10-07T00:14:14.661+0100 [TRACE] DiffTransformer: found Create change for twitter_tweet.tweet 2022-10-07T00:14:14.661+0100 [TRACE] DiffTransformer: twitter_tweet.tweet will be represented by twitter_tweet.tweet 2022-10-07T00:14:14.661+0100 [TRACE] DiffTransformer complete 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph: twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource ------ 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.AttachStateTransformer 2022-10-07T00:14:14.661+0100 [DEBUG] Resource state not found for node "twitter_tweet.tweet", instance twitter_tweet.tweet 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer 2022-10-07T00:14:14.661+0100 [TRACE] AttachResourceConfigTransformer: attaching to "twitter_tweet.tweet" (*terraform.NodeApplyableResourceInstance) config from main.tf:19,1-33 2022-10-07T00:14:14.661+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to twitter_tweet.tweet 2022-10-07T00:14:14.661+0100 [TRACE] AttachResourceConfigTransformer: attaching to "twitter_tweet.tweet (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:19,1-33 2022-10-07T00:14:14.661+0100 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to twitter_tweet.tweet (expand) 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.graphTransformerMulti 2022-10-07T00:14:14.661+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer 2022-10-07T00:14:14.661+0100 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" provider configuration from main.tf:10,1-19 2022-10-07T00:14:14.661+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource ------ 2022-10-07T00:14:14.661+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer 2022-10-07T00:14:14.661+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer 2022-10-07T00:14:14.661+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/sebastianmarines/twitter"] serving twitter_tweet.tweet (expand) 2022-10-07T00:14:14.661+0100 [DEBUG] ProviderTransformer: "twitter_tweet.tweet (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.661+0100 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/sebastianmarines/twitter"] serving twitter_tweet.tweet 2022-10-07T00:14:14.661+0100 [DEBUG] ProviderTransformer: "twitter_tweet.tweet" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.661+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.661+0100 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer 2022-10-07T00:14:14.661+0100 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer 2022-10-07T00:14:14.661+0100 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.661+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to twitter_tweet.tweet (expand) 2022-10-07T00:14:14.661+0100 [TRACE] AttachSchemaTransformer: attaching resource schema to twitter_tweet.tweet 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.ReferenceTransformer 2022-10-07T00:14:14.661+0100 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" references: [] 2022-10-07T00:14:14.661+0100 [DEBUG] ReferenceTransformer: "twitter_tweet.tweet (expand)" references: [] 2022-10-07T00:14:14.661+0100 [DEBUG] ReferenceTransformer: "twitter_tweet.tweet" references: [] 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer 2022-10-07T00:14:14.661+0100 [TRACE] AttachDependenciesTransformer: twitter_tweet.tweet depends on [] 2022-10-07T00:14:14.661+0100 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) 2022-10-07T00:14:14.661+0100 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer 2022-10-07T00:14:14.661+0100 [TRACE] ForcedCBDTransformer: "twitter_tweet.tweet" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping 2022-10-07T00:14:14.662+0100 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) 2022-10-07T00:14:14.662+0100 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer 2022-10-07T00:14:14.662+0100 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes) 2022-10-07T00:14:14.662+0100 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer 2022-10-07T00:14:14.662+0100 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes) 2022-10-07T00:14:14.662+0100 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer 2022-10-07T00:14:14.662+0100 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes) 2022-10-07T00:14:14.662+0100 [TRACE] Executing graph transform *terraform.TargetsTransformer 2022-10-07T00:14:14.662+0100 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) 2022-10-07T00:14:14.662+0100 [TRACE] Executing graph transform *terraform.CloseProviderTransformer 2022-10-07T00:14:14.662+0100 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.662+0100 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer 2022-10-07T00:14:14.662+0100 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource root - *terraform.nodeCloseModule provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.662+0100 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer 2022-10-07T00:14:14.662+0100 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance root - *terraform.nodeCloseModule provider["registry.terraform.io/sebastianmarines/twitter"] (close) - *terraform.graphNodeCloseProvider twitter_tweet.tweet - *terraform.NodeApplyableResourceInstance twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource twitter_tweet.tweet (expand) - *terraform.nodeExpandApplyableResource provider["registry.terraform.io/sebastianmarines/twitter"] - *terraform.NodeApplyableProvider ------ 2022-10-07T00:14:14.662+0100 [DEBUG] Starting graph walk: walkApply 2022-10-07T00:14:14.662+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"]": starting visit (*terraform.NodeApplyableProvider) 2022-10-07T00:14:14.662+0100 [DEBUG] created provider logger: level=trace 2022-10-07T00:14:14.662+0100 [INFO] provider: configuring client automatic mTLS 2022-10-07T00:14:14.666+0100 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 args=[.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3] 2022-10-07T00:14:14.667+0100 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 pid=87798 2022-10-07T00:14:14.667+0100 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 2022-10-07T00:14:14.672+0100 [INFO] provider.terraform-provider-twitter_v0.1.3: configuring server automatic mTLS: timestamp=2022-10-07T00:14:14.671+0100 2022-10-07T00:14:14.680+0100 [DEBUG] provider: using plugin: version=6 2022-10-07T00:14:14.680+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: plugin address: address=/var/folders/pd/yvrfkz090wb4ws642ltnn3gw0000gn/T/plugin801032476 network=unix timestamp=2022-10-07T00:14:14.679+0100 2022-10-07T00:14:14.688+0100 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/sebastianmarines/twitter\"]" provider for provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.688+0100 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/sebastianmarines/twitter"] 2022-10-07T00:14:14.688+0100 [TRACE] buildProviderConfig for provider["registry.terraform.io/sebastianmarines/twitter"]: using explicit config only 2022-10-07T00:14:14.688+0100 [TRACE] GRPCProvider.v6: GetProviderSchema 2022-10-07T00:14:14.688+0100 [TRACE] provider.stdio: waiting for stdio data 2022-10-07T00:14:14.688+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:491 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=6.3 tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.688+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 tf_proto_version=6.3 @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.688+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 @module=sdk.framework timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.688+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetSchema: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:210 @module=sdk.framework timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.688+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetSchema: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:212 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.688+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.688+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.688+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetResources: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:337 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.688+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetResources: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:339 @module=sdk.framework timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_follow @module=sdk.framework tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_resource_type=twitter_follow timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: tf_resource_type=twitter_follow @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 tf_resource_type=twitter_tweet @module=sdk.framework timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: @module=sdk.framework tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:290 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_profile tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:292 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_resource_type=twitter_profile timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType GetSchema: tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:294 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_profile tf_rpc=GetProviderSchema @module=sdk.framework timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking DataSourceSchemas lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:127 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking DataSourceTypes lock: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:184 @module=sdk.framework timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider GetDataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:192 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider GetDataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:194 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:145 @module=sdk.framework tf_data_source_type=twitter_user tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined DataSourceType GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:147 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 @module=sdk.framework tf_data_source_type=twitter_user timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined DataSourceType GetSchema: tf_data_source_type=twitter_user tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:149 @module=sdk.framework timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Found data source type: tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 @module=sdk.framework tf_data_source_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:145 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined DataSourceType GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:147 tf_data_source_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined DataSourceType GetSchema: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:149 @module=sdk.framework tf_data_source_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 @module=sdk.proto diagnostic_error_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 diagnostic_warning_count=0 tf_req_duration_ms=0 timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:510 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_proto_version=6.3 tf_req_id=56a8920d-20b9-993e-863b-cb048ee87963 @module=sdk.proto timestamp=2022-10-07T00:14:14.688+0100 2022-10-07T00:14:14.689+0100 [DEBUG] No provider meta schema returned 2022-10-07T00:14:14.689+0100 [TRACE] GRPCProvider.v6: ValidateProviderConfig 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: tf_proto_version=6.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:545 @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/internal/logging/protocol_data.go:38 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.proto tf_proto_version=6.3 tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_proto_version=6.3 tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("api_key") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_attribute_path=AttributeName("api_key") tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("api_key") timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("api_secret_key") tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("api_secret_key") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("api_secret_key") tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("access_token") timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=AttributeName("access_token") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig @module=sdk.framework tf_attribute_path=AttributeName("access_token") tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("access_token_secret") timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("access_token_secret") tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateProviderConfig tf_attribute_path=AttributeName("access_token_secret") tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: diagnostic_warning_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f tf_rpc=ValidateProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=0 timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=36da85da-59a0-8d99-6008-157ae6ec5c9f @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:565 @module=sdk.proto tf_proto_version=6.3 tf_rpc=ValidateProviderConfig timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] GRPCProvider.v6: ConfigureProvider 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: tf_req_id=277d8402-620f-f373-505b-4afcdf477ac2 tf_rpc=ConfigureProvider tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:518 @module=sdk.proto tf_proto_version=6.3 timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=277d8402-620f-f373-505b-4afcdf477ac2 timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ProviderSchema lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:202 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=277d8402-620f-f373-505b-4afcdf477ac2 tf_rpc=ConfigureProvider timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Provider Configure: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=277d8402-620f-f373-505b-4afcdf477ac2 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_configureprovider.go:12 @module=sdk.framework timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Provider Configure: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=277d8402-620f-f373-505b-4afcdf477ac2 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_configureprovider.go:20 @module=sdk.framework timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: tf_req_id=277d8402-620f-f373-505b-4afcdf477ac2 @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_duration_ms=0 tf_rpc=ConfigureProvider @module=sdk.proto timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:538 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=277d8402-620f-f373-505b-4afcdf477ac2 tf_rpc=ConfigureProvider timestamp=2022-10-07T00:14:14.690+0100 2022-10-07T00:14:14.690+0100 [TRACE] vertex "provider[\"registry.terraform.io/sebastianmarines/twitter\"]": visit complete 2022-10-07T00:14:14.690+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": starting visit (*terraform.nodeExpandApplyableResource) 2022-10-07T00:14:14.690+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": expanding dynamic subgraph 2022-10-07T00:14:14.690+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": entering dynamic subgraph 2022-10-07T00:14:14.690+0100 [TRACE] vertex "twitter_tweet.tweet": starting visit (*terraform.NodeApplyableResource) 2022-10-07T00:14:14.690+0100 [TRACE] vertex "twitter_tweet.tweet": visit complete 2022-10-07T00:14:14.690+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": dynamic subgraph completed successfully 2022-10-07T00:14:14.690+0100 [TRACE] vertex "twitter_tweet.tweet (expand)": visit complete 2022-10-07T00:14:14.690+0100 [TRACE] vertex "twitter_tweet.tweet": starting visit (*terraform.NodeApplyableResourceInstance) 2022-10-07T00:14:14.690+0100 [TRACE] readDiff: Read Create change from plan for twitter_tweet.tweet 2022-10-07T00:14:14.690+0100 [TRACE] readResourceInstanceState: reading state for twitter_tweet.tweet 2022-10-07T00:14:14.690+0100 [TRACE] readResourceInstanceState: no state present for twitter_tweet.tweet 2022-10-07T00:14:14.690+0100 [TRACE] readDiff: Read Create change from plan for twitter_tweet.tweet 2022-10-07T00:14:14.690+0100 [TRACE] Re-validating config for "twitter_tweet.tweet" 2022-10-07T00:14:14.690+0100 [TRACE] GRPCProvider.v6: ValidateResourceConfig 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @module=sdk.proto tf_proto_version=6.3 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:677 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType NewResource: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_validateresourceconfig.go:31 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType NewResource: tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_validateresourceconfig.go:33 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("quote_count") tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("quote_count") tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("quote_count") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("lang") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_rpc=ValidateResourceConfig tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_attribute_path=AttributeName("id") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("id") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("id") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("source") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("source") tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_resource_type=twitter_tweet tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_rpc=ValidateResourceConfig tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("favorite_count") tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.framework tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("possibly_sensitive") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=AttributeName("text") tf_rpc=ValidateResourceConfig tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @module=sdk.framework tf_attribute_path=AttributeName("text") timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined AttributeValidator: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_validation.go:89 description="Tweet length must be between 1 and 280 characters." tf_attribute_path=AttributeName("text") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined AttributeValidator: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_validation.go:97 description="Tweet length must be between 1 and 280 characters." tf_attribute_path=AttributeName("text") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=ValidateResourceConfig @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ValidateResourceConfig tf_attribute_path=AttributeName("in_reply_to_status_id") tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_duration_ms=0 tf_rpc=ValidateResourceConfig diagnostic_warning_count=0 tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: @module=sdk.proto tf_req_id=8c0d6f3a-2581-e53c-3354-f650db5f2c03 tf_rpc=ValidateResourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:697 tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] GRPCProvider.v6: PlanResourceChange 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:766 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: tf_rpc=PlanResourceChange tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType NewResource: tf_resource_type=twitter_tweet @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:46 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType NewResource: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:48 timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.691+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Marking Computed null Config values as unknown in Plan: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:134 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 @module=sdk.framework tf_attribute_path=AttributeName("lang") timestamp=2022-10-07T00:14:14.691+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: attribute not null in config, not marking unknown: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:241 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("text") timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_resource_type=twitter_tweet tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_attribute_path=AttributeName("in_reply_to_user_id") timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_attribute_path=AttributeName("quoted_status_id") tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path=AttributeName("source") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_attribute_path=AttributeName("favorite_count") @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 tf_resource_type=twitter_tweet @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: marking computed attribute that is null in the config as unknown: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:264 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: At least one Computed null Config value was changed to unknown: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_planresourcechange.go:148 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_attribute_path=AttributeName("text") timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("text") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("text") tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined AttributePlanModifier: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=AttributeName("text") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_plan_modification.go:55 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined AttributePlanModifier: tf_attribute_path=AttributeName("text") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/attribute_plan_modification.go:63 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_attribute_path=AttributeName("text") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_attribute_path=AttributeName("text") timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("text") tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("user_id") @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("user_id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_attribute_path=AttributeName("user_id") tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("user_id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_attribute_path=AttributeName("user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("in_reply_to_status_id") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("in_reply_to_status_id") timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("in_reply_to_status_id") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("in_reply_to_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_status_id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("in_reply_to_user_id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_rpc=PlanResourceChange tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("in_reply_to_user_id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_attribute_path=AttributeName("in_reply_to_user_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_attribute_path=AttributeName("in_reply_to_user_id") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("retweet_count") @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("retweet_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("retweet_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("favorite_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_attribute_path=AttributeName("favorite_count") tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_attribute_path=AttributeName("favorite_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("favorite_count") tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.692+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("possibly_sensitive") @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("possibly_sensitive") tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_attribute_path=AttributeName("possibly_sensitive") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_attribute_path=AttributeName("possibly_sensitive") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_attribute_path=AttributeName("id") tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_attribute_path=AttributeName("id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("id") tf_rpc=PlanResourceChange tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_attribute_path=AttributeName("id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("source") tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_attribute_path=AttributeName("source") tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_attribute_path=AttributeName("source") timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_attribute_path=AttributeName("source") tf_resource_type=twitter_tweet tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("quoted_status_id") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_rpc=PlanResourceChange tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.692+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_attribute_path=AttributeName("quoted_status_id") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("quote_count") tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("quote_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_attribute_path=AttributeName("quote_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("quote_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_attribute_path=AttributeName("reply_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_rpc=PlanResourceChange tf_resource_type=twitter_tweet @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange tf_attribute_path=AttributeName("reply_count") timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_attribute_path=AttributeName("reply_count") tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:61 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("lang") tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:62 tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 @module=sdk.framework timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/config.go:64 @module=sdk.framework tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("lang") tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:61 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_attribute_path=AttributeName("lang") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @module=sdk.framework timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @module=sdk.framework tf_attribute_path=AttributeName("lang") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:62 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/plan.go:64 @module=sdk.framework tf_attribute_path=AttributeName("lang") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Type implements TypeWithValidate: tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_attribute_path=AttributeName("lang") @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:188 @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:189 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @module=sdk.framework tf_attribute_path=AttributeName("lang") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/tfsdk/plan.go:191 @module=sdk.framework tf_attribute_path=AttributeName("lang") tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received downstream response: diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:38 @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=6.3 tf_req_duration_ms=1 tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: @module=sdk.proto tf_req_id=d10bb41b-8f91-4119-0ceb-aa78e9cc41c9 tf_rpc=PlanResourceChange tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:790 timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create) twitter_tweet.tweet: Creating... 2022-10-07T00:14:14.693+0100 [INFO] Starting apply for twitter_tweet.tweet 2022-10-07T00:14:14.693+0100 [DEBUG] twitter_tweet.tweet: applying the planned Create change 2022-10-07T00:14:14.693+0100 [TRACE] GRPCProvider.v6: ApplyResourceChange 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:799 @module=sdk.proto tf_proto_version=6.3 tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf tf_resource_type=twitter_tweet tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tf6serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=6.3 tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf tf_resource_type=twitter_tweet tf_rpc=ApplyResourceChange timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.693+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:329 @module=sdk.framework tf_resource_type=twitter_tweet tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.694+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Checking ResourceSchemas lock: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server.go:272 tf_rpc=ApplyResourceChange tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf tf_resource_type=twitter_tweet @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter timestamp=2022-10-07T00:14:14.693+0100 2022-10-07T00:14:14.694+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: ApplyResourceChange received no PriorState, running CreateResource: @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_applyresourcechange.go:39 tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf tf_resource_type=twitter_tweet tf_rpc=ApplyResourceChange timestamp=2022-10-07T00:14:14.694+0100 2022-10-07T00:14:14.694+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined ResourceType NewResource: @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_createresource.go:39 tf_rpc=ApplyResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.694+0100 2022-10-07T00:14:14.694+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Called provider defined ResourceType NewResource: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_createresource.go:41 @module=sdk.framework tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf timestamp=2022-10-07T00:14:14.694+0100 2022-10-07T00:14:14.694+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: Calling provider defined Resource Create: tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_createresource.go:78 @module=sdk.framework tf_resource_type=twitter_tweet timestamp=2022-10-07T00:14:14.694+0100 2022-10-07T00:14:14.847+0100 [TRACE] provider.terraform-provider-twitter_v0.1.3: Served request: tf_rpc=ApplyResourceChange tf_provider_addr=registry.terraform.io/sebastianmarines/twitter tf_resource_type=twitter_tweet @module=sdk.proto tf_proto_version=6.3 tf_req_id=325f346f-d2ca-f80c-0918-d75691f070cf @caller=runtime/panic.go:838 timestamp=2022-10-07T00:14:14.847+0100 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: panic: runtime error: invalid memory address or nil pointer dereference 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: [signal SIGSEGV: segmentation violation code=0x2 addr=0x70 pc=0x104f45928] 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: goroutine 37 [running]: 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/sebastianmarines/terraform-provider-twitter/internal/provider.tweetResource.Create({{{0x140003f4b60, 0x1400020a420, 0x140003eead0, 0x1400020a428, 0x1400020a430, 0x1400020a438, 0x1400020a440, 0x1400020a448, 0x1400020a450, 0x1400020a458, ...}, ...}}, ...) 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/sebastianmarines/terraform-provider-twitter/internal/provider/tweet_resource.go:162 +0x238 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-framework/internal/fwserver.(*Server).CreateResource(0x14000263c20, {0x1051be760, 0x140003f3c50}, 0x14000197380, 0x140001972c8) 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_createresource.go:79 +0x478 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-framework/internal/fwserver.(*Server).ApplyResourceChange(0x1051be760?, {0x1051be760, 0x140003f3c50}, 0x140002a4480, 0x14000197560) 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_applyresourcechange.go:51 +0x408 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-framework/internal/proto6server.(*Server).ApplyResourceChange(0x14000263c20, {0x1051be760?, 0x140003f3860?}, 0x14000095c70) 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/proto6server/server_applyresourcechange.go:52 +0x184 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-go/tfprotov6/tf6server.(*server).ApplyResourceChange(0x140002232c0, {0x1051be760?, 0x140003f2a20?}, 0x140000b4230) 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:811 +0x370 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6._Provider_ApplyResourceChange_Handler({0x105191560?, 0x140002232c0}, {0x1051be760, 0x140003f2a20}, 0x14000082ea0, 0x0) 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tfplugin6/tfplugin6_grpc.pb.go:385 +0x174 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: google.golang.org/grpc.(*Server).processUnaryRPC(0x140002fa8c0, {0x1051c1398, 0x140001024e0}, 0x140003eb320, 0x14000376060, 0x1055b2900, 0x0) 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: google.golang.org/grpc@v1.47.0/server.go:1283 +0xb64 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: google.golang.org/grpc.(*Server).handleStream(0x140002fa8c0, {0x1051c1398, 0x140001024e0}, 0x140003eb320, 0x0) 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: google.golang.org/grpc@v1.47.0/server.go:1620 +0x840 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: google.golang.org/grpc.(*Server).serveStreams.func1.2() 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: google.golang.org/grpc@v1.47.0/server.go:922 +0x88 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: created by google.golang.org/grpc.(*Server).serveStreams.func1 2022-10-07T00:14:14.850+0100 [DEBUG] provider.terraform-provider-twitter_v0.1.3: google.golang.org/grpc@v1.47.0/server.go:920 +0x298 2022-10-07T00:14:14.851+0100 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/sebastianmarines/twitter/0.1.3/darwin_arm64/terraform-provider-twitter_v0.1.3 pid=87798 error="exit status 2" 2022-10-07T00:14:14.851+0100 [ERROR] plugin6.(*GRPCProvider).ApplyResourceChange: error="rpc error: code = Unavailable desc = error reading from server: EOF" 2022-10-07T00:14:14.851+0100 [TRACE] maybeTainted: twitter_tweet.tweet encountered an error during creation, so it is now marked as tainted 2022-10-07T00:14:14.851+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for twitter_tweet.tweet 2022-10-07T00:14:14.851+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for twitter_tweet.tweet 2022-10-07T00:14:14.851+0100 [TRACE] evalApplyProvisioners: twitter_tweet.tweet is tainted, so skipping provisioning 2022-10-07T00:14:14.851+0100 [TRACE] maybeTainted: twitter_tweet.tweet was already tainted, so nothing to do 2022-10-07T00:14:14.851+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for twitter_tweet.tweet 2022-10-07T00:14:14.851+0100 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for twitter_tweet.tweet 2022-10-07T00:14:14.851+0100 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF" 2022-10-07T00:14:14.851+0100 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup 2022-10-07T00:14:14.851+0100 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 12 2022-10-07T00:14:14.851+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate 2022-10-07T00:14:14.872+0100 [ERROR] vertex "twitter_tweet.tweet" error: Plugin did not respond 2022-10-07T00:14:14.872+0100 [TRACE] vertex "twitter_tweet.tweet": visit complete, with errors 2022-10-07T00:14:14.872+0100 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/sebastianmarines/twitter\"] (close)" errored, so skipping 2022-10-07T00:14:14.872+0100 [TRACE] dag/walk: upstream of "root" errored, so skipping 2022-10-07T00:14:14.872+0100 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write 2022-10-07T00:14:14.872+0100 [TRACE] statemgr.Filesystem: no state changes since last snapshot 2022-10-07T00:14:14.872+0100 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate ╷ │ Error: Plugin did not respond │ │ The plugin encountered an error, and failed to respond to the plugin6.(*GRPCProvider).ApplyResourceChange call. The plugin logs may contain more details. ╵ 2022-10-07T00:14:14.891+0100 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info 2022-10-07T00:14:14.892+0100 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock Stack trace from the terraform-provider-twitter_v0.1.3 plugin: panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x2 addr=0x70 pc=0x104f45928] goroutine 37 [running]: github.com/sebastianmarines/terraform-provider-twitter/internal/provider.tweetResource.Create({{{0x140003f4b60, 0x1400020a420, 0x140003eead0, 0x1400020a428, 0x1400020a430, 0x1400020a438, 0x1400020a440, 0x1400020a448, 0x1400020a450, 0x1400020a458, ...}, ...}}, ...) github.com/sebastianmarines/terraform-provider-twitter/internal/provider/tweet_resource.go:162 +0x238 github.com/hashicorp/terraform-plugin-framework/internal/fwserver.(*Server).CreateResource(0x14000263c20, {0x1051be760, 0x140003f3c50}, 0x14000197380, 0x140001972c8) github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_createresource.go:79 +0x478 github.com/hashicorp/terraform-plugin-framework/internal/fwserver.(*Server).ApplyResourceChange(0x1051be760?, {0x1051be760, 0x140003f3c50}, 0x140002a4480, 0x14000197560) github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/fwserver/server_applyresourcechange.go:51 +0x408 github.com/hashicorp/terraform-plugin-framework/internal/proto6server.(*Server).ApplyResourceChange(0x14000263c20, {0x1051be760?, 0x140003f3860?}, 0x14000095c70) github.com/hashicorp/terraform-plugin-framework@v0.9.0/internal/proto6server/server_applyresourcechange.go:52 +0x184 github.com/hashicorp/terraform-plugin-go/tfprotov6/tf6server.(*server).ApplyResourceChange(0x140002232c0, {0x1051be760?, 0x140003f2a20?}, 0x140000b4230) github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/tf6server/server.go:811 +0x370 github.com/hashicorp/terraform-plugin-go/tfprotov6/internal/tfplugin6._Provider_ApplyResourceChange_Handler({0x105191560?, 0x140002232c0}, {0x1051be760, 0x140003f2a20}, 0x14000082ea0, 0x0) github.com/hashicorp/terraform-plugin-go@v0.11.0/tfprotov6/internal/tfplugin6/tfplugin6_grpc.pb.go:385 +0x174 google.golang.org/grpc.(*Server).processUnaryRPC(0x140002fa8c0, {0x1051c1398, 0x140001024e0}, 0x140003eb320, 0x14000376060, 0x1055b2900, 0x0) google.golang.org/grpc@v1.47.0/server.go:1283 +0xb64 google.golang.org/grpc.(*Server).handleStream(0x140002fa8c0, {0x1051c1398, 0x140001024e0}, 0x140003eb320, 0x0) google.golang.org/grpc@v1.47.0/server.go:1620 +0x840 google.golang.org/grpc.(*Server).serveStreams.func1.2() google.golang.org/grpc@v1.47.0/server.go:922 +0x88 created by google.golang.org/grpc.(*Server).serveStreams.func1 google.golang.org/grpc@v1.47.0/server.go:920 +0x298 Error: The terraform-provider-twitter_v0.1.3 plugin crashed! This is always indicative of a bug within the plugin. It would be immensely helpful if you could report the crash with the plugin's maintainers so that it can be fixed. The output above should help diagnose the issue. 2022-10-07T00:14:14.892+0100 [DEBUG] provider: plugin exited