Skip to content

Instantly share code, notes, and snippets.

@tschneider-aneo
Created June 12, 2024 09:00
Show Gist options
  • Save tschneider-aneo/691a2d49d4ee0a69ec035b00622834a9 to your computer and use it in GitHub Desktop.
Save tschneider-aneo/691a2d49d4ee0a69ec035b00622834a9 to your computer and use it in GitHub Desktop.
Output for TF local_file inconsistent final plan when local file's content is unknown before apply
Script started on 2024-06-12 10:58:07+02:00 [TERM="xterm-256color" TTY="/dev/pts/0" COLUMNS="154" LINES="41"]
2024-06-12T10:58:07.097+0200 [INFO] Terraform version: 1.8.5
2024-06-12T10:58:07.098+0200 [DEBUG] using github.com/hashicorp/go-tfe v1.51.0
2024-06-12T10:58:07.098+0200 [DEBUG] using github.com/hashicorp/hcl/v2 v2.20.0
2024-06-12T10:58:07.098+0200 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.1
2024-06-12T10:58:07.098+0200 [DEBUG] using github.com/zclconf/go-cty v1.14.3
2024-06-12T10:58:07.098+0200 [INFO] Go runtime version: go1.22.1
2024-06-12T10:58:07.098+0200 [INFO] CLI args: []string{"terraform", "apply", "-auto-approve"}
2024-06-12T10:58:07.098+0200 [TRACE] Stdout is a terminal of width 154
2024-06-12T10:58:07.098+0200 [TRACE] Stderr is a terminal of width 154
2024-06-12T10:58:07.098+0200 [TRACE] Stdin is a terminal
2024-06-12T10:58:07.098+0200 [DEBUG] Attempting to open CLI config file: /home/tschneider/.terraformrc
2024-06-12T10:58:07.098+0200 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2024-06-12T10:58:07.098+0200 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2024-06-12T10:58:07.098+0200 [DEBUG] ignoring non-existing provider search directory /home/tschneider/.terraform.d/plugins
2024-06-12T10:58:07.098+0200 [DEBUG] ignoring non-existing provider search directory /home/tschneider/.local/share/terraform/plugins
2024-06-12T10:58:07.098+0200 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2024-06-12T10:58:07.098+0200 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2024-06-12T10:58:07.098+0200 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2024-06-12T10:58:07.098+0200 [INFO] CLI command args: []string{"apply", "-auto-approve"}
2024-06-12T10:58:07.099+0200 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2024-06-12T10:58:07.099+0200 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2024-06-12T10:58:07.099+0200 [DEBUG] New state was assigned lineage "9435d34b-826c-5a3f-ea6c-a92d961f0db3"
2024-06-12T10:58:07.099+0200 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2024-06-12T10:58:07.099+0200 [TRACE] Meta.Backend: instantiated backend of type <nil>
2024-06-12T10:58:07.099+0200 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2024-06-12T10:58:07.099+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/kubernetes v2.21.1 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64
2024-06-12T10:58:07.099+0200 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/local v2.5.1 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64
2024-06-12T10:58:07.099+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/kubernetes 2.21.1
2024-06-12T10:58:07.099+0200 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/local 2.5.1
2024-06-12T10:58:07.135+0200 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/providers
2024-06-12T10:58:07.146+0200 [DEBUG] checking for provisioner in "."
2024-06-12T10:58:07.147+0200 [DEBUG] checking for provisioner in "/usr/bin"
2024-06-12T10:58:07.147+0200 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2024-06-12T10:58:07.148+0200 [INFO] backend/local: starting Apply operation
2024-06-12T10:58:07.148+0200 [TRACE] backend/local: requesting state manager for workspace "default"
2024-06-12T10:58:07.148+0200 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2024-06-12T10:58:07.148+0200 [TRACE] backend/local: requesting state lock for workspace "default"
2024-06-12T10:58:07.148+0200 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2024-06-12T10:58:07.148+0200 [TRACE] statemgr.Filesystem: existing snapshot has lineage "9eeb23ab-8419-6539-9fbb-4c86425cdbdd" serial 341
2024-06-12T10:58:07.148+0200 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2024-06-12T10:58:07.148+0200 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2024-06-12T10:58:07.148+0200 [TRACE] backend/local: reading remote state for workspace "default"
2024-06-12T10:58:07.148+0200 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2024-06-12T10:58:07.148+0200 [TRACE] statemgr.Filesystem: read snapshot with lineage "9eeb23ab-8419-6539-9fbb-4c86425cdbdd" serial 341
2024-06-12T10:58:07.148+0200 [TRACE] backend/local: populating backend.LocalRun for current working directory
2024-06-12T10:58:07.149+0200 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/local has 2.5.1 to satisfy ">= 2.4.0"
2024-06-12T10:58:07.149+0200 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/kubernetes has 2.21.1 to satisfy "~> 2.21.1"
2024-06-12T10:58:07.149+0200 [TRACE] terraform.NewContext: starting
2024-06-12T10:58:07.149+0200 [TRACE] terraform.NewContext: complete
2024-06-12T10:58:07.149+0200 [TRACE] backend/local: requesting interactive input, if necessary
2024-06-12T10:58:07.149+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/kubernetes"
2024-06-12T10:58:07.149+0200 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/kubernetes" to read its schema
2024-06-12T10:58:07.149+0200 [DEBUG] created provider logger: level=trace
2024-06-12T10:58:07.149+0200 [INFO] provider: configuring client automatic mTLS
2024-06-12T10:58:07.159+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5"]
2024-06-12T10:58:07.159+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 pid=60136
2024-06-12T10:58:07.160+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.201+0200 [INFO] provider.terraform-provider-kubernetes_v2.21.1_x5: configuring server automatic mTLS: timestamp="2024-06-12T10:58:07.201+0200"
2024-06-12T10:58:07.218+0200 [DEBUG] provider: using plugin: version=5
2024-06-12T10:58:07.218+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: plugin address: network=unix address=/tmp/plugin3104831449 timestamp="2024-06-12T10:58:07.217+0200"
2024-06-12T10:58:07.228+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.228+0200 [TRACE] provider.stdio: waiting for stdio data
2024-06-12T10:58:07.230+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:491 tf_req_id=e40e632f-41c8-ebaf-9594-6251b4a10694 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=GetProviderSchema @module=sdk.proto timestamp="2024-06-12T10:58:07.230+0200"
2024-06-12T10:58:07.230+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_req_id=e40e632f-41c8-ebaf-9594-6251b4a10694 tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.230+0200"
2024-06-12T10:58:07.230+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: serving cached schema information: @module=sdk.mux tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.230+0200"
2024-06-12T10:58:07.230+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_proto_version=5.3 tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e40e632f-41c8-ebaf-9594-6251b4a10694 tf_rpc=GetProviderSchema @module=sdk.proto timestamp="2024-06-12T10:58:07.230+0200"
2024-06-12T10:58:07.236+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e40e632f-41c8-ebaf-9594-6251b4a10694 tf_rpc=GetProviderSchema @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:510 timestamp="2024-06-12T10:58:07.236+0200"
2024-06-12T10:58:07.269+0200 [TRACE] GRPCProvider: Close
2024-06-12T10:58:07.270+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T10:58:07.272+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 pid=60136
2024-06-12T10:58:07.273+0200 [DEBUG] provider: plugin exited
2024-06-12T10:58:07.273+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
2024-06-12T10:58:07.273+0200 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/local" to read its schema
2024-06-12T10:58:07.273+0200 [DEBUG] created provider logger: level=trace
2024-06-12T10:58:07.273+0200 [INFO] provider: configuring client automatic mTLS
2024-06-12T10:58:07.276+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5"]
2024-06-12T10:58:07.277+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 pid=60151
2024-06-12T10:58:07.277+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5
2024-06-12T10:58:07.280+0200 [INFO] provider.terraform-provider-local_v2.5.1_x5: configuring server automatic mTLS: timestamp="2024-06-12T10:58:07.279+0200"
2024-06-12T10:58:07.290+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: plugin address: address=/tmp/plugin3213683300 network=unix timestamp="2024-06-12T10:58:07.289+0200"
2024-06-12T10:58:07.290+0200 [DEBUG] provider: using plugin: version=5
2024-06-12T10:58:07.297+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.297+0200 [TRACE] provider.stdio: waiting for stdio data
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=GetProviderSchema @module=sdk.proto tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:522 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=5.4 tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:342 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Schema: tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:353 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:355 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 @module=sdk.framework timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderTypeName lock: tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:319 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:330 @module=sdk.framework timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:332 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:431 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:433 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found resource type: tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_resource_type=local_file tf_rpc=GetProviderSchema @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:454 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found resource type: tf_resource_type=local_sensitive_file tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:454 @module=sdk.framework timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Resource Schema method: tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:550 @module=sdk.framework tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Resource Schema method: tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:552 tf_resource_type=local_file @module=sdk.framework tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:550 tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_resource_type=local_sensitive_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Resource Schema method: tf_resource_type=local_sensitive_file tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:552 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking DataSourceTypes lock: tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:163 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:319 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:174 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider DataSources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:176 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found data source type: @module=sdk.framework tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:197 tf_data_source_type=local_file tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.298+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:197 tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @module=sdk.framework tf_data_source_type=local_sensitive_file tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined DataSource Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:293 @module=sdk.framework tf_data_source_type=local_sensitive_file tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined DataSource Schema: tf_data_source_type=local_sensitive_file tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:295 @module=sdk.framework tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined DataSource Schema: @module=sdk.framework tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:293 tf_data_source_type=local_file tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined DataSource Schema: tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:295 @module=sdk.framework tf_data_source_type=local_file tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking FunctionTypes lock: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_functions.go:118 @module=sdk.framework timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Functions: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_functions.go:136 timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Functions: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_functions.go:138 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found function: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_functions.go:157 tf_function_name=direxists tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Function Definition: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_functions.go:91 tf_function_name=direxists tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Function Definition: @module=sdk.framework tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_functions.go:93 tf_function_name=direxists tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.298+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_duration_ms=0 tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.299+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Announced server capabilities: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/server_capabilities.go:25 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=GetProviderSchema tf_proto_version=5.4 tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_server_capability_get_provider_schema_optional=true tf_server_capability_plan_destroy=true @module=sdk.proto timestamp="2024-06-12T10:58:07.299+0200"
2024-06-12T10:58:07.299+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:541 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.proto tf_req_id=bedf816b-c252-2e85-8d9b-2151bbf04473 tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.299+0200"
2024-06-12T10:58:07.299+0200 [DEBUG] No provider meta schema returned
2024-06-12T10:58:07.299+0200 [TRACE] GRPCProvider: Close
2024-06-12T10:58:07.300+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T10:58:07.301+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 pid=60151
2024-06-12T10:58:07.301+0200 [DEBUG] provider: plugin exited
2024-06-12T10:58:07.301+0200 [TRACE] Context.Input: Prompting for provider arguments
2024-06-12T10:58:07.301+0200 [TRACE] Context.Input: Provider provider.kubernetes declared at main.tf:1,1-22
2024-06-12T10:58:07.301+0200 [TRACE] Context.Input: Provider provider.local implied by resource block at main.tf:41,1-38
2024-06-12T10:58:07.301+0200 [TRACE] Context.Input: Input for provider.kubernetes: map[string]cty.Value{}
2024-06-12T10:58:07.301+0200 [TRACE] Context.Input: Input for provider.local: map[string]cty.Value{}
2024-06-12T10:58:07.301+0200 [TRACE] backend/local: running validation operation
2024-06-12T10:58:07.301+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/kubernetes"
2024-06-12T10:58:07.301+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.301+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
2024-06-12T10:58:07.301+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.301+0200 [DEBUG] Building and walking validate graph
2024-06-12T10:58:07.301+0200 [TRACE] building graph for walkValidate
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T10:58:07.301+0200 [TRACE] ConfigTransformer: Starting for path:
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
local_file.my_local_file - *terraform.NodeValidatableResource
------
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2024-06-12T10:58:07.301+0200 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T10:58:07.301+0200 [TRACE] AttachResourceConfigTransformer: attaching to "local_file.my_local_file" (*terraform.NodeValidatableResource) config from main.tf:41,1-38
2024-06-12T10:58:07.301+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to local_file.my_local_file
2024-06-12T10:58:07.301+0200 [TRACE] AttachResourceConfigTransformer: attaching to "data.kubernetes_secret.my_kube_secret_data" (*terraform.NodeValidatableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:31, Column:1, Byte:492}, End:hcl.Pos{Line:31, Column:47, Byte:538}}
2024-06-12T10:58:07.301+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.301+0200 [TRACE] AttachResourceConfigTransformer: attaching to "kubernetes_secret.my_kube_secret" (*terraform.NodeValidatableResource) config from main.tf:20,1-46
2024-06-12T10:58:07.301+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.301+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T10:58:07.301+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T10:58:07.301+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T10:58:07.301+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
local_file.my_local_file - *terraform.NodeValidatableResource
------
2024-06-12T10:58:07.301+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T10:58:07.302+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" provider configuration from main.tf:1,1-22
2024-06-12T10:58:07.302+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
local_file.my_local_file - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.302+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T10:58:07.302+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T10:58:07.302+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.302+0200 [DEBUG] ProviderTransformer: "kubernetes_secret.my_kube_secret" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.302+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/local"] serving local_file.my_local_file
2024-06-12T10:58:07.302+0200 [DEBUG] ProviderTransformer: "local_file.my_local_file" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.302+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.302+0200 [DEBUG] ProviderTransformer: "data.kubernetes_secret.my_kube_secret_data" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.302+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.302+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T10:58:07.302+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T10:58:07.302+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.302+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.302+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.302+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to local_file.my_local_file
2024-06-12T10:58:07.302+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.302+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.302+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.302+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.302+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.302+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T10:58:07.302+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2024-06-12T10:58:07.302+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: []
2024-06-12T10:58:07.302+0200 [DEBUG] ReferenceTransformer: "kubernetes_secret.my_kube_secret" references: []
2024-06-12T10:58:07.302+0200 [DEBUG] ReferenceTransformer: "local_file.my_local_file" references: [data.kubernetes_secret.my_kube_secret_data]
2024-06-12T10:58:07.302+0200 [DEBUG] ReferenceTransformer: "data.kubernetes_secret.my_kube_secret_data" references: [kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeValidatableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-06-12T10:58:07.302+0200 [TRACE] attachDataDependenciesTransformer: data.kubernetes_secret.my_kube_secret_data depends on [kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T10:58:07.302+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T10:58:07.302+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T10:58:07.303+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T10:58:07.303+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T10:58:07.303+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T10:58:07.303+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T10:58:07.303+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeValidatableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.303+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T10:58:07.303+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeValidatableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T10:58:07.303+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T10:58:07.303+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
kubernetes_secret.my_kube_secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeValidatableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T10:58:07.303+0200 [DEBUG] Starting graph walk: walkValidate
2024-06-12T10:58:07.303+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T10:58:07.303+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": belongs to
2024-06-12T10:58:07.303+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T10:58:07.303+0200 [DEBUG] created provider logger: level=trace
2024-06-12T10:58:07.303+0200 [INFO] provider: configuring client automatic mTLS
2024-06-12T10:58:07.303+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": belongs to
2024-06-12T10:58:07.308+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5"]
2024-06-12T10:58:07.308+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 pid=60162
2024-06-12T10:58:07.308+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5
2024-06-12T10:58:07.311+0200 [INFO] provider.terraform-provider-local_v2.5.1_x5: configuring server automatic mTLS: timestamp="2024-06-12T10:58:07.311+0200"
2024-06-12T10:58:07.322+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: plugin address: address=/tmp/plugin3026301230 network=unix timestamp="2024-06-12T10:58:07.321+0200"
2024-06-12T10:58:07.322+0200 [DEBUG] provider: using plugin: version=5
2024-06-12T10:58:07.329+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/local\"]" provider for provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.329+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.329+0200 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.329+0200 [TRACE] provider.stdio: waiting for stdio data
2024-06-12T10:58:07.329+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/local"]: no configuration at all
2024-06-12T10:58:07.329+0200 [DEBUG] created provider logger: level=trace
2024-06-12T10:58:07.329+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": visit complete
2024-06-12T10:58:07.329+0200 [INFO] provider: configuring client automatic mTLS
2024-06-12T10:58:07.333+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5"]
2024-06-12T10:58:07.333+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 pid=60170
2024-06-12T10:58:07.333+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.375+0200 [INFO] provider.terraform-provider-kubernetes_v2.21.1_x5: configuring server automatic mTLS: timestamp="2024-06-12T10:58:07.375+0200"
2024-06-12T10:58:07.392+0200 [DEBUG] provider: using plugin: version=5
2024-06-12T10:58:07.392+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: plugin address: address=/tmp/plugin4054099988 network=unix timestamp="2024-06-12T10:58:07.392+0200"
2024-06-12T10:58:07.403+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" provider for provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.403+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.403+0200 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.403+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/kubernetes"]: using explicit config only
2024-06-12T10:58:07.403+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.403+0200 [TRACE] provider.stdio: waiting for stdio data
2024-06-12T10:58:07.404+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @module=sdk.proto tf_req_id=fe20b97e-9bdf-2f26-99f4-967da055806d @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:491 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.404+0200"
2024-06-12T10:58:07.404+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_rpc=GetProviderSchema tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=fe20b97e-9bdf-2f26-99f4-967da055806d timestamp="2024-06-12T10:58:07.404+0200"
2024-06-12T10:58:07.404+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: serving cached schema information: @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.404+0200"
2024-06-12T10:58:07.404+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_rpc=GetProviderSchema diagnostic_warning_count=0 tf_req_id=fe20b97e-9bdf-2f26-99f4-967da055806d timestamp="2024-06-12T10:58:07.404+0200"
2024-06-12T10:58:07.409+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:510 @module=sdk.proto tf_req_id=fe20b97e-9bdf-2f26-99f4-967da055806d tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.409+0200"
2024-06-12T10:58:07.440+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.440+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.440+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2024-06-12T10:58:07.440+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.443+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:518 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_proto_version=5.3 tf_req_id=195a8409-7fb7-5a5b-d9f7-fecc6c68e07e tf_rpc=PrepareProviderConfig @module=sdk.proto timestamp="2024-06-12T10:58:07.443+0200"
2024-06-12T10:58:07.443+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: 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.14.2/internal/logging/protocol_data.go:38 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=PrepareProviderConfig tf_proto_version=5.3 tf_req_id=195a8409-7fb7-5a5b-d9f7-fecc6c68e07e @module=sdk.proto timestamp="2024-06-12T10:58:07.443+0200"
2024-06-12T10:58:07.443+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_req_id=195a8409-7fb7-5a5b-d9f7-fecc6c68e07e tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.443+0200"
2024-06-12T10:58:07.443+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux timestamp="2024-06-12T10:58:07.443+0200"
2024-06-12T10:58:07.443+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Preparing provider configuration: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=195a8409-7fb7-5a5b-d9f7-fecc6c68e07e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:128 timestamp="2024-06-12T10:58:07.443+0200"
2024-06-12T10:58:07.443+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=195a8409-7fb7-5a5b-d9f7-fecc6c68e07e @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:216 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.443+0200"
2024-06-12T10:58:07.447+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=195a8409-7fb7-5a5b-d9f7-fecc6c68e07e tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema timestamp="2024-06-12T10:58:07.447+0200"
2024-06-12T10:58:07.447+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @module=sdk.mux tf_mux_provider="*provider.RawProviderServer" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.447+0200"
2024-06-12T10:58:07.447+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024-06-12T10:58:07.447+0200 [TRACE] [PrepareProviderConfig][Request]
2024-06-12T10:58:07.447+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: %s
2024-06-12T10:58:07.447+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: : EXTRA_VALUE_AT_END={0xc00131ea50}
2024-06-12T10:58:07.447+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_req_duration_ms=4 tf_req_id=195a8409-7fb7-5a5b-d9f7-fecc6c68e07e tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.447+0200"
2024-06-12T10:58:07.447+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:539 tf_proto_version=5.3 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=195a8409-7fb7-5a5b-d9f7-fecc6c68e07e timestamp="2024-06-12T10:58:07.447+0200"
2024-06-12T10:58:07.448+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": visit complete
2024-06-12T10:58:07.448+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": starting visit (*terraform.NodeValidatableResource)
2024-06-12T10:58:07.448+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": belongs to
2024-06-12T10:58:07.448+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.448+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.448+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.448+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-06-12T10:58:07.448+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.449+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:679 @module=sdk.proto tf_proto_version=5.3 tf_req_id=83d3f591-ad23-24f5-e560-241b083e5c4d tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.448+0200"
2024-06-12T10:58:07.449+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=83d3f591-ad23-24f5-e560-241b083e5c4d tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.449+0200"
2024-06-12T10:58:07.449+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.449+0200"
2024-06-12T10:58:07.449+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: tf_rpc=ValidateResourceTypeConfig tf_resource_type=kubernetes_secret @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=83d3f591-ad23-24f5-e560-241b083e5c4d @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:245 timestamp="2024-06-12T10:58:07.449+0200"
2024-06-12T10:58:07.449+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:247 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=83d3f591-ad23-24f5-e560-241b083e5c4d tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema timestamp="2024-06-12T10:58:07.449+0200"
2024-06-12T10:58:07.449+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: diagnostic_error_count=0 tf_proto_version=5.3 tf_req_duration_ms=0 tf_req_id=83d3f591-ad23-24f5-e560-241b083e5c4d tf_resource_type=kubernetes_secret @module=sdk.proto tf_rpc=ValidateResourceTypeConfig diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp="2024-06-12T10:58:07.449+0200"
2024-06-12T10:58:07.449+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=83d3f591-ad23-24f5-e560-241b083e5c4d tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:699 timestamp="2024-06-12T10:58:07.449+0200"
2024-06-12T10:58:07.449+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": visit complete
2024-06-12T10:58:07.449+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": starting visit (*terraform.NodeValidatableResource)
2024-06-12T10:58:07.449+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": belongs to
2024-06-12T10:58:07.449+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.449+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.449+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.449+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.450+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.450+0200 [TRACE] GRPCProvider: ValidateDataResourceConfig
2024-06-12T10:58:07.450+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.450+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @module=sdk.proto tf_data_source_type=kubernetes_secret tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:619 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=1a817f7c-177d-97c6-44c4-43408cd6080c tf_proto_version=5.3 timestamp="2024-06-12T10:58:07.450+0200"
2024-06-12T10:58:07.450+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_data_source_type=kubernetes_secret tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @module=sdk.proto tf_proto_version=5.3 tf_req_id=1a817f7c-177d-97c6-44c4-43408cd6080c tf_rpc=ValidateDataSourceConfig timestamp="2024-06-12T10:58:07.450+0200"
2024-06-12T10:58:07.450+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux timestamp="2024-06-12T10:58:07.450+0200"
2024-06-12T10:58:07.450+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:272 tf_data_source_type=kubernetes_secret tf_req_id=1a817f7c-177d-97c6-44c4-43408cd6080c tf_rpc=ValidateDataSourceConfig timestamp="2024-06-12T10:58:07.450+0200"
2024-06-12T10:58:07.450+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:274 @module=sdk.helper_schema tf_data_source_type=kubernetes_secret tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=1a817f7c-177d-97c6-44c4-43408cd6080c timestamp="2024-06-12T10:58:07.450+0200"
2024-06-12T10:58:07.450+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_warning_count=0 tf_rpc=ValidateDataSourceConfig tf_req_duration_ms=0 diagnostic_error_count=0 tf_data_source_type=kubernetes_secret tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=1a817f7c-177d-97c6-44c4-43408cd6080c timestamp="2024-06-12T10:58:07.450+0200"
2024-06-12T10:58:07.450+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @module=sdk.proto tf_proto_version=5.3 tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:639 tf_data_source_type=kubernetes_secret tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=1a817f7c-177d-97c6-44c4-43408cd6080c timestamp="2024-06-12T10:58:07.450+0200"
2024-06-12T10:58:07.450+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": visit complete
2024-06-12T10:58:07.450+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T10:58:07.450+0200 [TRACE] vertex "local_file.my_local_file": starting visit (*terraform.NodeValidatableResource)
2024-06-12T10:58:07.450+0200 [TRACE] vertex "local_file.my_local_file": belongs to
2024-06-12T10:58:07.450+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.451+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.451+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.451+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": does not belong to any module instance
2024-06-12T10:58:07.451+0200 [TRACE] GRPCProvider: Close
2024-06-12T10:58:07.451+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.451+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.451+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-06-12T10:58:07.451+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.451+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.451+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:707 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 @module=sdk.proto tf_proto_version=5.4 timestamp="2024-06-12T10:58:07.451+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: 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_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/internal/logging/protocol_data.go:41 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.proto tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderTypeName lock: @module=sdk.framework tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:319 tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:330 tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Metadata: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:332 tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Resources: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:431 @module=sdk.framework tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Resources: @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:433 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found resource type: @module=sdk.framework tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:454 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found resource type: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_sensitive_file @module=sdk.framework tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:454 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: @module=sdk.framework tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Resource Schema method: tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:512 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:514 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: @module=sdk.framework tf_attribute_path=directory_permission @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=directory_permission tf_resource_type=local_file timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_attribute_path=directory_permission tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,content_base64]\"" tf_attribute_path=source tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 @module=sdk.framework tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,content_base64]\"" tf_attribute_path=source tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 @module=sdk.framework tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_attribute_path=file_permission tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=file_permission timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=sensitive_content tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 description="Ensure that one and only one attribute from this collection is set: \"[content,content_base64,source]\"" tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: description="Ensure that one and only one attribute from this collection is set: \"[content,content_base64,source]\"" tf_attribute_path=sensitive_content tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 @module=sdk.framework timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,source]\"" tf_attribute_path=content_base64 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: @module=sdk.framework tf_attribute_path=content_base64 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,source]\"" tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.452+0200 [TRACE] vertex "local_file.my_local_file": visit complete
2024-06-12T10:58:07.452+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file tf_attribute_path=content description="Ensure that one and only one attribute from this collection is set: \"[sensitive_content,content_base64,source]\"" tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 @module=sdk.framework timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.453+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T10:58:07.453+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": does not belong to any module instance
2024-06-12T10:58:07.453+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: description="Ensure that one and only one attribute from this collection is set: \"[sensitive_content,content_base64,source]\"" tf_attribute_path=content tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.453+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_duration_ms=0 tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.453+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local tf_proto_version=5.4 tf_req_id=0fef5ea5-568b-9ad3-94fd-94045e02c4c9 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:727 timestamp="2024-06-12T10:58:07.452+0200"
2024-06-12T10:58:07.455+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 pid=60170
2024-06-12T10:58:07.455+0200 [DEBUG] provider: plugin exited
2024-06-12T10:58:07.455+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": visit complete
2024-06-12T10:58:07.455+0200 [TRACE] GRPCProvider: Close
2024-06-12T10:58:07.456+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T10:58:07.457+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 pid=60162
2024-06-12T10:58:07.457+0200 [DEBUG] provider: plugin exited
2024-06-12T10:58:07.457+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": visit complete
2024-06-12T10:58:07.457+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-06-12T10:58:07.457+0200 [TRACE] vertex "root": does not belong to any module instance
2024-06-12T10:58:07.457+0200 [TRACE] vertex "root": visit complete
2024-06-12T10:58:07.457+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/kubernetes"
2024-06-12T10:58:07.457+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.457+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
2024-06-12T10:58:07.457+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.457+0200 [INFO] backend/local: apply calling Plan
2024-06-12T10:58:07.458+0200 [DEBUG] Building and walking plan graph for NormalMode
2024-06-12T10:58:07.458+0200 [TRACE] building graph for walkPlan
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T10:58:07.458+0200 [TRACE] ConfigTransformer: Starting for path:
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
------
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.StateTransformer
2024-06-12T10:58:07.458+0200 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T10:58:07.458+0200 [TRACE] AttachResourceConfigTransformer: attaching to "kubernetes_secret.my_kube_secret (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:20,1-46
2024-06-12T10:58:07.458+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.458+0200 [TRACE] AttachResourceConfigTransformer: attaching to "local_file.my_local_file (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:41,1-38
2024-06-12T10:58:07.458+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to local_file.my_local_file (expand)
2024-06-12T10:58:07.458+0200 [TRACE] AttachResourceConfigTransformer: attaching to "data.kubernetes_secret.my_kube_secret_data (expand)" (*terraform.nodeExpandPlannableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:31, Column:1, Byte:492}, End:hcl.Pos{Line:31, Column:47, Byte:538}}
2024-06-12T10:58:07.458+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
------
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T10:58:07.458+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" provider configuration from main.tf:1,1-22
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T10:58:07.458+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/local"] serving local_file.my_local_file (expand)
2024-06-12T10:58:07.458+0200 [DEBUG] ProviderTransformer: "local_file.my_local_file (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.458+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.458+0200 [DEBUG] ProviderTransformer: "data.kubernetes_secret.my_kube_secret_data (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.458+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.458+0200 [DEBUG] ProviderTransformer: "kubernetes_secret.my_kube_secret (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T10:58:07.458+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T10:58:07.458+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.458+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.458+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.458+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.458+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.458+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.458+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.458+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to local_file.my_local_file (expand)
2024-06-12T10:58:07.458+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.458+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T10:58:07.458+0200 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T10:58:07.458+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T10:58:07.459+0200 [DEBUG] ReferenceTransformer: "kubernetes_secret.my_kube_secret (expand)" references: []
2024-06-12T10:58:07.459+0200 [DEBUG] ReferenceTransformer: "local_file.my_local_file (expand)" references: [data.kubernetes_secret.my_kube_secret_data (expand)]
2024-06-12T10:58:07.459+0200 [DEBUG] ReferenceTransformer: "data.kubernetes_secret.my_kube_secret_data (expand)" references: [kubernetes_secret.my_kube_secret (expand)]
2024-06-12T10:58:07.459+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2024-06-12T10:58:07.459+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: []
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T10:58:07.459+0200 [TRACE] AttachDependenciesTransformer: kubernetes_secret.my_kube_secret depends on []
2024-06-12T10:58:07.459+0200 [TRACE] AttachDependenciesTransformer: local_file.my_local_file depends on [data.kubernetes_secret.my_kube_secret_data kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.459+0200 [TRACE] AttachDependenciesTransformer: data.kubernetes_secret.my_kube_secret_data depends on [kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2024-06-12T10:58:07.459+0200 [TRACE] attachDataDependenciesTransformer: data.kubernetes_secret.my_kube_secret_data depends on [kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T10:58:07.459+0200 [TRACE] ForcedCBDTransformer: "kubernetes_secret.my_kube_secret (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T10:58:07.459+0200 [TRACE] ForcedCBDTransformer: "local_file.my_local_file (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T10:58:07.459+0200 [TRACE] ForcedCBDTransformer: "data.kubernetes_secret.my_kube_secret_data (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T10:58:07.459+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T10:58:07.459+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T10:58:07.459+0200 [DEBUG] Starting graph walk: walkPlan
2024-06-12T10:58:07.459+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T10:58:07.459+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": belongs to
2024-06-12T10:58:07.460+0200 [DEBUG] created provider logger: level=trace
2024-06-12T10:58:07.460+0200 [INFO] provider: configuring client automatic mTLS
2024-06-12T10:58:07.460+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T10:58:07.460+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": belongs to
2024-06-12T10:58:07.464+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5"]
2024-06-12T10:58:07.464+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 pid=60200
2024-06-12T10:58:07.464+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5
2024-06-12T10:58:07.467+0200 [INFO] provider.terraform-provider-local_v2.5.1_x5: configuring server automatic mTLS: timestamp="2024-06-12T10:58:07.467+0200"
2024-06-12T10:58:07.477+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: plugin address: address=/tmp/plugin2795036927 network=unix timestamp="2024-06-12T10:58:07.477+0200"
2024-06-12T10:58:07.477+0200 [DEBUG] provider: using plugin: version=5
2024-06-12T10:58:07.484+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/local\"]" provider for provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.484+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.484+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.484+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/local"]: no configuration at all
2024-06-12T10:58:07.484+0200 [TRACE] provider.stdio: waiting for stdio data
2024-06-12T10:58:07.484+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.484+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.484+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.484+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.484+0200 [DEBUG] created provider logger: level=trace
2024-06-12T10:58:07.484+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2024-06-12T10:58:07.484+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.484+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.484+0200 [INFO] provider: configuring client automatic mTLS
2024-06-12T10:58:07.485+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:549 @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=cefa1e91-df76-85cc-5edb-eba3e5cf0fb3 timestamp="2024-06-12T10:58:07.484+0200"
2024-06-12T10:58:07.485+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_proto_version=5.4 tf_req_id=cefa1e91-df76-85cc-5edb-eba3e5cf0fb3 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/internal/logging/protocol_data.go:41 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.484+0200"
2024-06-12T10:58:07.485+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.proto tf_req_id=cefa1e91-df76-85cc-5edb-eba3e5cf0fb3 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.484+0200"
2024-06-12T10:58:07.485+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=cefa1e91-df76-85cc-5edb-eba3e5cf0fb3 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:342 timestamp="2024-06-12T10:58:07.484+0200"
2024-06-12T10:58:07.485+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=cefa1e91-df76-85cc-5edb-eba3e5cf0fb3 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:353 timestamp="2024-06-12T10:58:07.485+0200"
2024-06-12T10:58:07.485+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Schema: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=cefa1e91-df76-85cc-5edb-eba3e5cf0fb3 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:355 timestamp="2024-06-12T10:58:07.485+0200"
2024-06-12T10:58:07.485+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 tf_req_duration_ms=0 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.4 tf_req_id=cefa1e91-df76-85cc-5edb-eba3e5cf0fb3 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.485+0200"
2024-06-12T10:58:07.485+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: tf_proto_version=5.4 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_req_id=cefa1e91-df76-85cc-5edb-eba3e5cf0fb3 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:570 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.485+0200"
2024-06-12T10:58:07.489+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5"]
2024-06-12T10:58:07.489+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 pid=60208
2024-06-12T10:58:07.489+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.533+0200 [INFO] provider.terraform-provider-kubernetes_v2.21.1_x5: configuring server automatic mTLS: timestamp="2024-06-12T10:58:07.533+0200"
2024-06-12T10:58:07.550+0200 [DEBUG] provider: using plugin: version=5
2024-06-12T10:58:07.550+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: plugin address: address=/tmp/plugin1526157429 network=unix timestamp="2024-06-12T10:58:07.550+0200"
2024-06-12T10:58:07.560+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" provider for provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.560+0200 [TRACE] provider.stdio: waiting for stdio data
2024-06-12T10:58:07.560+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.560+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.560+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/kubernetes"]: using explicit config only
2024-06-12T10:58:07.560+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.560+0200 [TRACE] GRPCProvider: ConfigureProvider
2024-06-12T10:58:07.560+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.560+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: tf_proto_version=5.4 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:578 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=2f870e1c-cdf3-cd99-f5ea-debea0ae0f26 tf_rpc=Configure timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=2f870e1c-cdf3-cd99-f5ea-debea0ae0f26 tf_rpc=Configure @module=sdk.proto timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderSchema lock: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=2f870e1c-cdf3-cd99-f5ea-debea0ae0f26 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:342 @module=sdk.framework timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=2f870e1c-cdf3-cd99-f5ea-debea0ae0f26 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_configureprovider.go:15 timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Configure: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=2f870e1c-cdf3-cd99-f5ea-debea0ae0f26 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_configureprovider.go:23 timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=2f870e1c-cdf3-cd99-f5ea-debea0ae0f26 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_warning_count=0 tf_req_duration_ms=0 timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:597 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=2f870e1c-cdf3-cd99-f5ea-debea0ae0f26 @module=sdk.proto tf_proto_version=5.4 tf_rpc=Configure timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:491 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=79190936-8a8f-865f-fd2d-c7bea9278d23 tf_rpc=GetProviderSchema timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_rpc=GetProviderSchema tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=79190936-8a8f-865f-fd2d-c7bea9278d23 timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: serving cached schema information: @module=sdk.mux tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.561+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": visit complete
2024-06-12T10:58:07.561+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_req_duration_ms=0 @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes diagnostic_error_count=0 tf_req_id=79190936-8a8f-865f-fd2d-c7bea9278d23 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp="2024-06-12T10:58:07.561+0200"
2024-06-12T10:58:07.567+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_rpc=GetProviderSchema tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @module=sdk.proto tf_proto_version=5.3 tf_req_id=79190936-8a8f-865f-fd2d-c7bea9278d23 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:510 timestamp="2024-06-12T10:58:07.566+0200"
2024-06-12T10:58:07.595+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.595+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.595+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2024-06-12T10:58:07.595+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.596+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:518 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=PrepareProviderConfig tf_proto_version=5.3 tf_req_id=02ca2a44-e1d0-9744-c17b-088e1cbb0ed2 timestamp="2024-06-12T10:58:07.595+0200"
2024-06-12T10:58:07.596+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=02ca2a44-e1d0-9744-c17b-088e1cbb0ed2 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/internal/logging/protocol_data.go:38 @module=sdk.proto tf_proto_version=5.3 timestamp="2024-06-12T10:58:07.595+0200"
2024-06-12T10:58:07.596+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_req_id=02ca2a44-e1d0-9744-c17b-088e1cbb0ed2 timestamp="2024-06-12T10:58:07.595+0200"
2024-06-12T10:58:07.596+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.596+0200"
2024-06-12T10:58:07.596+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Preparing provider configuration: tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=02ca2a44-e1d0-9744-c17b-088e1cbb0ed2 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:128 timestamp="2024-06-12T10:58:07.596+0200"
2024-06-12T10:58:07.596+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=02ca2a44-e1d0-9744-c17b-088e1cbb0ed2 tf_rpc=PrepareProviderConfig tf_mux_provider="*schema.GRPCProviderServer" @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:216 timestamp="2024-06-12T10:58:07.596+0200"
2024-06-12T10:58:07.600+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=02ca2a44-e1d0-9744-c17b-088e1cbb0ed2 timestamp="2024-06-12T10:58:07.600+0200"
2024-06-12T10:58:07.600+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @module=sdk.mux tf_mux_provider="*provider.RawProviderServer" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.600+0200"
2024-06-12T10:58:07.600+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024-06-12T10:58:07.600+0200 [TRACE] [PrepareProviderConfig][Request]
2024-06-12T10:58:07.600+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: %s
2024-06-12T10:58:07.600+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: : EXTRA_VALUE_AT_END={0xc000fd2c90}
2024-06-12T10:58:07.600+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_req_id=02ca2a44-e1d0-9744-c17b-088e1cbb0ed2 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=PrepareProviderConfig diagnostic_warning_count=0 tf_req_duration_ms=4 timestamp="2024-06-12T10:58:07.600+0200"
2024-06-12T10:58:07.600+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_req_id=02ca2a44-e1d0-9744-c17b-088e1cbb0ed2 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:539 timestamp="2024-06-12T10:58:07.600+0200"
2024-06-12T10:58:07.600+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" changed the config value, but that value is unused
2024-06-12T10:58:07.600+0200 [TRACE] GRPCProvider: ConfigureProvider
2024-06-12T10:58:07.600+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.601+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: tf_req_id=cd6dcbfe-0e4f-a85e-bd65-54a7b6c16fca tf_rpc=Configure @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:547 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes timestamp="2024-06-12T10:58:07.601+0200"
2024-06-12T10:58:07.601+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=cd6dcbfe-0e4f-a85e-bd65-54a7b6c16fca tf_rpc=Configure tf_proto_version=5.3 timestamp="2024-06-12T10:58:07.601+0200"
2024-06-12T10:58:07.601+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ConfigureProvider timestamp="2024-06-12T10:58:07.601+0200"
2024-06-12T10:58:07.601+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:556 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=cd6dcbfe-0e4f-a85e-bd65-54a7b6c16fca @module=sdk.helper_schema tf_rpc=ConfigureProvider timestamp="2024-06-12T10:58:07.601+0200"
2024-06-12T10:58:07.601+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Using kubeconfig: /home/tschneider/.kube/config
2024-06-12T10:58:07.602+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Enabling HTTP requests/responses tracing
2024-06-12T10:58:07.602+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=cd6dcbfe-0e4f-a85e-bd65-54a7b6c16fca tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:558 timestamp="2024-06-12T10:58:07.601+0200"
2024-06-12T10:58:07.602+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider="*provider.RawProviderServer" tf_rpc=ConfigureProvider timestamp="2024-06-12T10:58:07.602+0200"
2024-06-12T10:58:07.602+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024-06-12T10:58:07.602+0200 [TRACE] [Configure]: [ClientConfig]="{https://127.0.0.1:6443 { <nil> 0xc0010b1420} { [] map[]} <nil> <nil> <nil> rest.sanitizedTLSClientConfig{Insecure:false, ServerName:\"\", CertFile:\"\", KeyFile:\"\", CAFile:\"\", CertData:[]uint8{0x2d, 0x2d, 0x2d, 0x20, 0x54, 0x52, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x44, 0x20, 0x2d, 0x2d, 0x2d}, KeyData:[]uint8{0x2d, 0x2d, 0x2d, 0x20, 0x52, 0x45, 0x44, 0x41, 0x43, 0x54, 0x45, 0x44, 0x20, 0x2d, 0x2d, 0x2d}, CAData:[]uint8{0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0xa, 0x4d, 0x49, 0x49, 0x42, 0x64, 0x6a, 0x43, 0x43, 0x41, 0x52, 0x32, 0x67, 0x41, 0x77, 0x49, 0x42, 0x41, 0x67, 0x49, 0x42, 0x41, 0x44, 0x41, 0x4b, 0x42, 0x67, 0x67, 0x71, 0x68, 0x6b, 0x6a, 0x4f, 0x50, 0x51, 0x51, 0x44, 0x41, 0x6a, 0x41, 0x6a, 0x4d, 0x53, 0x45, 0x77, 0x48, 0x77, 0x59, 0x44, 0x56, 0x51, 0x51, 0x44, 0x44, 0x42, 0x68, 0x72, 0x4d, 0x33, 0x4d, 0x74, 0x63, 0x32, 0x56, 0x79, 0xa, 0x64, 0x6d, 0x56, 0x79, 0x4c, 0x57, 0x4e, 0x68, 0x51, 0x44, 0x45, 0x33, 0x4d, 0x54, 0x63, 0x31, 0x4f, 0x54, 0x55, 0x31, 0x4d, 0x6a, 0x67, 0x77, 0x48, 0x68, 0x63, 0x4e, 0x4d, 0x6a, 0x51, 0x77, 0x4e, 0x6a, 0x41, 0x31, 0x4d, 0x54, 0x4d, 0x31, 0x4d, 0x6a, 0x41, 0x34, 0x57, 0x68, 0x63, 0x4e, 0x4d, 0x7a, 0x51, 0x77, 0x4e, 0x6a, 0x41, 0x7a, 0x4d, 0x54, 0x4d, 0x31, 0x4d, 0x6a, 0x41, 0x34, 0xa, 0x57, 0x6a, 0x41, 0x6a, 0x4d, 0x53, 0x45, 0x77, 0x48, 0x77, 0x59, 0x44, 0x56, 0x51, 0x51, 0x44, 0x44, 0x42, 0x68, 0x72, 0x4d, 0x33, 0x4d, 0x74, 0x63, 0x32, 0x56, 0x79, 0x64, 0x6d, 0x56, 0x79, 0x4c, 0x57, 0x4e, 0x68, 0x51, 0x44, 0x45, 0x33, 0x4d, 0x54, 0x63, 0x31, 0x4f, 0x54, 0x55, 0x31, 0x4d, 0x6a, 0x67, 0x77, 0x57, 0x54, 0x41, 0x54, 0x42, 0x67, 0x63, 0x71, 0x68, 0x6b, 0x6a, 0x4f, 0xa, 0x50, 0x51, 0x49, 0x42, 0x42, 0x67, 0x67, 0x71, 0x68, 0x6b, 0x6a, 0x4f, 0x50, 0x51, 0x4d, 0x42, 0x42, 0x77, 0x4e, 0x43, 0x41, 0x41, 0x52, 0x34, 0x59, 0x58, 0x76, 0x32, 0x2f, 0x42, 0x78, 0x32, 0x2f, 0x6a, 0x4c, 0x53, 0x4a, 0x7a, 0x56, 0x64, 0x5a, 0x76, 0x55, 0x4b, 0x62, 0x2f, 0x5a, 0x6d, 0x59, 0x4e, 0x70, 0x44, 0x75, 0x5a, 0x50, 0x78, 0x2b, 0x65, 0x71, 0x6f, 0x6f, 0x69, 0x75, 0x78, 0xa, 0x5a, 0x77, 0x6e, 0x55, 0x35, 0x34, 0x44, 0x70, 0x6a, 0x55, 0x56, 0x75, 0x38, 0x63, 0x35, 0x34, 0x72, 0x67, 0x62, 0x5a, 0x65, 0x2f, 0x35, 0x56, 0x73, 0x41, 0x73, 0x47, 0x50, 0x4d, 0x6e, 0x56, 0x47, 0x32, 0x66, 0x2b, 0x42, 0x32, 0x42, 0x59, 0x62, 0x64, 0x2b, 0x4f, 0x6f, 0x30, 0x49, 0x77, 0x51, 0x44, 0x41, 0x4f, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x51, 0x38, 0x42, 0x41, 0x66, 0x38, 0x45, 0xa, 0x42, 0x41, 0x4d, 0x43, 0x41, 0x71, 0x51, 0x77, 0x44, 0x77, 0x59, 0x44, 0x56, 0x52, 0x30, 0x54, 0x41, 0x51, 0x48, 0x2f, 0x42, 0x41, 0x55, 0x77, 0x41, 0x77, 0x45, 0x42, 0x2f, 0x7a, 0x41, 0x64, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x51, 0x34, 0x45, 0x46, 0x67, 0x51, 0x55, 0x34, 0x6a, 0x57, 0x59, 0x44, 0x31, 0x34, 0x42, 0x6b, 0x79, 0x67, 0x55, 0x66, 0x54, 0x44, 0x55, 0x43, 0x77, 0x34, 0x59, 0xa, 0x34, 0x48, 0x78, 0x73, 0x45, 0x39, 0x45, 0x77, 0x43, 0x67, 0x59, 0x49, 0x4b, 0x6f, 0x5a, 0x49, 0x7a, 0x6a, 0x30, 0x45, 0x41, 0x77, 0x49, 0x44, 0x52, 0x77, 0x41, 0x77, 0x52, 0x41, 0x49, 0x67, 0x52, 0x4a, 0x54, 0x47, 0x77, 0x47, 0x43, 0x63, 0x68, 0x31, 0x59, 0x6f, 0x6a, 0x57, 0x6e, 0x48, 0x70, 0x73, 0x70, 0x4b, 0x43, 0x72, 0x43, 0x7a, 0x45, 0x6a, 0x41, 0x79, 0x54, 0x36, 0x61, 0x34, 0xa, 0x44, 0x2f, 0x48, 0x43, 0x70, 0x49, 0x46, 0x52, 0x62, 0x79, 0x34, 0x43, 0x49, 0x44, 0x78, 0x72, 0x36, 0x67, 0x71, 0x42, 0x78, 0x37, 0x33, 0x78, 0x62, 0x77, 0x4d, 0x41, 0x4c, 0x73, 0x56, 0x4c, 0x37, 0x67, 0x37, 0x76, 0x43, 0x47, 0x6c, 0x55, 0x68, 0x34, 0x6b, 0x31, 0x75, 0x5a, 0x68, 0x2b, 0x55, 0x39, 0x74, 0x44, 0x79, 0x56, 0x52, 0x64, 0xa, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0xa}, NextProtos:[]string(nil)} false <nil> 0x1a9d2e0 0 0 <nil> <nil> 0s <nil> <nil>}"
2024-06-12T10:58:07.602+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=cd6dcbfe-0e4f-a85e-bd65-54a7b6c16fca @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto tf_proto_version=5.3 tf_req_duration_ms=1 tf_rpc=Configure timestamp="2024-06-12T10:58:07.602+0200"
2024-06-12T10:58:07.602+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:567 tf_proto_version=5.3 tf_req_id=cd6dcbfe-0e4f-a85e-bd65-54a7b6c16fca timestamp="2024-06-12T10:58:07.602+0200"
2024-06-12T10:58:07.602+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": visit complete
2024-06-12T10:58:07.602+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T10:58:07.602+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": does not belong to any module instance
2024-06-12T10:58:07.602+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": expanding dynamic subgraph
2024-06-12T10:58:07.602+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T10:58:07.602+0200 [TRACE] ResourceCountTransformer: adding kubernetes_secret.my_kube_secret as *terraform.NodePlannableResourceInstance
2024-06-12T10:58:07.602+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
kubernetes_secret.my_kube_secret - *terraform.NodePlannableResourceInstance
------
2024-06-12T10:58:07.602+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T10:58:07.602+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T10:58:07.602+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T10:58:07.602+0200 [DEBUG] Resource instance state not found for node "kubernetes_secret.my_kube_secret", instance kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.602+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T10:58:07.602+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T10:58:07.602+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T10:58:07.602+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T10:58:07.603+0200 [DEBUG] ReferenceTransformer: "kubernetes_secret.my_kube_secret" references: []
2024-06-12T10:58:07.603+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T10:58:07.603+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T10:58:07.603+0200 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
kubernetes_secret.my_kube_secret - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
kubernetes_secret.my_kube_secret - *terraform.NodePlannableResourceInstance
------
2024-06-12T10:58:07.603+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": entering dynamic subgraph
2024-06-12T10:58:07.603+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T10:58:07.603+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": belongs to
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] readResourceInstanceState: reading state for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] readResourceInstanceState: no state present for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] NodeAbstractResourceInstance.refresh for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [DEBUG] refresh: kubernetes_secret.my_kube_secret: no state, so not refreshing
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.603+0200 [TRACE] Re-validating config for "kubernetes_secret.my_kube_secret"
2024-06-12T10:58:07.603+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-06-12T10:58:07.603+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.604+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=6ae176ac-ff57-bbab-fb33-02fbc03ad477 tf_resource_type=kubernetes_secret @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:679 timestamp="2024-06-12T10:58:07.604+0200"
2024-06-12T10:58:07.604+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=6ae176ac-ff57-bbab-fb33-02fbc03ad477 tf_resource_type=kubernetes_secret @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto timestamp="2024-06-12T10:58:07.604+0200"
2024-06-12T10:58:07.604+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux timestamp="2024-06-12T10:58:07.604+0200"
2024-06-12T10:58:07.604+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:245 tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=6ae176ac-ff57-bbab-fb33-02fbc03ad477 timestamp="2024-06-12T10:58:07.604+0200"
2024-06-12T10:58:07.604+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:247 tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=ValidateResourceTypeConfig @module=sdk.helper_schema tf_req_id=6ae176ac-ff57-bbab-fb33-02fbc03ad477 tf_resource_type=kubernetes_secret timestamp="2024-06-12T10:58:07.604+0200"
2024-06-12T10:58:07.605+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_resource_type=kubernetes_secret @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=0 tf_req_id=6ae176ac-ff57-bbab-fb33-02fbc03ad477 timestamp="2024-06-12T10:58:07.604+0200"
2024-06-12T10:58:07.605+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_proto_version=5.3 tf_req_id=6ae176ac-ff57-bbab-fb33-02fbc03ad477 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.604+0200"
2024-06-12T10:58:07.605+0200 [TRACE] GRPCProvider: PlanResourceChange
2024-06-12T10:58:07.605+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.606+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_resource_type=kubernetes_secret tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:770 tf_proto_version=5.3 tf_req_id=947e82e0-3d9b-d014-50d6-f68b2d76ed43 @module=sdk.proto timestamp="2024-06-12T10:58:07.605+0200"
2024-06-12T10:58:07.606+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 tf_rpc=PlanResourceChange @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=947e82e0-3d9b-d014-50d6-f68b2d76ed43 tf_resource_type=kubernetes_secret timestamp="2024-06-12T10:58:07.605+0200"
2024-06-12T10:58:07.606+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" timestamp="2024-06-12T10:58:07.606+0200"
2024-06-12T10:58:07.606+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=947e82e0-3d9b-d014-50d6-f68b2d76ed43 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_resource_type=kubernetes_secret @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/schema.go:698 timestamp="2024-06-12T10:58:07.606+0200"
2024-06-12T10:58:07.607+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/schema.go:700 tf_rpc=PlanResourceChange @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=947e82e0-3d9b-d014-50d6-f68b2d76ed43 tf_resource_type=kubernetes_secret timestamp="2024-06-12T10:58:07.606+0200"
2024-06-12T10:58:07.607+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_req_id=947e82e0-3d9b-d014-50d6-f68b2d76ed43 tf_resource_type=kubernetes_secret tf_rpc=PlanResourceChange @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_duration_ms=1 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 timestamp="2024-06-12T10:58:07.607+0200"
2024-06-12T10:58:07.607+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_req_id=947e82e0-3d9b-d014-50d6-f68b2d76ed43 tf_resource_type=kubernetes_secret @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:796 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=PlanResourceChange @module=sdk.proto timestamp="2024-06-12T10:58:07.607+0200"
2024-06-12T10:58:07.607+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for kubernetes_secret.my_kube_secret, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .wait_for_service_account_token: planned value cty.True for a non-computed attribute
- .metadata[0].namespace: planned value cty.StringVal("default") for a non-computed attribute
2024-06-12T10:58:07.607+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.607+0200 [TRACE] writeChange: recorded Create change for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.607+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.607+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.607+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.608+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": visit complete
2024-06-12T10:58:07.608+0200 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T10:58:07.608+0200 [TRACE] vertex "root": does not belong to any module instance
2024-06-12T10:58:07.608+0200 [TRACE] vertex "root": visit complete
2024-06-12T10:58:07.608+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": dynamic subgraph completed successfully
2024-06-12T10:58:07.608+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": visit complete
2024-06-12T10:58:07.608+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T10:58:07.608+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": does not belong to any module instance
2024-06-12T10:58:07.608+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": expanding dynamic subgraph
2024-06-12T10:58:07.608+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T10:58:07.608+0200 [TRACE] ResourceCountTransformer: adding data.kubernetes_secret.my_kube_secret_data as *terraform.NodePlannableResourceInstance
2024-06-12T10:58:07.608+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodePlannableResourceInstance
------
2024-06-12T10:58:07.608+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T10:58:07.608+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T10:58:07.608+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T10:58:07.608+0200 [DEBUG] Resource instance state not found for node "data.kubernetes_secret.my_kube_secret_data", instance data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.608+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T10:58:07.608+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T10:58:07.608+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T10:58:07.608+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T10:58:07.608+0200 [DEBUG] ReferenceTransformer: "data.kubernetes_secret.my_kube_secret_data" references: []
2024-06-12T10:58:07.608+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T10:58:07.608+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T10:58:07.608+0200 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
data.kubernetes_secret.my_kube_secret_data - *terraform.NodePlannableResourceInstance
------
2024-06-12T10:58:07.608+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": entering dynamic subgraph
2024-06-12T10:58:07.608+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T10:58:07.608+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": belongs to
2024-06-12T10:58:07.608+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.608+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.608+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.608+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.608+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.608+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.608+0200 [TRACE] planDataSource: data.kubernetes_secret.my_kube_secret_data configuration is fully known, at least one dependency has changes pending
2024-06-12T10:58:07.609+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.609+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.609+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.609+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.609+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.609+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.609+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.609+0200 [TRACE] writeChange: recorded Read change for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.609+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": visit complete
2024-06-12T10:58:07.609+0200 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T10:58:07.609+0200 [TRACE] vertex "root": does not belong to any module instance
2024-06-12T10:58:07.609+0200 [TRACE] vertex "root": visit complete
2024-06-12T10:58:07.609+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": dynamic subgraph completed successfully
2024-06-12T10:58:07.609+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": visit complete
2024-06-12T10:58:07.609+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T10:58:07.609+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": does not belong to any module instance
2024-06-12T10:58:07.609+0200 [TRACE] GRPCProvider: Close
2024-06-12T10:58:07.609+0200 [TRACE] vertex "local_file.my_local_file (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2024-06-12T10:58:07.609+0200 [TRACE] vertex "local_file.my_local_file (expand)": does not belong to any module instance
2024-06-12T10:58:07.609+0200 [TRACE] vertex "local_file.my_local_file (expand)": expanding dynamic subgraph
2024-06-12T10:58:07.609+0200 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2024-06-12T10:58:07.609+0200 [TRACE] ResourceCountTransformer: adding local_file.my_local_file as *terraform.NodePlannableResourceInstance
2024-06-12T10:58:07.609+0200 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
local_file.my_local_file - *terraform.NodePlannableResourceInstance
------
2024-06-12T10:58:07.609+0200 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2024-06-12T10:58:07.609+0200 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2024-06-12T10:58:07.609+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T10:58:07.609+0200 [DEBUG] Resource instance state not found for node "local_file.my_local_file", instance local_file.my_local_file
2024-06-12T10:58:07.609+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T10:58:07.609+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T10:58:07.609+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T10:58:07.609+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T10:58:07.609+0200 [DEBUG] ReferenceTransformer: "local_file.my_local_file" references: []
2024-06-12T10:58:07.609+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2024-06-12T10:58:07.609+0200 [TRACE] Executing graph transform *terraform.RootTransformer
2024-06-12T10:58:07.609+0200 [TRACE] Completed graph transform *terraform.RootTransformer with new graph:
local_file.my_local_file - *terraform.NodePlannableResourceInstance
root - terraform.graphNodeRoot
local_file.my_local_file - *terraform.NodePlannableResourceInstance
------
2024-06-12T10:58:07.609+0200 [TRACE] vertex "local_file.my_local_file (expand)": entering dynamic subgraph
2024-06-12T10:58:07.609+0200 [TRACE] vertex "local_file.my_local_file": starting visit (*terraform.NodePlannableResourceInstance)
2024-06-12T10:58:07.609+0200 [TRACE] vertex "local_file.my_local_file": belongs to
2024-06-12T10:58:07.609+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T10:58:07.611+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 pid=60208
2024-06-12T10:58:07.611+0200 [DEBUG] provider: plugin exited
2024-06-12T10:58:07.611+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": visit complete
2024-06-12T10:58:07.611+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.611+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.611+0200 [TRACE] readResourceInstanceState: reading state for local_file.my_local_file
2024-06-12T10:58:07.611+0200 [TRACE] readResourceInstanceState: no state present for local_file.my_local_file
2024-06-12T10:58:07.611+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.611+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for local_file.my_local_file
2024-06-12T10:58:07.611+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for local_file.my_local_file
2024-06-12T10:58:07.611+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.611+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for local_file.my_local_file
2024-06-12T10:58:07.611+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for local_file.my_local_file
2024-06-12T10:58:07.611+0200 [TRACE] NodeAbstractResourceInstance.refresh for local_file.my_local_file
2024-06-12T10:58:07.611+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.611+0200 [DEBUG] refresh: local_file.my_local_file: no state, so not refreshing
2024-06-12T10:58:07.611+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.611+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for local_file.my_local_file
2024-06-12T10:58:07.612+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for local_file.my_local_file
2024-06-12T10:58:07.612+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.612+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.612+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.612+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.612+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.612+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.612+0200 [TRACE] Re-validating config for "local_file.my_local_file"
2024-06-12T10:58:07.612+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-06-12T10:58:07.612+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.612+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:707 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local tf_proto_version=5.4 tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.612+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.612+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:319 timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Metadata: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:330 @module=sdk.framework tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Metadata: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:332 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Resources: tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:431 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Resources: tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:433 timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found resource type: tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:454 tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found resource type: @module=sdk.framework tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_sensitive_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:454 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Resource Schema method: @module=sdk.framework tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:512 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Resource Schema method: tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:514 @module=sdk.framework timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[sensitive_content,content_base64,source]\"" @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 tf_attribute_path=content tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 description="Ensure that one and only one attribute from this collection is set: \"[sensitive_content,content_base64,source]\"" tf_resource_type=local_file tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f @module=sdk.framework tf_attribute_path=content timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: description="Ensure that one and only one attribute from this collection is set: \"[content,content_base64,source]\"" tf_attribute_path=sensitive_content tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: description="Ensure that one and only one attribute from this collection is set: \"[content,content_base64,source]\"" tf_attribute_path=sensitive_content tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_attribute_path=directory_permission @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_attribute_path=directory_permission tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_attribute_path=directory_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,content_base64]\"" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 tf_resource_type=local_file tf_attribute_path=source timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.613+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: tf_attribute_path=source tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,content_base64]\"" tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.614+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,source]\"" tf_attribute_path=content_base64 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.613+0200"
2024-06-12T10:58:07.614+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,source]\"" tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 tf_attribute_path=content_base64 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.614+0200"
2024-06-12T10:58:07.614+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 timestamp="2024-06-12T10:58:07.614+0200"
2024-06-12T10:58:07.614+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_rpc=ValidateResourceTypeConfig tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file timestamp="2024-06-12T10:58:07.614+0200"
2024-06-12T10:58:07.614+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f @module=sdk.framework tf_attribute_path=file_permission tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.614+0200"
2024-06-12T10:58:07.614+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 tf_proto_version=5.4 tf_req_duration_ms=1 tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_resource_type=local_file timestamp="2024-06-12T10:58:07.614+0200"
2024-06-12T10:58:07.614+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:727 @module=sdk.proto tf_req_id=d10c5cfc-0e36-fcdf-5273-cd462cf04d1f tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.614+0200"
2024-06-12T10:58:07.614+0200 [TRACE] GRPCProvider: PlanResourceChange
2024-06-12T10:58:07.614+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.614+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.615+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:798 tf_proto_version=5.4 timestamp="2024-06-12T10:58:07.614+0200"
2024-06-12T10:58:07.615+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.615+0200"
2024-06-12T10:58:07.615+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 @module=sdk.framework tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file timestamp="2024-06-12T10:58:07.615+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: setting attribute file_permission to default value: "0777": @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_default.go:298 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: setting attribute directory_permission to default value: "0777": tf_resource_type=local_file tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_default.go:298 timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: @module=sdk.framework tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:195 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Attribute/block not null in configuration, not marking unknown: tf_attribute_path="AttributeName(\"content\")" tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:330 timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.616+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: attribute is not computed in schema, not marking unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_attribute_path="AttributeName(\"source\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.617+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: 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/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 tf_rpc=PlanResourceChange tf_resource_type=local_file timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Attribute/block not null in configuration, not marking unknown: tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:330 @module=sdk.framework tf_attribute_path="AttributeName(\"filename\")" tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.617+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_attribute_path="AttributeName(\"content_md5\")" tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: attribute is not computed in schema, not marking unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:355 tf_resource_type=local_file @module=sdk.framework tf_attribute_path="AttributeName(\"content_base64\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: attribute is not computed in schema, not marking unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:355 tf_attribute_path="AttributeName(\"sensitive_content\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=local_file timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.617+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"content_sha256\")" tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 timestamp="2024-06-12T10:58:07.616+0200"
2024-06-12T10:58:07.617+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"content_base64sha256\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_attribute_path="AttributeName(\"content_base64sha512\")" tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"content_sha512\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_resource_type=local_file tf_attribute_path="AttributeName(\"content_sha1\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: At least one Computed null Config value was changed to unknown: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:209 tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: tf_resource_type=local_file tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_attribute_path=directory_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange tf_attribute_path=directory_permission timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:73 tf_attribute_path=directory_permission @module=sdk.framework tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:74 tf_attribute_path=directory_permission tf_resource_type=local_file @module=sdk.framework timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:76 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework tf_attribute_path=directory_permission tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_attribute_path=sensitive_content tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=sensitive_content tf_resource_type=local_file tf_rpc=PlanResourceChange tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_resource_type=local_file @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=filename tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=filename tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=source tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @module=sdk.framework tf_resource_type=local_file timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=source tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange tf_attribute_path=content_base64 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=content_base64 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: @module=sdk.framework tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.617+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=file_permission tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=file_permission tf_resource_type=local_file @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:74 tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:76 tf_attribute_path=file_permission tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=content tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=content tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 timestamp="2024-06-12T10:58:07.617+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_duration_ms=3 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.proto timestamp="2024-06-12T10:58:07.618+0200"
2024-06-12T10:58:07.618+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:824 @module=sdk.proto tf_proto_version=5.4 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=33224d3d-c03f-be82-065b-c4b60b751dfe tf_resource_type=local_file timestamp="2024-06-12T10:58:07.618+0200"
2024-06-12T10:58:07.618+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.618+0200 [TRACE] writeChange: recorded Create change for local_file.my_local_file
2024-06-12T10:58:07.618+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.618+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for local_file.my_local_file
2024-06-12T10:58:07.618+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for local_file.my_local_file
2024-06-12T10:58:07.618+0200 [TRACE] vertex "local_file.my_local_file": visit complete
2024-06-12T10:58:07.618+0200 [TRACE] vertex "root": starting visit (terraform.graphNodeRoot)
2024-06-12T10:58:07.618+0200 [TRACE] vertex "root": does not belong to any module instance
2024-06-12T10:58:07.618+0200 [TRACE] vertex "root": visit complete
2024-06-12T10:58:07.618+0200 [TRACE] vertex "local_file.my_local_file (expand)": dynamic subgraph completed successfully
2024-06-12T10:58:07.618+0200 [TRACE] vertex "local_file.my_local_file (expand)": visit complete
2024-06-12T10:58:07.618+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T10:58:07.619+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": does not belong to any module instance
2024-06-12T10:58:07.619+0200 [TRACE] GRPCProvider: Close
2024-06-12T10:58:07.619+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T10:58:07.620+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 pid=60200
2024-06-12T10:58:07.620+0200 [DEBUG] provider: plugin exited
2024-06-12T10:58:07.620+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": visit complete
2024-06-12T10:58:07.620+0200 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2024-06-12T10:58:07.620+0200 [TRACE] vertex "root": does not belong to any module instance
2024-06-12T10:58:07.620+0200 [TRACE] vertex "root": visit complete
2024-06-12T10:58:07.620+0200 [TRACE] Plan is complete
2024-06-12T10:58:07.620+0200 [TRACE] Plan is applyable
2024-06-12T10:58:07.620+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.620+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.620+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/kubernetes"
2024-06-12T10:58:07.620+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.620+0200 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
2024-06-12T10:58:07.620+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.620+0200 [DEBUG] building apply graph to check for errors
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T10:58:07.621+0200 [TRACE] ConfigTransformer: Starting for path:
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.DiffTransformer
2024-06-12T10:58:07.621+0200 [TRACE] DiffTransformer starting
2024-06-12T10:58:07.621+0200 [TRACE] DiffTransformer: found Create change for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.621+0200 [TRACE] DiffTransformer: kubernetes_secret.my_kube_secret will be represented by kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.621+0200 [TRACE] DiffTransformer: found Read change for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.621+0200 [TRACE] DiffTransformer: data.kubernetes_secret.my_kube_secret_data will be represented by data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.621+0200 [TRACE] DiffTransformer: found Create change for local_file.my_local_file
2024-06-12T10:58:07.621+0200 [TRACE] DiffTransformer: local_file.my_local_file will be represented by local_file.my_local_file
2024-06-12T10:58:07.621+0200 [TRACE] DiffTransformer complete
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T10:58:07.621+0200 [DEBUG] Resource state not found for node "kubernetes_secret.my_kube_secret", instance kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.621+0200 [DEBUG] Resource state not found for node "data.kubernetes_secret.my_kube_secret_data", instance data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.621+0200 [DEBUG] Resource state not found for node "local_file.my_local_file", instance local_file.my_local_file
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T10:58:07.621+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T10:58:07.621+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching to "kubernetes_secret.my_kube_secret (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:20,1-46
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching to "local_file.my_local_file (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:41,1-38
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to local_file.my_local_file (expand)
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching to "data.kubernetes_secret.my_kube_secret_data (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:31, Column:1, Byte:492}, End:hcl.Pos{Line:31, Column:47, Byte:538}}
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching to "kubernetes_secret.my_kube_secret" (*terraform.NodeApplyableResourceInstance) config from main.tf:20,1-46
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching to "data.kubernetes_secret.my_kube_secret_data" (*terraform.NodeApplyableResourceInstance) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:31, Column:1, Byte:492}, End:hcl.Pos{Line:31, Column:47, Byte:538}}
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching to "local_file.my_local_file" (*terraform.NodeApplyableResourceInstance) config from main.tf:41,1-38
2024-06-12T10:58:07.621+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to local_file.my_local_file
2024-06-12T10:58:07.622+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T10:58:07.622+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T10:58:07.622+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" provider configuration from main.tf:1,1-22
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T10:58:07.622+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.622+0200 [DEBUG] ProviderTransformer: "kubernetes_secret.my_kube_secret (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.622+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/local"] serving local_file.my_local_file (expand)
2024-06-12T10:58:07.622+0200 [DEBUG] ProviderTransformer: "local_file.my_local_file (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.622+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.622+0200 [DEBUG] ProviderTransformer: "data.kubernetes_secret.my_kube_secret_data (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.622+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.622+0200 [DEBUG] ProviderTransformer: "kubernetes_secret.my_kube_secret" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.622+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.622+0200 [DEBUG] ProviderTransformer: "data.kubernetes_secret.my_kube_secret_data" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.622+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/local"] serving local_file.my_local_file
2024-06-12T10:58:07.622+0200 [DEBUG] ProviderTransformer: "local_file.my_local_file" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T10:58:07.622+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T10:58:07.622+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.622+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T10:58:07.622+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T10:58:07.622+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T10:58:07.622+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.622+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.622+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.622+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.622+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.622+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to local_file.my_local_file
2024-06-12T10:58:07.622+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.622+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.622+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.622+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.622+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.622+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.622+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.622+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to local_file.my_local_file (expand)
2024-06-12T10:58:07.622+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.622+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.622+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T10:58:07.622+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T10:58:07.622+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T10:58:07.622+0200 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T10:58:07.622+0200 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T10:58:07.622+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T10:58:07.622+0200 [DEBUG] ReferenceTransformer: "data.kubernetes_secret.my_kube_secret_data (expand)" references: [kubernetes_secret.my_kube_secret kubernetes_secret.my_kube_secret kubernetes_secret.my_kube_secret (expand)]
2024-06-12T10:58:07.623+0200 [DEBUG] ReferenceTransformer: "kubernetes_secret.my_kube_secret" references: []
2024-06-12T10:58:07.623+0200 [DEBUG] ReferenceTransformer: "data.kubernetes_secret.my_kube_secret_data" references: [kubernetes_secret.my_kube_secret kubernetes_secret.my_kube_secret kubernetes_secret.my_kube_secret (expand)]
2024-06-12T10:58:07.623+0200 [DEBUG] ReferenceTransformer: "local_file.my_local_file" references: [data.kubernetes_secret.my_kube_secret_data (expand) data.kubernetes_secret.my_kube_secret_data data.kubernetes_secret.my_kube_secret_data]
2024-06-12T10:58:07.623+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2024-06-12T10:58:07.623+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: []
2024-06-12T10:58:07.623+0200 [DEBUG] ReferenceTransformer: "kubernetes_secret.my_kube_secret (expand)" references: []
2024-06-12T10:58:07.623+0200 [DEBUG] ReferenceTransformer: "local_file.my_local_file (expand)" references: [data.kubernetes_secret.my_kube_secret_data (expand) data.kubernetes_secret.my_kube_secret_data data.kubernetes_secret.my_kube_secret_data]
2024-06-12T10:58:07.623+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.623+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T10:58:07.623+0200 [TRACE] AttachDependenciesTransformer: kubernetes_secret.my_kube_secret depends on []
2024-06-12T10:58:07.623+0200 [TRACE] AttachDependenciesTransformer: data.kubernetes_secret.my_kube_secret_data depends on [kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.623+0200 [TRACE] AttachDependenciesTransformer: local_file.my_local_file depends on [data.kubernetes_secret.my_kube_secret_data kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.623+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T10:58:07.623+0200 [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-06-12T10:58:07.623+0200 [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-06-12T10:58:07.623+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T10:58:07.623+0200 [TRACE] ForcedCBDTransformer: "kubernetes_secret.my_kube_secret" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-06-12T10:58:07.623+0200 [TRACE] ForcedCBDTransformer: "data.kubernetes_secret.my_kube_secret_data" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-06-12T10:58:07.623+0200 [TRACE] ForcedCBDTransformer: "local_file.my_local_file" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-06-12T10:58:07.623+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T10:58:07.623+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T10:58:07.623+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T10:58:07.623+0200 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-06-12T10:58:07.623+0200 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-06-12T10:58:07.623+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T10:58:07.623+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T10:58:07.623+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T10:58:07.623+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T10:58:07.623+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T10:58:07.624+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.624+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T10:58:07.624+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T10:58:07.624+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T10:58:07.624+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
------
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
<= read (data resources)
Terraform will perform the following actions:
 # data.kubernetes_secret.my_kube_secret_data will be read during apply
# (depends on a resource or a module with changes pending)
 <= data "kubernetes_secret" "my_kube_secret_data" {
+ binary_data = (sensitive value)
+ data = (sensitive value)
+ id = (known after apply)
+ immutable = (known after apply)
+ type = (known after apply)
+ metadata {
+ generation = (known after apply)
+ name = "secret-name"
+ resource_version = (known after apply)
+ uid = (known after apply)
}
}
 # kubernetes_secret.my_kube_secret will be created
 + resource "kubernetes_secret" "my_kube_secret" {
+ data = (sensitive value)
+ id = (known after apply)
+ type = "kubernetes.io/basic-auth"
+ wait_for_service_account_token = true
+ metadata {
+ generation = (known after apply)
+ name = "secret-name"
+ namespace = "default"
+ resource_version = (known after apply)
+ uid = (known after apply)
}
}
 # local_file.my_local_file will be created
 + resource "local_file" "my_local_file" {
+ content_base64sha256 = (known after apply)
+ content_base64sha512 = (known after apply)
+ content_md5 = (known after apply)
+ content_sha1 = (known after apply)
+ content_sha256 = (known after apply)
+ content_sha512 = (known after apply)
+ directory_permission = "0777"
+ file_permission = "0777"
+ filename = "./generated/foo.txt"
+ id = (known after apply)
# (1 unchanged attribute hidden)
}
Plan: 2 to add, 0 to change, 0 to destroy.
2024-06-12T10:58:07.628+0200 [INFO] backend/local: apply calling Apply
2024-06-12T10:58:07.628+0200 [DEBUG] Building and walking apply graph for NormalMode plan
2024-06-12T10:58:07.628+0200 [TRACE] Executing graph transform *terraform.ConfigTransformer
2024-06-12T10:58:07.628+0200 [TRACE] ConfigTransformer: Starting for path:
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.LocalTransformer
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.OutputTransformer
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.DiffTransformer
2024-06-12T10:58:07.629+0200 [TRACE] DiffTransformer starting
2024-06-12T10:58:07.629+0200 [TRACE] DiffTransformer: found Create change for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.629+0200 [TRACE] DiffTransformer: kubernetes_secret.my_kube_secret will be represented by kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.629+0200 [TRACE] DiffTransformer: found Read change for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.629+0200 [TRACE] DiffTransformer: data.kubernetes_secret.my_kube_secret_data will be represented by data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.629+0200 [TRACE] DiffTransformer: found Create change for local_file.my_local_file
2024-06-12T10:58:07.629+0200 [TRACE] DiffTransformer: local_file.my_local_file will be represented by local_file.my_local_file
2024-06-12T10:58:07.629+0200 [TRACE] DiffTransformer complete
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.checkTransformer
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.checkTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2024-06-12T10:58:07.629+0200 [DEBUG] Resource state not found for node "kubernetes_secret.my_kube_secret", instance kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.629+0200 [DEBUG] Resource state not found for node "data.kubernetes_secret.my_kube_secret_data", instance data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.629+0200 [DEBUG] Resource state not found for node "local_file.my_local_file", instance local_file.my_local_file
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching to "kubernetes_secret.my_kube_secret (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:20,1-46
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching to "local_file.my_local_file (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:41,1-38
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to local_file.my_local_file (expand)
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching to "data.kubernetes_secret.my_kube_secret_data (expand)" (*terraform.nodeExpandApplyableResource) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:31, Column:1, Byte:492}, End:hcl.Pos{Line:31, Column:47, Byte:538}}
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching to "kubernetes_secret.my_kube_secret" (*terraform.NodeApplyableResourceInstance) config from main.tf:20,1-46
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching to "data.kubernetes_secret.my_kube_secret_data" (*terraform.NodeApplyableResourceInstance) config from hcl.Range{Filename:"main.tf", Start:hcl.Pos{Line:31, Column:1, Byte:492}, End:hcl.Pos{Line:31, Column:47, Byte:538}}
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching to "local_file.my_local_file" (*terraform.NodeApplyableResourceInstance) config from main.tf:41,1-38
2024-06-12T10:58:07.629+0200 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to local_file.my_local_file
2024-06-12T10:58:07.629+0200 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2024-06-12T10:58:07.629+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.externalProviderTransformer
2024-06-12T10:58:07.629+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.externalProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
------
2024-06-12T10:58:07.629+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2024-06-12T10:58:07.629+0200 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" provider configuration from main.tf:1,1-22
2024-06-12T10:58:07.629+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.629+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2024-06-12T10:58:07.629+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2024-06-12T10:58:07.629+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2024-06-12T10:58:07.629+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.629+0200 [DEBUG] ProviderTransformer: "kubernetes_secret.my_kube_secret (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.629+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/local"] serving local_file.my_local_file (expand)
2024-06-12T10:58:07.629+0200 [DEBUG] ProviderTransformer: "local_file.my_local_file (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.629+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.629+0200 [DEBUG] ProviderTransformer: "data.kubernetes_secret.my_kube_secret_data (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.629+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.630+0200 [DEBUG] ProviderTransformer: "kubernetes_secret.my_kube_secret" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.630+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/kubernetes"] serving data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.630+0200 [DEBUG] ProviderTransformer: "data.kubernetes_secret.my_kube_secret_data" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.630+0200 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/local"] serving local_file.my_local_file
2024-06-12T10:58:07.630+0200 [DEBUG] ProviderTransformer: "local_file.my_local_file" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.630+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.630+0200 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2024-06-12T10:58:07.630+0200 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2024-06-12T10:58:07.630+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.630+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to kubernetes_secret.my_kube_secret (expand)
2024-06-12T10:58:07.630+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.630+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to local_file.my_local_file (expand)
2024-06-12T10:58:07.630+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.630+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to data.kubernetes_secret.my_kube_secret_data (expand)
2024-06-12T10:58:07.630+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.630+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.630+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.630+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.630+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.630+0200 [TRACE] AttachSchemaTransformer: attaching resource schema to local_file.my_local_file
2024-06-12T10:58:07.630+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.630+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.630+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.630+0200 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.ExternalReferenceTransformer
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.ExternalReferenceTransformer (no changes)
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2024-06-12T10:58:07.630+0200 [DEBUG] ReferenceTransformer: "kubernetes_secret.my_kube_secret (expand)" references: []
2024-06-12T10:58:07.630+0200 [DEBUG] ReferenceTransformer: "local_file.my_local_file (expand)" references: [data.kubernetes_secret.my_kube_secret_data (expand) data.kubernetes_secret.my_kube_secret_data data.kubernetes_secret.my_kube_secret_data]
2024-06-12T10:58:07.630+0200 [DEBUG] ReferenceTransformer: "data.kubernetes_secret.my_kube_secret_data (expand)" references: [kubernetes_secret.my_kube_secret (expand) kubernetes_secret.my_kube_secret kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.630+0200 [DEBUG] ReferenceTransformer: "kubernetes_secret.my_kube_secret" references: []
2024-06-12T10:58:07.630+0200 [DEBUG] ReferenceTransformer: "data.kubernetes_secret.my_kube_secret_data" references: [kubernetes_secret.my_kube_secret (expand) kubernetes_secret.my_kube_secret kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.630+0200 [DEBUG] ReferenceTransformer: "local_file.my_local_file" references: [data.kubernetes_secret.my_kube_secret_data (expand) data.kubernetes_secret.my_kube_secret_data data.kubernetes_secret.my_kube_secret_data]
2024-06-12T10:58:07.630+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2024-06-12T10:58:07.630+0200 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" references: []
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2024-06-12T10:58:07.630+0200 [TRACE] AttachDependenciesTransformer: kubernetes_secret.my_kube_secret depends on []
2024-06-12T10:58:07.630+0200 [TRACE] AttachDependenciesTransformer: data.kubernetes_secret.my_kube_secret_data depends on [kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.630+0200 [TRACE] AttachDependenciesTransformer: local_file.my_local_file depends on [data.kubernetes_secret.my_kube_secret_data kubernetes_secret.my_kube_secret]
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.checkStartTransformer
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.checkStartTransformer (no changes)
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2024-06-12T10:58:07.630+0200 [TRACE] ForcedCBDTransformer: "kubernetes_secret.my_kube_secret" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-06-12T10:58:07.630+0200 [TRACE] ForcedCBDTransformer: "data.kubernetes_secret.my_kube_secret_data" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-06-12T10:58:07.630+0200 [TRACE] ForcedCBDTransformer: "local_file.my_local_file" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2024-06-12T10:58:07.630+0200 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2024-06-12T10:58:07.630+0200 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2024-06-12T10:58:07.631+0200 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2024-06-12T10:58:07.631+0200 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2024-06-12T10:58:07.631+0200 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2024-06-12T10:58:07.631+0200 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2024-06-12T10:58:07.631+0200 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2024-06-12T10:58:07.631+0200 [TRACE] Executing graph transform *terraform.TargetsTransformer
2024-06-12T10:58:07.631+0200 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2024-06-12T10:58:07.631+0200 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2024-06-12T10:58:07.631+0200 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
------
2024-06-12T10:58:07.631+0200 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2024-06-12T10:58:07.631+0200 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T10:58:07.631+0200 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2024-06-12T10:58:07.631+0200 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret - *terraform.NodeApplyableResourceInstance
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
kubernetes_secret.my_kube_secret (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
local_file.my_local_file (expand) - *terraform.nodeExpandApplyableResource
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
data.kubernetes_secret.my_kube_secret_data - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
local_file.my_local_file - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/kubernetes"] (close) - *terraform.graphNodeCloseProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
------
2024-06-12T10:58:07.631+0200 [DEBUG] Starting graph walk: walkApply
2024-06-12T10:58:07.631+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T10:58:07.631+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": belongs to
2024-06-12T10:58:07.631+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": starting visit (*terraform.NodeApplyableProvider)
2024-06-12T10:58:07.631+0200 [DEBUG] created provider logger: level=trace
2024-06-12T10:58:07.631+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": belongs to
2024-06-12T10:58:07.631+0200 [INFO] provider: configuring client automatic mTLS
2024-06-12T10:58:07.635+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5"]
2024-06-12T10:58:07.635+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 pid=60226
2024-06-12T10:58:07.635+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.679+0200 [INFO] provider.terraform-provider-kubernetes_v2.21.1_x5: configuring server automatic mTLS: timestamp="2024-06-12T10:58:07.679+0200"
2024-06-12T10:58:07.698+0200 [DEBUG] provider: using plugin: version=5
2024-06-12T10:58:07.698+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: plugin address: address=/tmp/plugin3096071596 network=unix timestamp="2024-06-12T10:58:07.698+0200"
2024-06-12T10:58:07.707+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" provider for provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.707+0200 [TRACE] provider.stdio: waiting for stdio data
2024-06-12T10:58:07.707+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.707+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/kubernetes"]
2024-06-12T10:58:07.707+0200 [DEBUG] created provider logger: level=trace
2024-06-12T10:58:07.708+0200 [INFO] provider: configuring client automatic mTLS
2024-06-12T10:58:07.712+0200 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 args=[".terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5"]
2024-06-12T10:58:07.712+0200 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 pid=60237
2024-06-12T10:58:07.712+0200 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5
2024-06-12T10:58:07.715+0200 [INFO] provider.terraform-provider-local_v2.5.1_x5: configuring server automatic mTLS: timestamp="2024-06-12T10:58:07.715+0200"
2024-06-12T10:58:07.726+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: plugin address: address=/tmp/plugin4145687225 network=unix timestamp="2024-06-12T10:58:07.726+0200"
2024-06-12T10:58:07.726+0200 [DEBUG] provider: using plugin: version=5
2024-06-12T10:58:07.733+0200 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/local\"]" provider for provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.733+0200 [TRACE] provider.stdio: waiting for stdio data
2024-06-12T10:58:07.733+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.733+0200 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/local"]
2024-06-12T10:58:07.733+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/local"]: no configuration at all
2024-06-12T10:58:07.733+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.733+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.733+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.733+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.733+0200 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/kubernetes"]: using explicit config only
2024-06-12T10:58:07.733+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.733+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2024-06-12T10:58:07.733+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.734+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=01f1cc4e-43e5-557c-00ed-f42030d28afd @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:491 @module=sdk.proto tf_rpc=GetProviderSchema tf_proto_version=5.3 timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_req_id=01f1cc4e-43e5-557c-00ed-f42030d28afd timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: serving cached schema information: @module=sdk.mux tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=01f1cc4e-43e5-557c-00ed-f42030d28afd tf_req_duration_ms=0 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_error_count=0 diagnostic_warning_count=0 tf_proto_version=5.3 timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: tf_req_id=b28a6183-15af-0b21-0226-3333ab1a86e9 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.4 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:549 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: 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.22.0/internal/logging/protocol_data.go:41 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=b28a6183-15af-0b21-0226-3333ab1a86e9 tf_proto_version=5.4 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=b28a6183-15af-0b21-0226-3333ab1a86e9 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto tf_proto_version=5.4 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderSchema lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=b28a6183-15af-0b21-0226-3333ab1a86e9 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:342 timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:353 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=b28a6183-15af-0b21-0226-3333ab1a86e9 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Schema: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:355 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=b28a6183-15af-0b21-0226-3333ab1a86e9 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_warning_count=0 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_duration_ms=0 tf_req_id=b28a6183-15af-0b21-0226-3333ab1a86e9 diagnostic_error_count=0 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:570 tf_req_id=b28a6183-15af-0b21-0226-3333ab1a86e9 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PrepareProviderConfig @module=sdk.proto timestamp="2024-06-12T10:58:07.734+0200"
2024-06-12T10:58:07.734+0200 [TRACE] GRPCProvider: ConfigureProvider
2024-06-12T10:58:07.735+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.735+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.735+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:578 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=89ddf17f-4a93-2b9e-4469-4f97b41e32db tf_rpc=Configure @module=sdk.proto tf_proto_version=5.4 timestamp="2024-06-12T10:58:07.735+0200"
2024-06-12T10:58:07.735+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: tf_rpc=Configure tf_proto_version=5.4 tf_req_id=89ddf17f-4a93-2b9e-4469-4f97b41e32db tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 @module=sdk.proto timestamp="2024-06-12T10:58:07.735+0200"
2024-06-12T10:58:07.735+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderSchema lock: tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:342 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=89ddf17f-4a93-2b9e-4469-4f97b41e32db timestamp="2024-06-12T10:58:07.735+0200"
2024-06-12T10:58:07.735+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Configure: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=89ddf17f-4a93-2b9e-4469-4f97b41e32db tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_configureprovider.go:15 @module=sdk.framework timestamp="2024-06-12T10:58:07.735+0200"
2024-06-12T10:58:07.735+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Configure: tf_req_id=89ddf17f-4a93-2b9e-4469-4f97b41e32db tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_configureprovider.go:23 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.735+0200"
2024-06-12T10:58:07.735+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: diagnostic_error_count=0 diagnostic_warning_count=0 tf_req_duration_ms=0 tf_req_id=89ddf17f-4a93-2b9e-4469-4f97b41e32db @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=Configure timestamp="2024-06-12T10:58:07.735+0200"
2024-06-12T10:58:07.735+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=89ddf17f-4a93-2b9e-4469-4f97b41e32db @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:597 tf_proto_version=5.4 tf_rpc=Configure timestamp="2024-06-12T10:58:07.735+0200"
2024-06-12T10:58:07.735+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": visit complete
2024-06-12T10:58:07.739+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=01f1cc4e-43e5-557c-00ed-f42030d28afd tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:510 @module=sdk.proto timestamp="2024-06-12T10:58:07.739+0200"
2024-06-12T10:58:07.772+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.772+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.772+0200 [TRACE] GRPCProvider: ValidateProviderConfig
2024-06-12T10:58:07.772+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.774+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e7a1e58b-4420-c67f-48a1-d842d26bd134 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:518 @module=sdk.proto timestamp="2024-06-12T10:58:07.773+0200"
2024-06-12T10:58:07.774+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e7a1e58b-4420-c67f-48a1-d842d26bd134 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/internal/logging/protocol_data.go:38 @module=sdk.proto tf_proto_version=5.3 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.773+0200"
2024-06-12T10:58:07.774+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e7a1e58b-4420-c67f-48a1-d842d26bd134 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp="2024-06-12T10:58:07.773+0200"
2024-06-12T10:58:07.774+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.774+0200"
2024-06-12T10:58:07.774+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Preparing provider configuration: tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e7a1e58b-4420-c67f-48a1-d842d26bd134 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema timestamp="2024-06-12T10:58:07.774+0200"
2024-06-12T10:58:07.774+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e7a1e58b-4420-c67f-48a1-d842d26bd134 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:216 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=PrepareProviderConfig @module=sdk.helper_schema timestamp="2024-06-12T10:58:07.774+0200"
2024-06-12T10:58:07.778+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e7a1e58b-4420-c67f-48a1-d842d26bd134 tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.778+0200"
2024-06-12T10:58:07.778+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider="*provider.RawProviderServer" tf_rpc=PrepareProviderConfig timestamp="2024-06-12T10:58:07.778+0200"
2024-06-12T10:58:07.778+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024-06-12T10:58:07.778+0200 [TRACE] [PrepareProviderConfig][Request]
2024-06-12T10:58:07.778+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: %s
2024-06-12T10:58:07.778+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: : EXTRA_VALUE_AT_END={0xc000fcd260}
2024-06-12T10:58:07.778+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_req_id=e7a1e58b-4420-c67f-48a1-d842d26bd134 tf_rpc=PrepareProviderConfig diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=4 timestamp="2024-06-12T10:58:07.778+0200"
2024-06-12T10:58:07.778+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:539 @module=sdk.proto tf_proto_version=5.3 tf_rpc=PrepareProviderConfig tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=e7a1e58b-4420-c67f-48a1-d842d26bd134 timestamp="2024-06-12T10:58:07.778+0200"
2024-06-12T10:58:07.779+0200 [WARN] ValidateProviderConfig from "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" changed the config value, but that value is unused
2024-06-12T10:58:07.779+0200 [TRACE] GRPCProvider: ConfigureProvider
2024-06-12T10:58:07.779+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.779+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=Configure tf_proto_version=5.3 @module=sdk.proto tf_req_id=38e42633-9adb-0fe6-8bba-fd1c99e31000 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:547 timestamp="2024-06-12T10:58:07.779+0200"
2024-06-12T10:58:07.779+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=38e42633-9adb-0fe6-8bba-fd1c99e31000 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_proto_version=5.3 @module=sdk.proto timestamp="2024-06-12T10:58:07.779+0200"
2024-06-12T10:58:07.779+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" timestamp="2024-06-12T10:58:07.779+0200"
2024-06-12T10:58:07.779+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=38e42633-9adb-0fe6-8bba-fd1c99e31000 tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:556 tf_mux_provider="*schema.GRPCProviderServer" timestamp="2024-06-12T10:58:07.779+0200"
2024-06-12T10:58:07.779+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Using kubeconfig: /home/tschneider/.kube/config
2024-06-12T10:58:07.780+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Enabling HTTP requests/responses tracing
2024-06-12T10:58:07.780+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=ConfigureProvider tf_req_id=38e42633-9adb-0fe6-8bba-fd1c99e31000 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:558 timestamp="2024-06-12T10:58:07.780+0200"
2024-06-12T10:58:07.780+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: tf_mux_provider="*provider.RawProviderServer" tf_rpc=ConfigureProvider @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux timestamp="2024-06-12T10:58:07.780+0200"
2024-06-12T10:58:07.781+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024-06-12T10:58:07.780+0200 [TRACE] [Configure]: [ClientConfig]="{https://127.0.0.1:6443 { <nil> 0xc0011c3dc0} { [] map[]} <nil> <nil> <nil> rest.sanitizedTLSClientConfig{Insecure:false, ServerName:\"\", CertFile:\"\", KeyFile:\"\", CAFile:\"\", CertData:[]uint8{0x2d, 0x2d, 0x2d, 0x20, 0x54, 0x52, 0x55, 0x4e, 0x43, 0x41, 0x54, 0x45, 0x44, 0x20, 0x2d, 0x2d, 0x2d}, KeyData:[]uint8{0x2d, 0x2d, 0x2d, 0x20, 0x52, 0x45, 0x44, 0x41, 0x43, 0x54, 0x45, 0x44, 0x20, 0x2d, 0x2d, 0x2d}, CAData:[]uint8{0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x42, 0x45, 0x47, 0x49, 0x4e, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0xa, 0x4d, 0x49, 0x49, 0x42, 0x64, 0x6a, 0x43, 0x43, 0x41, 0x52, 0x32, 0x67, 0x41, 0x77, 0x49, 0x42, 0x41, 0x67, 0x49, 0x42, 0x41, 0x44, 0x41, 0x4b, 0x42, 0x67, 0x67, 0x71, 0x68, 0x6b, 0x6a, 0x4f, 0x50, 0x51, 0x51, 0x44, 0x41, 0x6a, 0x41, 0x6a, 0x4d, 0x53, 0x45, 0x77, 0x48, 0x77, 0x59, 0x44, 0x56, 0x51, 0x51, 0x44, 0x44, 0x42, 0x68, 0x72, 0x4d, 0x33, 0x4d, 0x74, 0x63, 0x32, 0x56, 0x79, 0xa, 0x64, 0x6d, 0x56, 0x79, 0x4c, 0x57, 0x4e, 0x68, 0x51, 0x44, 0x45, 0x33, 0x4d, 0x54, 0x63, 0x31, 0x4f, 0x54, 0x55, 0x31, 0x4d, 0x6a, 0x67, 0x77, 0x48, 0x68, 0x63, 0x4e, 0x4d, 0x6a, 0x51, 0x77, 0x4e, 0x6a, 0x41, 0x31, 0x4d, 0x54, 0x4d, 0x31, 0x4d, 0x6a, 0x41, 0x34, 0x57, 0x68, 0x63, 0x4e, 0x4d, 0x7a, 0x51, 0x77, 0x4e, 0x6a, 0x41, 0x7a, 0x4d, 0x54, 0x4d, 0x31, 0x4d, 0x6a, 0x41, 0x34, 0xa, 0x57, 0x6a, 0x41, 0x6a, 0x4d, 0x53, 0x45, 0x77, 0x48, 0x77, 0x59, 0x44, 0x56, 0x51, 0x51, 0x44, 0x44, 0x42, 0x68, 0x72, 0x4d, 0x33, 0x4d, 0x74, 0x63, 0x32, 0x56, 0x79, 0x64, 0x6d, 0x56, 0x79, 0x4c, 0x57, 0x4e, 0x68, 0x51, 0x44, 0x45, 0x33, 0x4d, 0x54, 0x63, 0x31, 0x4f, 0x54, 0x55, 0x31, 0x4d, 0x6a, 0x67, 0x77, 0x57, 0x54, 0x41, 0x54, 0x42, 0x67, 0x63, 0x71, 0x68, 0x6b, 0x6a, 0x4f, 0xa, 0x50, 0x51, 0x49, 0x42, 0x42, 0x67, 0x67, 0x71, 0x68, 0x6b, 0x6a, 0x4f, 0x50, 0x51, 0x4d, 0x42, 0x42, 0x77, 0x4e, 0x43, 0x41, 0x41, 0x52, 0x34, 0x59, 0x58, 0x76, 0x32, 0x2f, 0x42, 0x78, 0x32, 0x2f, 0x6a, 0x4c, 0x53, 0x4a, 0x7a, 0x56, 0x64, 0x5a, 0x76, 0x55, 0x4b, 0x62, 0x2f, 0x5a, 0x6d, 0x59, 0x4e, 0x70, 0x44, 0x75, 0x5a, 0x50, 0x78, 0x2b, 0x65, 0x71, 0x6f, 0x6f, 0x69, 0x75, 0x78, 0xa, 0x5a, 0x77, 0x6e, 0x55, 0x35, 0x34, 0x44, 0x70, 0x6a, 0x55, 0x56, 0x75, 0x38, 0x63, 0x35, 0x34, 0x72, 0x67, 0x62, 0x5a, 0x65, 0x2f, 0x35, 0x56, 0x73, 0x41, 0x73, 0x47, 0x50, 0x4d, 0x6e, 0x56, 0x47, 0x32, 0x66, 0x2b, 0x42, 0x32, 0x42, 0x59, 0x62, 0x64, 0x2b, 0x4f, 0x6f, 0x30, 0x49, 0x77, 0x51, 0x44, 0x41, 0x4f, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x51, 0x38, 0x42, 0x41, 0x66, 0x38, 0x45, 0xa, 0x42, 0x41, 0x4d, 0x43, 0x41, 0x71, 0x51, 0x77, 0x44, 0x77, 0x59, 0x44, 0x56, 0x52, 0x30, 0x54, 0x41, 0x51, 0x48, 0x2f, 0x42, 0x41, 0x55, 0x77, 0x41, 0x77, 0x45, 0x42, 0x2f, 0x7a, 0x41, 0x64, 0x42, 0x67, 0x4e, 0x56, 0x48, 0x51, 0x34, 0x45, 0x46, 0x67, 0x51, 0x55, 0x34, 0x6a, 0x57, 0x59, 0x44, 0x31, 0x34, 0x42, 0x6b, 0x79, 0x67, 0x55, 0x66, 0x54, 0x44, 0x55, 0x43, 0x77, 0x34, 0x59, 0xa, 0x34, 0x48, 0x78, 0x73, 0x45, 0x39, 0x45, 0x77, 0x43, 0x67, 0x59, 0x49, 0x4b, 0x6f, 0x5a, 0x49, 0x7a, 0x6a, 0x30, 0x45, 0x41, 0x77, 0x49, 0x44, 0x52, 0x77, 0x41, 0x77, 0x52, 0x41, 0x49, 0x67, 0x52, 0x4a, 0x54, 0x47, 0x77, 0x47, 0x43, 0x63, 0x68, 0x31, 0x59, 0x6f, 0x6a, 0x57, 0x6e, 0x48, 0x70, 0x73, 0x70, 0x4b, 0x43, 0x72, 0x43, 0x7a, 0x45, 0x6a, 0x41, 0x79, 0x54, 0x36, 0x61, 0x34, 0xa, 0x44, 0x2f, 0x48, 0x43, 0x70, 0x49, 0x46, 0x52, 0x62, 0x79, 0x34, 0x43, 0x49, 0x44, 0x78, 0x72, 0x36, 0x67, 0x71, 0x42, 0x78, 0x37, 0x33, 0x78, 0x62, 0x77, 0x4d, 0x41, 0x4c, 0x73, 0x56, 0x4c, 0x37, 0x67, 0x37, 0x76, 0x43, 0x47, 0x6c, 0x55, 0x68, 0x34, 0x6b, 0x31, 0x75, 0x5a, 0x68, 0x2b, 0x55, 0x39, 0x74, 0x44, 0x79, 0x56, 0x52, 0x64, 0xa, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0x45, 0x4e, 0x44, 0x20, 0x43, 0x45, 0x52, 0x54, 0x49, 0x46, 0x49, 0x43, 0x41, 0x54, 0x45, 0x2d, 0x2d, 0x2d, 0x2d, 0x2d, 0xa}, NextProtos:[]string(nil)} false <nil> 0x1a9d2e0 0 0 <nil> <nil> 0s <nil> <nil>}"
2024-06-12T10:58:07.781+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_req_duration_ms=1 tf_req_id=38e42633-9adb-0fe6-8bba-fd1c99e31000 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_rpc=Configure tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes timestamp="2024-06-12T10:58:07.781+0200"
2024-06-12T10:58:07.781+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:567 @module=sdk.proto tf_req_id=38e42633-9adb-0fe6-8bba-fd1c99e31000 tf_rpc=Configure timestamp="2024-06-12T10:58:07.781+0200"
2024-06-12T10:58:07.781+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"]": visit complete
2024-06-12T10:58:07.781+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-06-12T10:58:07.781+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": does not belong to any module instance
2024-06-12T10:58:07.781+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret (expand)": visit complete
2024-06-12T10:58:07.781+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": starting visit (*terraform.NodeApplyableResourceInstance)
2024-06-12T10:58:07.781+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": belongs to
2024-06-12T10:58:07.781+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.781+0200 [TRACE] readDiff: Read Create change from plan for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.781+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.781+0200 [TRACE] readResourceInstanceState: reading state for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.781+0200 [TRACE] readResourceInstanceState: no state present for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.781+0200 [TRACE] readDiff: Read Create change from plan for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.781+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.781+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.781+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.782+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.782+0200 [TRACE] Re-validating config for "kubernetes_secret.my_kube_secret"
2024-06-12T10:58:07.782+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-06-12T10:58:07.782+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.782+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:679 tf_req_id=fcebd14b-5d61-b066-2641-710cae7ca2ca tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.782+0200"
2024-06-12T10:58:07.782+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=fcebd14b-5d61-b066-2641-710cae7ca2ca @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.782+0200"
2024-06-12T10:58:07.782+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 timestamp="2024-06-12T10:58:07.782+0200"
2024-06-12T10:58:07.782+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=fcebd14b-5d61-b066-2641-710cae7ca2ca timestamp="2024-06-12T10:58:07.782+0200"
2024-06-12T10:58:07.782+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=fcebd14b-5d61-b066-2641-710cae7ca2ca @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" timestamp="2024-06-12T10:58:07.782+0200"
2024-06-12T10:58:07.782+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig diagnostic_warning_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_duration_ms=0 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_error_count=0 tf_req_id=fcebd14b-5d61-b066-2641-710cae7ca2ca timestamp="2024-06-12T10:58:07.782+0200"
2024-06-12T10:58:07.782+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:699 @module=sdk.proto tf_req_id=fcebd14b-5d61-b066-2641-710cae7ca2ca tf_resource_type=kubernetes_secret tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes timestamp="2024-06-12T10:58:07.782+0200"
2024-06-12T10:58:07.782+0200 [TRACE] GRPCProvider: PlanResourceChange
2024-06-12T10:58:07.782+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.783+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: tf_resource_type=kubernetes_secret @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=115a8c07-ce94-fd1c-489b-de04eeed34f5 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:770 timestamp="2024-06-12T10:58:07.783+0200"
2024-06-12T10:58:07.783+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: tf_req_id=115a8c07-ce94-fd1c-489b-de04eeed34f5 tf_resource_type=kubernetes_secret tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes timestamp="2024-06-12T10:58:07.783+0200"
2024-06-12T10:58:07.783+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux timestamp="2024-06-12T10:58:07.783+0200"
2024-06-12T10:58:07.783+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/schema.go:698 tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=PlanResourceChange @module=sdk.helper_schema tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=115a8c07-ce94-fd1c-489b-de04eeed34f5 tf_resource_type=kubernetes_secret timestamp="2024-06-12T10:58:07.783+0200"
2024-06-12T10:58:07.783+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_resource_type=kubernetes_secret tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/schema.go:700 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=115a8c07-ce94-fd1c-489b-de04eeed34f5 timestamp="2024-06-12T10:58:07.783+0200"
2024-06-12T10:58:07.784+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 @module=sdk.proto diagnostic_warning_count=0 tf_resource_type=kubernetes_secret diagnostic_error_count=0 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_duration_ms=0 tf_req_id=115a8c07-ce94-fd1c-489b-de04eeed34f5 tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.784+0200"
2024-06-12T10:58:07.784+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @module=sdk.proto tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=115a8c07-ce94-fd1c-489b-de04eeed34f5 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:796 tf_resource_type=kubernetes_secret tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.784+0200"
2024-06-12T10:58:07.784+0200 [WARN] Provider "registry.terraform.io/hashicorp/kubernetes" produced an invalid plan for kubernetes_secret.my_kube_secret, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .wait_for_service_account_token: planned value cty.True for a non-computed attribute
- .metadata[0].namespace: planned value cty.StringVal("default") for a non-computed attribute
2024-06-12T10:58:07.784+0200 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
kubernetes_secret.my_kube_secret: Creating...
2024-06-12T10:58:07.784+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.784+0200 [INFO] Starting apply for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.784+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.784+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.784+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.784+0200 [DEBUG] kubernetes_secret.my_kube_secret: applying the planned Create change
2024-06-12T10:58:07.784+0200 [TRACE] GRPCProvider: ApplyResourceChange
2024-06-12T10:58:07.784+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.785+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:805 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=560b6835-dff2-14cb-2a0f-1ed8c2fd14cc @module=sdk.proto tf_resource_type=kubernetes_secret tf_rpc=ApplyResourceChange timestamp="2024-06-12T10:58:07.785+0200"
2024-06-12T10:58:07.785+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 @module=sdk.proto tf_resource_type=kubernetes_secret tf_rpc=ApplyResourceChange tf_req_id=560b6835-dff2-14cb-2a0f-1ed8c2fd14cc timestamp="2024-06-12T10:58:07.785+0200"
2024-06-12T10:58:07.785+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ApplyResourceChange timestamp="2024-06-12T10:58:07.785+0200"
2024-06-12T10:58:07.785+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/resource.go:836 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=560b6835-dff2-14cb-2a0f-1ed8c2fd14cc tf_resource_type=kubernetes_secret timestamp="2024-06-12T10:58:07.785+0200"
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [INFO] Creating new secret: v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"secret-name", GenerateName:"", Namespace:"default", SelfLink:"", UID:"", ResourceVersion:"", Generation:0, CreationTimestamp:time.Date(1, time.January, 1, 0, 0, 0, 0, time.UTC), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry(nil)}, Immutable:(*bool)(nil), Data:map[string][]uint8(nil), StringData:map[string]string{"password":"bar", "username":"foo"}, Type:"kubernetes.io/basic-auth"}
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Request Details:
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ REQUEST ]---------------------------------------
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: POST /api/v1/namespaces/default/secrets HTTP/1.1
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Host: 127.0.0.1:6443
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: User-Agent: HashiCorp/1.0 Terraform/1.8.5
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Length: 200
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept: application/json, */*
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Type: application/json
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept-Encoding: gzip
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "kind": "Secret",
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "metadata": {
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "name": "secret-name",
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "namespace": "default",
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "creationTimestamp": null
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "stringData": {
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "password": "bar",
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "username": "foo"
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "type": "kubernetes.io/basic-auth"
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.786+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Response Details:
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ RESPONSE ]--------------------------------------
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: HTTP/2.0 201 Created
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Length: 495
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Audit-Id: de52b2f5-f990-41c4-8ff2-5d3aacc7ea5d
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Cache-Control: no-cache, private
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Type: application/json
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Date: Wed, 12 Jun 2024 08:58:07 GMT
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Flowschema-Uid: 63083e96-ac47-400c-8e12-a23fdcafc412
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Prioritylevel-Uid: 46d6bd14-7f66-4378-aa25-18f8c331df1d
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "kind": "Secret",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "metadata": {
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "name": "secret-name",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "namespace": "default",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "uid": "61a320eb-2e1a-48a0-aaa9-0d69eea09c5d",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "resourceVersion": "30250",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "creationTimestamp": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "managedFields": [
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "manager": "HashiCorp",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "operation": "Update",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "time": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsType": "FieldsV1",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsV1": {
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:data": {
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ".": {},
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:password": {},
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:username": {}
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:type": {}
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ]
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "data": {
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "password": "YmFy",
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "username": "Zm9v"
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "type": "kubernetes.io/basic-auth"
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.794+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [INFO] Submitting new secret: &v1.Secret{TypeMeta:v1.TypeMeta{Kind:"", APIVersion:""}, ObjectMeta:v1.ObjectMeta{Name:"secret-name", GenerateName:"", Namespace:"default", SelfLink:"", UID:"61a320eb-2e1a-48a0-aaa9-0d69eea09c5d", ResourceVersion:"30250", Generation:0, CreationTimestamp:time.Date(2024, time.June, 12, 10, 58, 7, 0, time.Local), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.June, 12, 10, 58, 7, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0017aeb28), Subresource:""}}}, Immutable:(*bool)(nil), Data:map[string][]uint8{"password":[]uint8{0x62, 0x61, 0x72}, "username":[]uint8{0x66, 0x6f, 0x6f}}, StringData:map[string]string(nil), Type:"kubernetes.io/basic-auth"}
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [INFO] Checking secret secret-name
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Request Details:
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ REQUEST ]---------------------------------------
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: GET /api/v1/namespaces/default/secrets/secret-name HTTP/1.1
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Host: 127.0.0.1:6443
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: User-Agent: HashiCorp/1.0 Terraform/1.8.5
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept: application/json, */*
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept-Encoding: gzip
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.796+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Response Details:
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ RESPONSE ]--------------------------------------
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: HTTP/2.0 200 OK
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Length: 495
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Audit-Id: 9ae52e51-a139-4246-965c-3514633b6ef0
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Cache-Control: no-cache, private
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Type: application/json
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Date: Wed, 12 Jun 2024 08:58:07 GMT
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Flowschema-Uid: 63083e96-ac47-400c-8e12-a23fdcafc412
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Prioritylevel-Uid: 46d6bd14-7f66-4378-aa25-18f8c331df1d
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "kind": "Secret",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "metadata": {
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "name": "secret-name",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "namespace": "default",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "uid": "61a320eb-2e1a-48a0-aaa9-0d69eea09c5d",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "resourceVersion": "30250",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "creationTimestamp": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "managedFields": [
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "manager": "HashiCorp",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "operation": "Update",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "time": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsType": "FieldsV1",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsV1": {
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:data": {
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ".": {},
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:password": {},
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:username": {}
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:type": {}
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ]
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "data": {
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "password": "YmFy",
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "username": "Zm9v"
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "type": "kubernetes.io/basic-auth"
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [INFO] Reading secret secret-name
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Request Details:
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ REQUEST ]---------------------------------------
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: GET /api/v1/namespaces/default/secrets/secret-name HTTP/1.1
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Host: 127.0.0.1:6443
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: User-Agent: HashiCorp/1.0 Terraform/1.8.5
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept: application/json, */*
2024-06-12T10:58:07.798+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept-Encoding: gzip
2024-06-12T10:58:07.799+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.799+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.799+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Response Details:
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ RESPONSE ]--------------------------------------
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: HTTP/2.0 200 OK
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Length: 495
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Audit-Id: 4f96cde0-9c42-43ab-b535-1f432158187b
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Cache-Control: no-cache, private
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Type: application/json
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Date: Wed, 12 Jun 2024 08:58:07 GMT
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Flowschema-Uid: 63083e96-ac47-400c-8e12-a23fdcafc412
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Prioritylevel-Uid: 46d6bd14-7f66-4378-aa25-18f8c331df1d
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "kind": "Secret",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "metadata": {
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "name": "secret-name",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "namespace": "default",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "uid": "61a320eb-2e1a-48a0-aaa9-0d69eea09c5d",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "resourceVersion": "30250",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "creationTimestamp": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "managedFields": [
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "manager": "HashiCorp",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "operation": "Update",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "time": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsType": "FieldsV1",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsV1": {
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:data": {
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ".": {},
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:password": {},
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:username": {}
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:type": {}
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ]
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "data": {
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "password": "YmFy",
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "username": "Zm9v"
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "type": "kubernetes.io/basic-auth"
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.801+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [INFO] Received secret: v1.ObjectMeta{Name:"secret-name", GenerateName:"", Namespace:"default", SelfLink:"", UID:"61a320eb-2e1a-48a0-aaa9-0d69eea09c5d", ResourceVersion:"30250", Generation:0, CreationTimestamp:time.Date(2024, time.June, 12, 10, 58, 7, 0, time.Local), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.June, 12, 10, 58, 7, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc0017ae1f8), Subresource:""}}}
2024-06-12T10:58:07.801+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=560b6835-dff2-14cb-2a0f-1ed8c2fd14cc tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/resource.go:838 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_resource_type=kubernetes_secret timestamp="2024-06-12T10:58:07.801+0200"
2024-06-12T10:58:07.801+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: tf_resource_type=kubernetes_secret @module=sdk.proto diagnostic_error_count=0 diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_duration_ms=16 tf_req_id=560b6835-dff2-14cb-2a0f-1ed8c2fd14cc tf_rpc=ApplyResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_proto_version=5.3 timestamp="2024-06-12T10:58:07.801+0200"
2024-06-12T10:58:07.801+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:831 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=560b6835-dff2-14cb-2a0f-1ed8c2fd14cc tf_resource_type=kubernetes_secret tf_rpc=ApplyResourceChange timestamp="2024-06-12T10:58:07.801+0200"
2024-06-12T10:58:07.802+0200 [WARN] Provider "provider[\"registry.terraform.io/hashicorp/kubernetes\"]" produced an unexpected new value for kubernetes_secret.my_kube_secret, but we are tolerating it because it is using the legacy plugin SDK.
The following problems may be the cause of any confusing errors from downstream operations:
- .immutable: was null, but now cty.False
- .metadata[0].generate_name: was null, but now cty.StringVal("")
2024-06-12T10:58:07.802+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.802+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.802+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.802+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.802+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for kubernetes_secret.my_kube_secret
2024-06-12T10:58:07.802+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for kubernetes_secret.my_kube_secret
kubernetes_secret.my_kube_secret: Creation complete after 0s [id=default/secret-name]
2024-06-12T10:58:07.802+0200 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2024-06-12T10:58:07.802+0200 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 342
2024-06-12T10:58:07.802+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-06-12T10:58:07.813+0200 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2024-06-12T10:58:07.813+0200 [TRACE] vertex "kubernetes_secret.my_kube_secret": visit complete
2024-06-12T10:58:07.813+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-06-12T10:58:07.813+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": does not belong to any module instance
2024-06-12T10:58:07.813+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data (expand)": visit complete
2024-06-12T10:58:07.813+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": starting visit (*terraform.NodeApplyableResourceInstance)
2024-06-12T10:58:07.813+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": belongs to
2024-06-12T10:58:07.813+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.813+0200 [TRACE] readDiff: Read Read change from plan for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.813+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.813+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.813+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.814+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.814+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.814+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.814+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.814+0200 [TRACE] readDataSource: Re-validating config for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.814+0200 [TRACE] GRPCProvider: ValidateDataResourceConfig
2024-06-12T10:58:07.814+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.814+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:619 tf_data_source_type=kubernetes_secret tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @module=sdk.proto tf_proto_version=5.3 tf_req_id=a5456b5e-1e0e-1dd0-e66f-6f9843ba3e34 tf_rpc=ValidateDataSourceConfig timestamp="2024-06-12T10:58:07.814+0200"
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: tf_req_id=a5456b5e-1e0e-1dd0-e66f-6f9843ba3e34 tf_rpc=ValidateDataSourceConfig @module=sdk.proto tf_data_source_type=kubernetes_secret tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 timestamp="2024-06-12T10:58:07.814+0200"
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" timestamp="2024-06-12T10:58:07.814+0200"
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: tf_data_source_type=kubernetes_secret tf_mux_provider="*schema.GRPCProviderServer" tf_req_id=a5456b5e-1e0e-1dd0-e66f-6f9843ba3e34 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:272 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=ValidateDataSourceConfig @module=sdk.helper_schema timestamp="2024-06-12T10:58:07.815+0200"
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/grpc_provider.go:274 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=a5456b5e-1e0e-1dd0-e66f-6f9843ba3e34 tf_rpc=ValidateDataSourceConfig @module=sdk.helper_schema tf_data_source_type=kubernetes_secret tf_mux_provider="*schema.GRPCProviderServer" timestamp="2024-06-12T10:58:07.815+0200"
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 diagnostic_warning_count=0 tf_data_source_type=kubernetes_secret tf_proto_version=5.3 @module=sdk.proto diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_duration_ms=0 tf_req_id=a5456b5e-1e0e-1dd0-e66f-6f9843ba3e34 tf_rpc=ValidateDataSourceConfig timestamp="2024-06-12T10:58:07.815+0200"
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @module=sdk.proto tf_proto_version=5.3 tf_data_source_type=kubernetes_secret tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=a5456b5e-1e0e-1dd0-e66f-6f9843ba3e34 tf_rpc=ValidateDataSourceConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:639 timestamp="2024-06-12T10:58:07.815+0200"
2024-06-12T10:58:07.815+0200 [TRACE] readDataSource: data.kubernetes_secret.my_kube_secret_data configuration is complete, so reading from provider
data.kubernetes_secret.my_kube_secret_data: Reading...
2024-06-12T10:58:07.815+0200 [TRACE] GRPCProvider: ReadDataSource
2024-06-12T10:58:07.815+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:648 @module=sdk.proto tf_data_source_type=kubernetes_secret tf_req_id=96addeff-39ca-0fd1-d88b-5f61b75c7172 tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=ReadDataSource timestamp="2024-06-12T10:58:07.815+0200"
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Sending request downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:17 tf_req_id=96addeff-39ca-0fd1-d88b-5f61b75c7172 tf_rpc=ReadDataSource @module=sdk.proto tf_data_source_type=kubernetes_secret tf_proto_version=5.3 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes timestamp="2024-06-12T10:58:07.815+0200"
2024-06-12T10:58:07.815+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: calling downstream server: @caller=github.com/hashicorp/terraform-plugin-mux@v0.7.0/internal/logging/mux.go:16 @module=sdk.mux tf_mux_provider="*schema.GRPCProviderServer" tf_rpc=ReadDataSource timestamp="2024-06-12T10:58:07.815+0200"
2024-06-12T10:58:07.816+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/resource.go:942 @module=sdk.helper_schema tf_mux_provider="*schema.GRPCProviderServer" tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_rpc=ReadDataSource tf_data_source_type=kubernetes_secret tf_req_id=96addeff-39ca-0fd1-d88b-5f61b75c7172 timestamp="2024-06-12T10:58:07.816+0200"
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [INFO] Checking secret secret-name
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Request Details:
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ REQUEST ]---------------------------------------
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: GET /api/v1/namespaces/default/secrets/secret-name HTTP/1.1
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Host: 127.0.0.1:6443
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: User-Agent: HashiCorp/1.0 Terraform/1.8.5
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept: application/json, */*
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept-Encoding: gzip
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.816+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.818+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Response Details:
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ RESPONSE ]--------------------------------------
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: HTTP/2.0 200 OK
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Length: 495
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Audit-Id: 65abcc21-3393-4cf6-ac0d-e68e45b75138
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Cache-Control: no-cache, private
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Type: application/json
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Date: Wed, 12 Jun 2024 08:58:07 GMT
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Flowschema-Uid: 63083e96-ac47-400c-8e12-a23fdcafc412
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Prioritylevel-Uid: 46d6bd14-7f66-4378-aa25-18f8c331df1d
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "kind": "Secret",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "metadata": {
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "name": "secret-name",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "namespace": "default",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "uid": "61a320eb-2e1a-48a0-aaa9-0d69eea09c5d",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "resourceVersion": "30250",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "creationTimestamp": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "managedFields": [
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "manager": "HashiCorp",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "operation": "Update",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "time": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsType": "FieldsV1",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsV1": {
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:data": {
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ".": {},
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:password": {},
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:username": {}
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:type": {}
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ]
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "data": {
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "password": "YmFy",
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "username": "Zm9v"
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "type": "kubernetes.io/basic-auth"
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [INFO] Reading secret secret-name
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Request Details:
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ REQUEST ]---------------------------------------
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: GET /api/v1/namespaces/default/secrets/secret-name HTTP/1.1
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Host: 127.0.0.1:6443
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: User-Agent: HashiCorp/1.0 Terraform/1.8.5
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept: application/json, */*
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Accept-Encoding: gzip
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.819+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [DEBUG] Kubernetes API Response Details:
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ---[ RESPONSE ]--------------------------------------
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: HTTP/2.0 200 OK
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Length: 495
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Audit-Id: c386a036-5ba7-40aa-9716-943380d3863c
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Cache-Control: no-cache, private
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Content-Type: application/json
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: Date: Wed, 12 Jun 2024 08:58:07 GMT
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Flowschema-Uid: 63083e96-ac47-400c-8e12-a23fdcafc412
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: X-Kubernetes-Pf-Prioritylevel-Uid: 46d6bd14-7f66-4378-aa25-18f8c331df1d
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "kind": "Secret",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "metadata": {
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "name": "secret-name",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "namespace": "default",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "uid": "61a320eb-2e1a-48a0-aaa9-0d69eea09c5d",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "resourceVersion": "30250",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "creationTimestamp": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "managedFields": [
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: {
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "manager": "HashiCorp",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "operation": "Update",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "apiVersion": "v1",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "time": "2024-06-12T08:58:07Z",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsType": "FieldsV1",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "fieldsV1": {
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:data": {
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ".": {},
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:password": {},
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:username": {}
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "f:type": {}
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: ]
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "data": {
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "password": "YmFy",
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "username": "Zm9v"
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: },
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: "type": "kubernetes.io/basic-auth"
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: }
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: -----------------------------------------------------
2024-06-12T10:58:07.822+0200 [DEBUG] provider.terraform-provider-kubernetes_v2.21.1_x5: 2024/06/12 10:58:07 [INFO] Received secret: v1.ObjectMeta{Name:"secret-name", GenerateName:"", Namespace:"default", SelfLink:"", UID:"61a320eb-2e1a-48a0-aaa9-0d69eea09c5d", ResourceVersion:"30250", Generation:0, CreationTimestamp:time.Date(2024, time.June, 12, 10, 58, 7, 0, time.Local), DeletionTimestamp:<nil>, DeletionGracePeriodSeconds:(*int64)(nil), Labels:map[string]string(nil), Annotations:map[string]string(nil), OwnerReferences:[]v1.OwnerReference(nil), Finalizers:[]string(nil), ManagedFields:[]v1.ManagedFieldsEntry{v1.ManagedFieldsEntry{Manager:"HashiCorp", Operation:"Update", APIVersion:"v1", Time:time.Date(2024, time.June, 12, 10, 58, 7, 0, time.Local), FieldsType:"FieldsV1", FieldsV1:(*v1.FieldsV1)(0xc001361878), Subresource:""}}}
2024-06-12T10:58:07.823+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Called downstream: tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=96addeff-39ca-0fd1-d88b-5f61b75c7172 tf_mux_provider="*schema.GRPCProviderServer" @module=sdk.helper_schema tf_data_source_type=kubernetes_secret tf_rpc=ReadDataSource @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.24.1/helper/schema/resource.go:944 timestamp="2024-06-12T10:58:07.822+0200"
2024-06-12T10:58:07.823+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Received downstream response: diagnostic_warning_count=0 tf_provider_addr=registry.terraform.io/hashicorp/kubernetes @module=sdk.proto diagnostic_error_count=0 tf_data_source_type=kubernetes_secret tf_proto_version=5.3 tf_req_duration_ms=7 tf_req_id=96addeff-39ca-0fd1-d88b-5f61b75c7172 @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/internal/tf5serverlogging/downstream_request.go:37 tf_rpc=ReadDataSource timestamp="2024-06-12T10:58:07.822+0200"
2024-06-12T10:58:07.823+0200 [TRACE] provider.terraform-provider-kubernetes_v2.21.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.14.2/tfprotov5/tf5server/server.go:670 tf_data_source_type=kubernetes_secret tf_proto_version=5.3 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/kubernetes tf_req_id=96addeff-39ca-0fd1-d88b-5f61b75c7172 tf_rpc=ReadDataSource timestamp="2024-06-12T10:58:07.822+0200"
data.kubernetes_secret.my_kube_secret_data: Read complete after 0s [id=default/secret-name]
2024-06-12T10:58:07.823+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.823+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.823+0200 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for data.kubernetes_secret.my_kube_secret_data
2024-06-12T10:58:07.823+0200 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2024-06-12T10:58:07.824+0200 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 343
2024-06-12T10:58:07.824+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2024-06-12T10:58:07.828+0200 [DEBUG] State storage *statemgr.Filesystem declined to persist a state snapshot
2024-06-12T10:58:07.829+0200 [TRACE] vertex "data.kubernetes_secret.my_kube_secret_data": visit complete
2024-06-12T10:58:07.829+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2024-06-12T10:58:07.829+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": does not belong to any module instance
2024-06-12T10:58:07.829+0200 [TRACE] GRPCProvider: Close
2024-06-12T10:58:07.829+0200 [TRACE] vertex "local_file.my_local_file (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2024-06-12T10:58:07.829+0200 [TRACE] vertex "local_file.my_local_file (expand)": does not belong to any module instance
2024-06-12T10:58:07.829+0200 [TRACE] vertex "local_file.my_local_file (expand)": visit complete
2024-06-12T10:58:07.829+0200 [TRACE] vertex "local_file.my_local_file": starting visit (*terraform.NodeApplyableResourceInstance)
2024-06-12T10:58:07.829+0200 [TRACE] vertex "local_file.my_local_file": belongs to
2024-06-12T10:58:07.829+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T10:58:07.831+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/kubernetes/2.21.1/linux_amd64/terraform-provider-kubernetes_v2.21.1_x5 pid=60226
2024-06-12T10:58:07.831+0200 [DEBUG] provider: plugin exited
2024-06-12T10:58:07.831+0200 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/kubernetes\"] (close)": visit complete
2024-06-12T10:58:07.831+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.831+0200 [TRACE] readDiff: Read Create change from plan for local_file.my_local_file
2024-06-12T10:58:07.831+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.831+0200 [TRACE] readResourceInstanceState: reading state for local_file.my_local_file
2024-06-12T10:58:07.831+0200 [TRACE] readResourceInstanceState: no state present for local_file.my_local_file
2024-06-12T10:58:07.831+0200 [TRACE] readDiff: Read Create change from plan for local_file.my_local_file
2024-06-12T10:58:07.831+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.831+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.831+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.831+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.832+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.832+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.832+0200 [TRACE] Re-validating config for "local_file.my_local_file"
2024-06-12T10:58:07.832+0200 [TRACE] GRPCProvider: ValidateResourceConfig
2024-06-12T10:58:07.832+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.832+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:707 @module=sdk.proto tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.4 timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ProviderTypeName lock: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:319 tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Metadata: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:330 tf_resource_type=local_file tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Metadata: tf_resource_type=local_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:332 timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Provider Resources: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:431 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Provider Resources: tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:433 timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:454 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Found resource type: @module=sdk.framework tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:454 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_sensitive_file timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.832+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Resource Schema method: tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:512 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.833+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Resource Schema method: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:514 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.833+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 description="Ensure that one and only one attribute from this collection is set: \"[content,content_base64,source]\"" tf_attribute_path=sensitive_content tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @module=sdk.framework timestamp="2024-06-12T10:58:07.832+0200"
2024-06-12T10:58:07.833+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 @module=sdk.framework tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig description="Ensure that one and only one attribute from this collection is set: \"[content,content_base64,source]\"" tf_attribute_path=sensitive_content tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 timestamp="2024-06-12T10:58:07.833+0200"
2024-06-12T10:58:07.833+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,source]\"" tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_attribute_path=content_base64 tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 timestamp="2024-06-12T10:58:07.833+0200"
2024-06-12T10:58:07.833+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_attribute_path=content_base64 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,source]\"" timestamp="2024-06-12T10:58:07.833+0200"
2024-06-12T10:58:07.833+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: @module=sdk.framework tf_attribute_path=content tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 description="Ensure that one and only one attribute from this collection is set: \"[sensitive_content,content_base64,source]\"" tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.833+0200"
2024-06-12T10:58:07.834+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework description="Ensure that one and only one attribute from this collection is set: \"[sensitive_content,content_base64,source]\"" tf_attribute_path=content tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.834+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 timestamp="2024-06-12T10:58:07.834+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_attribute_path=file_permission timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_attribute_path=directory_permission tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_rpc=ValidateResourceTypeConfig @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 tf_attribute_path=directory_permission timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 @module=sdk.framework tf_attribute_path=directory_permission tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined validator.String: tf_attribute_path=source tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:707 @module=sdk.framework tf_resource_type=local_file description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,content_base64]\"" tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined validator.String: description="Ensure that one and only one attribute from this collection is set: \"[content,sensitive_content,content_base64]\"" tf_attribute_path=source tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_validation.go:717 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: diagnostic_warning_count=0 tf_proto_version=5.4 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 tf_req_duration_ms=2 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:727 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=5044f48c-148d-62c2-8644-d005c8ea3dd3 tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.4 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.835+0200"
2024-06-12T10:58:07.835+0200 [TRACE] GRPCProvider: PlanResourceChange
2024-06-12T10:58:07.835+0200 [TRACE] GRPCProvider: GetProviderSchema
2024-06-12T10:58:07.835+0200 [TRACE] GRPCProvider: returning cached schema: EXTRA_VALUE_AT_END=registry.terraform.io/hashicorp/local
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received request: tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:798 @module=sdk.proto tf_proto_version=5.4 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Sending request downstream: @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:22 tf_proto_version=5.4 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Checking ResourceTypes lock: @module=sdk.framework tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server.go:420 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_rpc=PlanResourceChange tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: setting attribute directory_permission to default value: "0777": tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_default.go:298 @module=sdk.framework timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 tf_rpc=PlanResourceChange tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: setting attribute file_permission to default value: "0777": tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_default.go:298 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: Marking Computed attributes with null configuration values as unknown (known after apply) in the plan to prevent potential Terraform errors: tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:195 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: attribute is not computed in schema, not marking unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_attribute_path="AttributeName(\"source\")" tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"content_sha512\")" tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 tf_attribute_path="AttributeName(\"content_base64sha256\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"content_md5\")" tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: attribute is not computed in schema, not marking unknown: @module=sdk.framework tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_attribute_path="AttributeName(\"sensitive_content\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:355 timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange tf_attribute_path="AttributeName(\"content_base64sha512\")" tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: tf_attribute_path="AttributeName(\"content_sha256\")" tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 @module=sdk.framework timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: @module=sdk.framework tf_attribute_path="AttributeName(\"content_sha1\")" tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.836+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: attribute is not computed in schema, not marking unknown: tf_attribute_path="AttributeName(\"content_base64\")" tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:355 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Attribute/block not null in configuration, not marking unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:330 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_attribute_path="AttributeName(\"filename\")" tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Attribute/block not null in configuration, not marking unknown: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @module=sdk.framework tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:330 tf_attribute_path="AttributeName(\"content\")" timestamp="2024-06-12T10:58:07.836+0200"
2024-06-12T10:58:07.837+0200 [DEBUG] provider.terraform-provider-local_v2.5.1_x5: marking computed attribute that is null in the config as unknown: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @module=sdk.framework tf_attribute_path="AttributeName(\"id\")" tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:399 timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: At least one Computed null Config value was changed to unknown: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/server_planresourcechange.go:209 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=file_permission tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework tf_attribute_path=file_permission description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:73 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=file_permission tf_resource_type=local_file timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:74 @module=sdk.framework tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:76 tf_attribute_path=file_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=filename tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange tf_attribute_path=filename tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 @module=sdk.framework tf_resource_type=local_file timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.837+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_provider_addr=registry.terraform.io/hashicorp/local @module=sdk.framework tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:80 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: @module=sdk.framework tf_resource_type=local_file tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:81 timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_value.go:83 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local timestamp="2024-06-12T10:58:07.837+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." @module=sdk.framework tf_attribute_path=directory_permission timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=local_file @module=sdk.framework tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 tf_attribute_path=directory_permission timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Type implements TypeWithValidate: tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_attribute_path=directory_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:73 @module=sdk.framework tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined Type Validate: tf_attribute_path=directory_permission tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file @module=sdk.framework @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:74 tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined Type Validate: @module=sdk.framework tf_attribute_path=directory_permission tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwschemadata/data_set_at_path.go:76 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 tf_attribute_path=content_base64 tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/local tf_rpc=PlanResourceChange description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=content_base64 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_attribute_path=sensitive_content tf_rpc=PlanResourceChange tf_resource_type=local_file timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @module=sdk.framework tf_attribute_path=sensitive_content tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange @module=sdk.framework tf_attribute_path=source description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_attribute_path=source tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_resource_type=local_file timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Calling provider defined planmodifier.String: tf_attribute_path=content tf_resource_type=local_file @module=sdk.framework description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2073 timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.838+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Called provider defined planmodifier.String: tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-framework@v1.6.1/internal/fwserver/attribute_plan_modification.go:2083 description="If the value of this attribute changes, Terraform will destroy and recreate the resource." tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file @module=sdk.framework tf_attribute_path=content tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.839+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Received downstream response: tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/internal/tf5serverlogging/downstream_request.go:42 @module=sdk.proto diagnostic_error_count=0 tf_provider_addr=registry.terraform.io/hashicorp/local tf_req_duration_ms=2 diagnostic_warning_count=0 tf_proto_version=5.4 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 tf_rpc=PlanResourceChange timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.839+0200 [TRACE] provider.terraform-provider-local_v2.5.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.22.0/tfprotov5/tf5server/server.go:824 @module=sdk.proto tf_provider_addr=registry.terraform.io/hashicorp/local tf_resource_type=local_file tf_rpc=PlanResourceChange tf_proto_version=5.4 tf_req_id=fe508452-9b0e-c95c-c9b4-3f2605ac64b4 timestamp="2024-06-12T10:58:07.838+0200"
2024-06-12T10:58:07.839+0200 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2024-06-12T10:58:07.839+0200 [ERROR] vertex "local_file.my_local_file" error: Provider produced inconsistent final plan
2024-06-12T10:58:07.839+0200 [TRACE] vertex "local_file.my_local_file": visit complete, with errors
2024-06-12T10:58:07.839+0200 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/local\"] (close)" errored, so skipping
2024-06-12T10:58:07.839+0200 [TRACE] dag/walk: upstream of "root" errored, so skipping
2024-06-12T10:58:07.840+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/local" is in the global cache
2024-06-12T10:58:07.840+0200 [TRACE] terraform.contextPlugins: Schema for provider "registry.terraform.io/hashicorp/kubernetes" is in the global cache
2024-06-12T10:58:07.840+0200 [TRACE] statemgr.Filesystem: have already backed up original terraform.tfstate to terraform.tfstate.backup on a previous write
2024-06-12T10:58:07.840+0200 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 344
2024-06-12T10:58:07.840+0200 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
╷
│ Error: Provider produced inconsistent final plan
│ 
│ When expanding the plan for local_file.my_local_file to include new values learned so far during apply, provider
│ "registry.terraform.io/hashicorp/local" produced an invalid new value for .content: inconsistent values for sensitive attribute.
│ 
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
2024-06-12T10:58:07.845+0200 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2024-06-12T10:58:07.845+0200 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2024-06-12T10:58:07.846+0200 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2024-06-12T10:58:07.846+0200 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.5.1/linux_amd64/terraform-provider-local_v2.5.1_x5 pid=60237
2024-06-12T10:58:07.846+0200 [DEBUG] provider: plugin exited
Script done on 2024-06-12 10:58:07+02:00 [COMMAND_EXIT_CODE="1"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment