Skip to content

Instantly share code, notes, and snippets.

@ioanniswd
Last active September 13, 2022 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ioanniswd/7b573192464dc914d11d18b3d8433017 to your computer and use it in GitHub Desktop.
Save ioanniswd/7b573192464dc914d11d18b3d8433017 to your computer and use it in GitHub Desktop.
terraform-issue-with-child-variables-debug-output
> cd projects/child && TF_LOG=trace terraform apply -var-file="my-vars-debug.tfvars.json"
2022-09-13T13:06:24.855+0300 [INFO] Terraform version: 1.2.9
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/hashicorp/go-tfe v1.0.0
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/hashicorp/hcl/v2 v2.12.0
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-09-13T13:06:24.855+0300 [DEBUG] using github.com/zclconf/go-cty v1.11.0
2022-09-13T13:06:24.855+0300 [INFO] Go runtime version: go1.18.1
2022-09-13T13:06:24.855+0300 [INFO] CLI args: []string{"terraform", "apply", "-var-file=my-vars-debug.tfvars.json"}
2022-09-13T13:06:24.855+0300 [TRACE] Stdout is a terminal of width 211
2022-09-13T13:06:24.855+0300 [TRACE] Stderr is a terminal of width 211
2022-09-13T13:06:24.855+0300 [TRACE] Stdin is a terminal
2022-09-13T13:06:24.855+0300 [DEBUG] Attempting to open CLI config file: /home/gpoulis/.terraformrc
2022-09-13T13:06:24.855+0300 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-09-13T13:06:24.855+0300 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-09-13T13:06:24.855+0300 [DEBUG] ignoring non-existing provider search directory /home/gpoulis/.terraform.d/plugins
2022-09-13T13:06:24.855+0300 [DEBUG] ignoring non-existing provider search directory /home/gpoulis/.local/share/terraform/plugins
2022-09-13T13:06:24.855+0300 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2022-09-13T13:06:24.855+0300 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2022-09-13T13:06:24.855+0300 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2022-09-13T13:06:24.855+0300 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2022-09-13T13:06:24.855+0300 [INFO] CLI command args: []string{"apply", "-var-file=my-vars-debug.tfvars.json"}
2022-09-13T13:06:24.856+0300 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-09-13T13:06:24.856+0300 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-09-13T13:06:24.856+0300 [DEBUG] New state was assigned lineage "372302e8-1557-a872-2ab8-d2c74023fe56"
2022-09-13T13:06:24.856+0300 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-09-13T13:06:24.856+0300 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-09-13T13:06:24.856+0300 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-09-13T13:06:24.856+0300 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/local v2.2.3 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64
2022-09-13T13:06:24.856+0300 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/local 2.2.3
2022-09-13T13:06:24.893+0300 [DEBUG] checking for provisioner in "."
2022-09-13T13:06:24.897+0300 [DEBUG] checking for provisioner in "/usr/bin"
2022-09-13T13:06:24.897+0300 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-09-13T13:06:24.898+0300 [INFO] backend/local: starting Apply operation
2022-09-13T13:06:24.898+0300 [TRACE] backend/local: requesting state manager for workspace "default"
2022-09-13T13:06:24.898+0300 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2022-09-13T13:06:24.898+0300 [TRACE] backend/local: requesting state lock for workspace "default"
2022-09-13T13:06:24.898+0300 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-09-13T13:06:24.898+0300 [TRACE] statemgr.Filesystem: existing snapshot has lineage "603741bf-b25f-ed2d-119a-b22874a41409" serial 1
2022-09-13T13:06:24.898+0300 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-09-13T13:06:24.898+0300 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-09-13T13:06:24.898+0300 [TRACE] backend/local: reading remote state for workspace "default"
2022-09-13T13:06:24.898+0300 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-09-13T13:06:24.898+0300 [TRACE] statemgr.Filesystem: read snapshot with lineage "603741bf-b25f-ed2d-119a-b22874a41409" serial 1
2022-09-13T13:06:24.898+0300 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-09-13T13:06:24.898+0300 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/local has 2.2.3 to satisfy ""
2022-09-13T13:06:24.898+0300 [TRACE] terraform.NewContext: starting
2022-09-13T13:06:24.898+0300 [TRACE] terraform.NewContext: complete
2022-09-13T13:06:24.898+0300 [TRACE] backend/local: requesting interactive input, if necessary
2022-09-13T13:06:24.898+0300 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
2022-09-13T13:06:24.898+0300 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/local" to read its schema
2022-09-13T13:06:24.898+0300 [DEBUG] created provider logger: level=trace
2022-09-13T13:06:24.898+0300 [INFO] provider: configuring client automatic mTLS
2022-09-13T13:06:24.914+0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5]
2022-09-13T13:06:24.914+0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 pid=51438
2022-09-13T13:06:24.914+0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5
2022-09-13T13:06:24.917+0300 [INFO] provider.terraform-provider-local_v2.2.3_x5: configuring server automatic mTLS: timestamp=2022-09-13T13:06:24.917+0300
2022-09-13T13:06:24.947+0300 [DEBUG] provider: using plugin: version=5
2022-09-13T13:06:24.947+0300 [DEBUG] provider.terraform-provider-local_v2.2.3_x5: plugin address: address=/tmp/plugin775073800 network=unix timestamp=2022-09-13T13:06:24.947+0300
2022-09-13T13:06:24.975+0300 [TRACE] GRPCProvider: GetProviderSchema
2022-09-13T13:06:24.975+0300 [TRACE] provider.stdio: waiting for stdio data
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:490 @module=sdk.proto tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:497 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Getting provider schema: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found resource type: tf_provider_addr=provider tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_resource_type=local_sensitive_file tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:95 tf_data_source_type=local_file tf_provider_addr=provider @module=sdk.helper_schema tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found data source type: tf_data_source_type=local_sensitive_file tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_provider_addr=provider tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:503 @module=sdk.proto tf_proto_version=5.2 timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.976+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=a5c26853-fe79-8731-97d1-c02dfacc934a tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:509 timestamp=2022-09-13T13:06:24.976+0300
2022-09-13T13:06:24.977+0300 [TRACE] GRPCProvider: Close
2022-09-13T13:06:24.977+0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-09-13T13:06:24.978+0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 pid=51438
2022-09-13T13:06:24.978+0300 [DEBUG] provider: plugin exited
2022-09-13T13:06:24.978+0300 [TRACE] Context.Input: Prompting for provider arguments
2022-09-13T13:06:24.978+0300 [TRACE] backend/local: running validation operation
2022-09-13T13:06:24.978+0300 [DEBUG] Building and walking validate graph
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-13T13:06:24.978+0300 [TRACE] ConfigTransformer: Starting for path:
2022-09-13T13:06:24.978+0300 [TRACE] ConfigTransformer: Starting for path: module.shared_tf
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
------
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.StateTransformer
2022-09-13T13:06:24.978+0300 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-13T13:06:24.978+0300 [TRACE] AttachResourceConfigTransformer: attaching to "module.shared_tf.local_file.result" (*terraform.NodeValidatableResource) config from ../../parent/shared.tf:5,1-31
2022-09-13T13:06:24.978+0300 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.shared_tf.local_file.result
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-13T13:06:24.978+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-13T13:06:24.978+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-13T13:06:24.978+0300 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.shared_tf.local_file.result
2022-09-13T13:06:24.978+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-13T13:06:24.978+0300 [TRACE] ProviderTransformer: module.shared_tf.local_file.result uses inherited configuration provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:24.978+0300 [DEBUG] ProviderTransformer: "module.shared_tf.local_file.result" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:24.978+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-13T13:06:24.978+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-13T13:06:24.978+0300 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:24.978+0300 [TRACE] AttachSchemaTransformer: attaching resource schema to module.shared_tf.local_file.result
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-13T13:06:24.978+0300 [TRACE] ModuleExpansionTransformer: Added module.shared_tf as *terraform.nodeValidateModule
2022-09-13T13:06:24.978+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.var.instance_name (expand) must wait for expansion of module.shared_tf
2022-09-13T13:06:24.978+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf (close) must wait for expansion of module.shared_tf
2022-09-13T13:06:24.978+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.local_file.result must wait for expansion of module.shared_tf
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-13T13:06:24.978+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.local_file.result" references: [module.shared_tf.var.instance_name (expand)]
2022-09-13T13:06:24.978+0300 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2022-09-13T13:06:24.978+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.var.instance_name (expand)" references: []
2022-09-13T13:06:24.978+0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2022-09-13T13:06:24.978+0300 [DEBUG] ReferenceTransformer: "module.shared_tf (expand)" references: []
2022-09-13T13:06:24.978+0300 [DEBUG] ReferenceTransformer: "module.shared_tf (close)" references: []
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
module.shared_tf (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.instance_name - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-13T13:06:24.978+0300 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf (expand) - *terraform.nodeValidateModule
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
module.shared_tf (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.instance_name - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:24.978+0300 [DEBUG] Starting graph walk: walkValidate
2022-09-13T13:06:24.978+0300 [TRACE] vertex "module.shared_tf (expand)": starting visit (*terraform.nodeValidateModule)
2022-09-13T13:06:24.978+0300 [TRACE] vertex "module.shared_tf (expand)": visit complete
2022-09-13T13:06:24.978+0300 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2022-09-13T13:06:24.978+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-09-13T13:06:24.978+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": expanding dynamic subgraph
2022-09-13T13:06:24.978+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": entering dynamic subgraph
2022-09-13T13:06:24.978+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": starting visit (*terraform.NodeApplyableProvider)
2022-09-13T13:06:24.978+0300 [TRACE] vertex "module.shared_tf.var.instance_name": starting visit (*terraform.nodeModuleVariable)
2022-09-13T13:06:24.978+0300 [TRACE] nodeModuleVariable: evaluating module.shared_tf.var.instance_name
2022-09-13T13:06:24.978+0300 [TRACE] prepareFinalInputVariableValue: preparing module.shared_tf.var.instance_name
2022-09-13T13:06:24.978+0300 [TRACE] prepareFinalInputVariableValue: module.shared_tf.var.instance_name has a default value
2022-09-13T13:06:24.978+0300 [TRACE] prepareFinalInputVariableValue: module.shared_tf.var.instance_name has no defined value
2022-09-13T13:06:24.978+0300 [TRACE] BuiltinEvalContext: Storing final value for variable module.shared_tf.var.instance_name
2022-09-13T13:06:24.978+0300 [TRACE] NodeRootVariable: evaluating var.instance_name
2022-09-13T13:06:24.978+0300 [TRACE] evalVariableValidations: no validation rules declared for module.shared_tf.var.instance_name, so skipping
2022-09-13T13:06:24.978+0300 [TRACE] prepareFinalInputVariableValue: preparing var.instance_name
2022-09-13T13:06:24.978+0300 [TRACE] vertex "module.shared_tf.var.instance_name": visit complete
2022-09-13T13:06:24.978+0300 [TRACE] prepareFinalInputVariableValue: var.instance_name has a default value
2022-09-13T13:06:24.979+0300 [DEBUG] created provider logger: level=trace
2022-09-13T13:06:24.979+0300 [TRACE] BuiltinEvalContext: Storing final value for variable var.instance_name
2022-09-13T13:06:24.979+0300 [TRACE] evalVariableValidations: no validation rules declared for var.instance_name, so skipping
2022-09-13T13:06:24.979+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": dynamic subgraph completed successfully
2022-09-13T13:06:24.979+0300 [TRACE] vertex "var.instance_name": visit complete
2022-09-13T13:06:24.979+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": visit complete
2022-09-13T13:06:24.979+0300 [INFO] provider: configuring client automatic mTLS
2022-09-13T13:06:24.994+0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5]
2022-09-13T13:06:24.994+0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 pid=51451
2022-09-13T13:06:24.994+0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5
2022-09-13T13:06:24.997+0300 [INFO] provider.terraform-provider-local_v2.2.3_x5: configuring server automatic mTLS: timestamp=2022-09-13T13:06:24.997+0300
2022-09-13T13:06:25.028+0300 [DEBUG] provider.terraform-provider-local_v2.2.3_x5: plugin address: address=/tmp/plugin477297348 network=unix timestamp=2022-09-13T13:06:25.028+0300
2022-09-13T13:06:25.028+0300 [DEBUG] provider: using plugin: version=5
2022-09-13T13:06:25.056+0300 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/local\"]" provider for provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.056+0300 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.056+0300 [TRACE] provider.stdio: waiting for stdio data
2022-09-13T13:06:25.056+0300 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/local"]: no configuration at all
2022-09-13T13:06:25.056+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": visit complete
2022-09-13T13:06:25.056+0300 [TRACE] vertex "module.shared_tf.local_file.result": starting visit (*terraform.NodeValidatableResource)
2022-09-13T13:06:25.056+0300 [TRACE] GRPCProvider: ValidateResourceConfig
2022-09-13T13:06:25.056+0300 [TRACE] GRPCProvider: GetProviderSchema
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.2 tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:490 tf_provider_addr=provider timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:497 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Getting provider schema: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:70 timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found resource type: tf_resource_type=local_file tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 @module=sdk.helper_schema timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found resource type: tf_provider_addr=provider tf_resource_type=local_sensitive_file @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found data source type: tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:95 tf_data_source_type=local_file tf_provider_addr=provider tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found data source type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:95 @module=sdk.helper_schema tf_data_source_type=local_sensitive_file tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:503 @module=sdk.proto tf_proto_version=5.2 tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.056+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_req_id=5fc9029a-fd91-7092-4f98-58791c187825 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:509 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.2 tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:25.056+0300
2022-09-13T13:06:25.057+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:678 tf_provider_addr=provider tf_req_id=f18fcecf-6e5a-83be-cb61-a07db36c143f tf_resource_type=local_file @module=sdk.proto tf_proto_version=5.2 tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-13T13:06:25.057+0300
2022-09-13T13:06:25.057+0300 [TRACE] provider.terraform-provider-local_v2.2.3_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.9.0/internal/logging/protocol_data.go:38 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=f18fcecf-6e5a-83be-cb61-a07db36c143f timestamp=2022-09-13T13:06:25.057+0300
2022-09-13T13:06:25.057+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @module=sdk.proto tf_req_id=f18fcecf-6e5a-83be-cb61-a07db36c143f tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.2 tf_provider_addr=provider tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:686 timestamp=2022-09-13T13:06:25.057+0300
2022-09-13T13:06:25.057+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_req_id=f18fcecf-6e5a-83be-cb61-a07db36c143f tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:245 @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=local_file timestamp=2022-09-13T13:06:25.057+0300
2022-09-13T13:06:25.057+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_provider_addr=provider tf_req_id=f18fcecf-6e5a-83be-cb61-a07db36c143f tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_resource_type=local_file timestamp=2022-09-13T13:06:25.057+0300
2022-09-13T13:06:25.057+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=f18fcecf-6e5a-83be-cb61-a07db36c143f tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:692 @module=sdk.proto tf_resource_type=local_file timestamp=2022-09-13T13:06:25.057+0300
2022-09-13T13:06:25.057+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:698 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_resource_type=local_file tf_req_id=f18fcecf-6e5a-83be-cb61-a07db36c143f tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-13T13:06:25.057+0300
2022-09-13T13:06:25.057+0300 [TRACE] vertex "module.shared_tf.local_file.result": visit complete
2022-09-13T13:06:25.057+0300 [TRACE] vertex "module.shared_tf (close)": starting visit (*terraform.nodeCloseModule)
2022-09-13T13:06:25.057+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-09-13T13:06:25.057+0300 [TRACE] vertex "module.shared_tf (close)": visit complete
2022-09-13T13:06:25.057+0300 [TRACE] GRPCProvider: Close
2022-09-13T13:06:25.057+0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-09-13T13:06:25.058+0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 pid=51451
2022-09-13T13:06:25.058+0300 [DEBUG] provider: plugin exited
2022-09-13T13:06:25.058+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": visit complete
2022-09-13T13:06:25.058+0300 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-09-13T13:06:25.058+0300 [TRACE] vertex "root": visit complete
2022-09-13T13:06:25.058+0300 [INFO] backend/local: apply calling Plan
2022-09-13T13:06:25.058+0300 [DEBUG] Building and walking plan graph for NormalMode
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-13T13:06:25.058+0300 [TRACE] ConfigTransformer: Starting for path:
2022-09-13T13:06:25.058+0300 [TRACE] ConfigTransformer: Starting for path: module.shared_tf
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
------
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.StateTransformer
2022-09-13T13:06:25.058+0300 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-13T13:06:25.058+0300 [TRACE] AttachResourceConfigTransformer: attaching to "module.shared_tf.local_file.result (expand)" (*terraform.nodeExpandPlannableResource) config from ../../parent/shared.tf:5,1-31
2022-09-13T13:06:25.058+0300 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.shared_tf.local_file.result (expand)
2022-09-13T13:06:25.058+0300 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-13T13:06:25.058+0300 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-13T13:06:25.058+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-13T13:06:25.058+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.058+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-13T13:06:25.058+0300 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.shared_tf.local_file.result (expand)
2022-09-13T13:06:25.058+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.058+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-13T13:06:25.058+0300 [TRACE] ProviderTransformer: module.shared_tf.local_file.result (expand) uses inherited configuration provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.058+0300 [DEBUG] ProviderTransformer: "module.shared_tf.local_file.result (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.058+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.059+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-13T13:06:25.059+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-13T13:06:25.059+0300 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.059+0300 [TRACE] AttachSchemaTransformer: attaching resource schema to module.shared_tf.local_file.result (expand)
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-13T13:06:25.059+0300 [TRACE] ModuleExpansionTransformer: Added module.shared_tf as *terraform.nodeExpandModule
2022-09-13T13:06:25.059+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.var.instance_name (expand) must wait for expansion of module.shared_tf
2022-09-13T13:06:25.059+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf (close) must wait for expansion of module.shared_tf
2022-09-13T13:06:25.059+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.local_file.result (expand) must wait for expansion of module.shared_tf
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-13T13:06:25.059+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.local_file.result (expand)" references: [module.shared_tf.var.instance_name (expand)]
2022-09-13T13:06:25.059+0300 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2022-09-13T13:06:25.059+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.var.instance_name (expand)" references: []
2022-09-13T13:06:25.059+0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2022-09-13T13:06:25.059+0300 [DEBUG] ReferenceTransformer: "module.shared_tf (expand)" references: []
2022-09-13T13:06:25.059+0300 [DEBUG] ReferenceTransformer: "module.shared_tf (close)" references: []
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-13T13:06:25.059+0300 [TRACE] AttachDependenciesTransformer: module.shared_tf.local_file.result depends on []
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-13T13:06:25.059+0300 [TRACE] ForcedCBDTransformer: "module.shared_tf.local_file.result (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
module.shared_tf (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.instance_name - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.059+0300 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-13T13:06:25.059+0300 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
module.shared_tf (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.instance_name - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.059+0300 [DEBUG] Starting graph walk: walkPlan
2022-09-13T13:06:25.059+0300 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2022-09-13T13:06:25.059+0300 [TRACE] NodeRootVariable: evaluating var.instance_name
2022-09-13T13:06:25.059+0300 [TRACE] prepareFinalInputVariableValue: preparing var.instance_name
2022-09-13T13:06:25.059+0300 [TRACE] prepareFinalInputVariableValue: var.instance_name has a default value
2022-09-13T13:06:25.059+0300 [TRACE] BuiltinEvalContext: Storing final value for variable var.instance_name
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf (expand)": starting visit (*terraform.nodeExpandModule)
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf (expand)": visit complete
2022-09-13T13:06:25.059+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": starting visit (*terraform.NodeApplyableProvider)
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": expanding dynamic subgraph
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": entering dynamic subgraph
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf.var.instance_name": starting visit (*terraform.nodeModuleVariable)
2022-09-13T13:06:25.059+0300 [TRACE] nodeModuleVariable: evaluating module.shared_tf.var.instance_name
2022-09-13T13:06:25.059+0300 [TRACE] prepareFinalInputVariableValue: preparing module.shared_tf.var.instance_name
2022-09-13T13:06:25.059+0300 [TRACE] prepareFinalInputVariableValue: module.shared_tf.var.instance_name has a default value
2022-09-13T13:06:25.059+0300 [DEBUG] created provider logger: level=trace
2022-09-13T13:06:25.059+0300 [INFO] provider: configuring client automatic mTLS
2022-09-13T13:06:25.059+0300 [TRACE] prepareFinalInputVariableValue: module.shared_tf.var.instance_name has no defined value
2022-09-13T13:06:25.059+0300 [TRACE] BuiltinEvalContext: Storing final value for variable module.shared_tf.var.instance_name
2022-09-13T13:06:25.059+0300 [TRACE] evalVariableValidations: no validation rules declared for module.shared_tf.var.instance_name, so skipping
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf.var.instance_name": visit complete
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": dynamic subgraph completed successfully
2022-09-13T13:06:25.059+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": visit complete
2022-09-13T13:06:25.059+0300 [TRACE] evalVariableValidations: no validation rules declared for var.instance_name, so skipping
2022-09-13T13:06:25.059+0300 [TRACE] vertex "var.instance_name": visit complete
2022-09-13T13:06:25.074+0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5]
2022-09-13T13:06:25.074+0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 pid=51465
2022-09-13T13:06:25.074+0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5
2022-09-13T13:06:25.078+0300 [INFO] provider.terraform-provider-local_v2.2.3_x5: configuring server automatic mTLS: timestamp=2022-09-13T13:06:25.077+0300
2022-09-13T13:06:25.107+0300 [DEBUG] provider.terraform-provider-local_v2.2.3_x5: plugin address: address=/tmp/plugin310766282 network=unix timestamp=2022-09-13T13:06:25.107+0300
2022-09-13T13:06:25.107+0300 [DEBUG] provider: using plugin: version=5
2022-09-13T13:06:25.135+0300 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/local\"]" provider for provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.135+0300 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.135+0300 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/local"]: no configuration at all
2022-09-13T13:06:25.135+0300 [TRACE] GRPCProvider: GetProviderSchema
2022-09-13T13:06:25.135+0300 [TRACE] provider.stdio: waiting for stdio data
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: @module=sdk.proto tf_proto_version=5.2 tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:490 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:497 tf_proto_version=5.2 tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd tf_rpc=GetProviderSchema @module=sdk.proto tf_provider_addr=provider timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Getting provider schema: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:70 timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:86 @module=sdk.helper_schema tf_resource_type=local_file tf_rpc=GetProviderSchema tf_provider_addr=provider tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found resource type: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:86 tf_provider_addr=provider tf_rpc=GetProviderSchema tf_resource_type=local_sensitive_file @module=sdk.helper_schema tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found data source type: tf_data_source_type=local_file @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:95 tf_provider_addr=provider tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd tf_rpc=GetProviderSchema @module=sdk.helper_schema timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found data source type: @module=sdk.helper_schema tf_data_source_type=local_sensitive_file tf_provider_addr=provider tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:95 timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:503 @module=sdk.proto tf_provider_addr=provider tf_proto_version=5.2 tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_provider_addr=provider tf_req_id=5a9a066d-0b62-bed8-3e46-5cec4ef491bd tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:509 tf_proto_version=5.2 @module=sdk.proto timestamp=2022-09-13T13:06:25.136+0300
2022-09-13T13:06:25.136+0300 [TRACE] GRPCProvider: ValidateProviderConfig
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_req_id=c44e3573-f067-520e-e28e-ac9b220828c6 tf_rpc=PrepareProviderConfig @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:517 timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_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.: @module=sdk.proto tf_provider_addr=provider tf_req_id=c44e3573-f067-520e-e28e-ac9b220828c6 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/internal/logging/protocol_data.go:38 tf_rpc=PrepareProviderConfig tf_proto_version=5.2 timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:525 @module=sdk.proto tf_provider_addr=provider tf_rpc=PrepareProviderConfig tf_proto_version=5.2 tf_req_id=c44e3573-f067-520e-e28e-ac9b220828c6 timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Preparing provider configuration: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=c44e3573-f067-520e-e28e-ac9b220828c6 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:128 timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_req_id=c44e3573-f067-520e-e28e-ac9b220828c6 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=c44e3573-f067-520e-e28e-ac9b220828c6 tf_rpc=PrepareProviderConfig timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_req_id=c44e3573-f067-520e-e28e-ac9b220828c6 tf_rpc=PrepareProviderConfig tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.2 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:531 timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_req_id=c44e3573-f067-520e-e28e-ac9b220828c6 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:538 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] GRPCProvider: ConfigureProvider
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_req_id=8f7f271b-500b-4f97-c115-32af7793b2de @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:546 timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:554 tf_proto_version=5.2 tf_rpc=Configure tf_req_id=8f7f271b-500b-4f97-c115-32af7793b2de @module=sdk.proto tf_provider_addr=provider timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_provider_addr=provider tf_req_id=8f7f271b-500b-4f97-c115-32af7793b2de tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:556 @module=sdk.helper_schema timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_req_id=8f7f271b-500b-4f97-c115-32af7793b2de tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:558 @module=sdk.helper_schema tf_provider_addr=provider timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_proto_version=5.2 tf_req_id=8f7f271b-500b-4f97-c115-32af7793b2de tf_rpc=Configure tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:560 @module=sdk.proto timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: @module=sdk.proto tf_req_id=8f7f271b-500b-4f97-c115-32af7793b2de @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:566 tf_provider_addr=provider tf_rpc=Configure tf_proto_version=5.2 timestamp=2022-09-13T13:06:25.137+0300
2022-09-13T13:06:25.137+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": visit complete
2022-09-13T13:06:25.137+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-09-13T13:06:25.137+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": expanding dynamic subgraph
2022-09-13T13:06:25.137+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": entering dynamic subgraph
2022-09-13T13:06:25.137+0300 [TRACE] vertex "module.shared_tf.local_file.result": starting visit (*terraform.NodePlannableResource)
2022-09-13T13:06:25.137+0300 [TRACE] vertex "module.shared_tf.local_file.result": expanding dynamic subgraph
2022-09-13T13:06:25.137+0300 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-09-13T13:06:25.137+0300 [TRACE] ResourceCountTransformer: adding module.shared_tf.local_file.result as *terraform.NodePlannableResourceInstance
2022-09-13T13:06:25.137+0300 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodePlannableResourceInstance
------
2022-09-13T13:06:25.137+0300 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-09-13T13:06:25.137+0300 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-09-13T13:06:25.137+0300 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-13T13:06:25.137+0300 [TRACE] NodeAbstractResourceInstance.AttachResourceState for module.shared_tf.local_file.result
2022-09-13T13:06:25.137+0300 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-13T13:06:25.137+0300 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-13T13:06:25.137+0300 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-13T13:06:25.137+0300 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-13T13:06:25.137+0300 [INFO] ReferenceTransformer: reference not found: "var.instance_name"
2022-09-13T13:06:25.137+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.local_file.result" references: []
2022-09-13T13:06:25.137+0300 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-09-13T13:06:25.137+0300 [TRACE] Executing graph transform *terraform.RootTransformer
2022-09-13T13:06:25.137+0300 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-09-13T13:06:25.137+0300 [TRACE] vertex "module.shared_tf.local_file.result": entering dynamic subgraph
2022-09-13T13:06:25.137+0300 [TRACE] vertex "module.shared_tf.local_file.result": starting visit (*terraform.NodePlannableResourceInstance)
2022-09-13T13:06:25.137+0300 [TRACE] readResourceInstanceState: reading state for module.shared_tf.local_file.result
2022-09-13T13:06:25.137+0300 [TRACE] upgradeResourceState: schema version of module.shared_tf.local_file.result is still 0; calling provider "local" for any other minor fixups
2022-09-13T13:06:25.137+0300 [TRACE] GRPCProvider: UpgradeResourceState
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_provider_addr=provider tf_req_id=743c2064-d3e1-b86a-a8f9-f344c66b1188 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:707 @module=sdk.proto tf_proto_version=5.2 tf_rpc=UpgradeResourceState timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_resource_type=local_file tf_rpc=UpgradeResourceState @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:714 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.2 tf_req_id=743c2064-d3e1-b86a-a8f9-f344c66b1188 timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Upgrading JSON state: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:323 tf_provider_addr=provider tf_req_id=743c2064-d3e1-b86a-a8f9-f344c66b1188 tf_resource_type=local_file tf_rpc=UpgradeResourceState timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: @module=sdk.proto tf_rpc=UpgradeResourceState tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=743c2064-d3e1-b86a-a8f9-f344c66b1188 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:720 timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_proto_version=5.2 tf_resource_type=local_file tf_rpc=UpgradeResourceState tf_provider_addr=provider tf_req_id=743c2064-d3e1-b86a-a8f9-f344c66b1188 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:727 @module=sdk.proto timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for module.shared_tf.local_file.result
2022-09-13T13:06:25.138+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.shared_tf.local_file.result
2022-09-13T13:06:25.138+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.shared_tf.local_file.result
2022-09-13T13:06:25.138+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.shared_tf.local_file.result
2022-09-13T13:06:25.138+0300 [TRACE] NodeAbstractResourceInstance.refresh for module.shared_tf.local_file.result
module.shared_tf.local_file.result: Refreshing state... [id=b585d0df32b46fc0ea99c829ea80dd25f15c106c]
2022-09-13T13:06:25.138+0300 [TRACE] GRPCProvider: ReadResource
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_provider_addr=provider tf_req_id=383c6d8a-a1a2-d4f0-9b4b-7e58e10005e6 tf_rpc=ReadResource @module=sdk.proto tf_proto_version=5.2 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:736 timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=ReadResource @module=sdk.proto tf_req_id=383c6d8a-a1a2-d4f0-9b4b-7e58e10005e6 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:745 timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/resource.go:1014 tf_rpc=ReadResource @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=383c6d8a-a1a2-d4f0-9b4b-7e58e10005e6 tf_resource_type=local_file timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/resource.go:1016 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=383c6d8a-a1a2-d4f0-9b4b-7e58e10005e6 tf_resource_type=local_file timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_provider_addr=provider tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:751 @module=sdk.proto tf_resource_type=local_file tf_proto_version=5.2 tf_req_id=383c6d8a-a1a2-d4f0-9b4b-7e58e10005e6 timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.138+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=383c6d8a-a1a2-d4f0-9b4b-7e58e10005e6 tf_rpc=ReadResource @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:758 tf_resource_type=local_file @module=sdk.proto timestamp=2022-09-13T13:06:25.138+0300
2022-09-13T13:06:25.139+0300 [WARN] Provider "registry.terraform.io/hashicorp/local" produced an unexpected new value for module.shared_tf.local_file.result during refresh.
- Root resource was present, but now absent
2022-09-13T13:06:25.139+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.shared_tf.local_file.result
2022-09-13T13:06:25.139+0300 [TRACE] states.SyncState: pruning module.shared_tf because it is empty
2022-09-13T13:06:25.139+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for module.shared_tf.local_file.result
2022-09-13T13:06:25.139+0300 [TRACE] Re-validating config for "module.shared_tf.local_file.result"
2022-09-13T13:06:25.139+0300 [TRACE] GRPCProvider: ValidateResourceConfig
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.2 tf_req_id=1117c233-c30d-1a0a-af57-f57ea8130493 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:678 timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:686 tf_req_id=1117c233-c30d-1a0a-af57-f57ea8130493 tf_resource_type=local_file timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=1117c233-c30d-1a0a-af57-f57ea8130493 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:245 timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: @module=sdk.helper_schema tf_req_id=1117c233-c30d-1a0a-af57-f57ea8130493 tf_provider_addr=provider tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:247 timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_provider_addr=provider tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:692 @module=sdk.proto tf_req_id=1117c233-c30d-1a0a-af57-f57ea8130493 tf_resource_type=local_file tf_proto_version=5.2 timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.2 tf_req_id=1117c233-c30d-1a0a-af57-f57ea8130493 tf_provider_addr=provider tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:698 @module=sdk.proto timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] GRPCProvider: PlanResourceChange
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:767 @module=sdk.proto tf_req_id=596b7baf-5245-6396-715b-92c26584e943 tf_resource_type=local_file tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=PlanResourceChange timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:778 tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=596b7baf-5245-6396-715b-92c26584e943 tf_rpc=PlanResourceChange @module=sdk.proto tf_resource_type=local_file timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: @module=sdk.proto tf_proto_version=5.2 tf_req_id=596b7baf-5245-6396-715b-92c26584e943 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:784 tf_provider_addr=provider timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.139+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_rpc=PlanResourceChange @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=596b7baf-5245-6396-715b-92c26584e943 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:791 timestamp=2022-09-13T13:06:25.139+0300
2022-09-13T13:06:25.140+0300 [WARN] Provider "registry.terraform.io/hashicorp/local" produced an invalid plan for module.shared_tf.local_file.result, 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:
- .directory_permission: planned value cty.StringVal("0777") for a non-computed attribute
- .file_permission: planned value cty.StringVal("0777") for a non-computed attribute
2022-09-13T13:06:25.140+0300 [TRACE] writeChange: recorded Create change for module.shared_tf.local_file.result
2022-09-13T13:06:25.140+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.shared_tf.local_file.result
2022-09-13T13:06:25.140+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.shared_tf.local_file.result
2022-09-13T13:06:25.140+0300 [TRACE] vertex "module.shared_tf.local_file.result": visit complete
2022-09-13T13:06:25.140+0300 [TRACE] vertex "module.shared_tf.local_file.result": dynamic subgraph completed successfully
2022-09-13T13:06:25.140+0300 [TRACE] vertex "module.shared_tf.local_file.result": visit complete
2022-09-13T13:06:25.140+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": dynamic subgraph completed successfully
2022-09-13T13:06:25.140+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": visit complete
2022-09-13T13:06:25.140+0300 [TRACE] vertex "module.shared_tf (close)": starting visit (*terraform.nodeCloseModule)
2022-09-13T13:06:25.140+0300 [TRACE] vertex "module.shared_tf (close)": visit complete
2022-09-13T13:06:25.140+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-09-13T13:06:25.140+0300 [TRACE] GRPCProvider: Close
2022-09-13T13:06:25.140+0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-09-13T13:06:25.141+0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 pid=51465
2022-09-13T13:06:25.141+0300 [DEBUG] provider: plugin exited
2022-09-13T13:06:25.141+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": visit complete
2022-09-13T13:06:25.141+0300 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-09-13T13:06:25.141+0300 [TRACE] vertex "root": visit complete
2022-09-13T13:06:25.141+0300 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
2022-09-13T13:06:25.141+0300 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
2022-09-13T13:06:25.141+0300 [DEBUG] building apply graph to check for errors
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-13T13:06:25.141+0300 [TRACE] ConfigTransformer: Starting for path:
2022-09-13T13:06:25.141+0300 [TRACE] ConfigTransformer: Starting for path: module.shared_tf
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
------
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.DiffTransformer
2022-09-13T13:06:25.141+0300 [TRACE] DiffTransformer starting
2022-09-13T13:06:25.141+0300 [TRACE] DiffTransformer: found Create change for module.shared_tf.local_file.result
2022-09-13T13:06:25.141+0300 [TRACE] DiffTransformer: module.shared_tf.local_file.result will be represented by module.shared_tf.local_file.result
2022-09-13T13:06:25.141+0300 [TRACE] DiffTransformer complete
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-13T13:06:25.141+0300 [DEBUG] Resource state not found for node "module.shared_tf.local_file.result", instance module.shared_tf.local_file.result
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-13T13:06:25.141+0300 [TRACE] AttachResourceConfigTransformer: attaching to "module.shared_tf.local_file.result" (*terraform.NodeApplyableResourceInstance) config from ../../parent/shared.tf:5,1-31
2022-09-13T13:06:25.141+0300 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.shared_tf.local_file.result
2022-09-13T13:06:25.141+0300 [TRACE] AttachResourceConfigTransformer: attaching to "module.shared_tf.local_file.result (expand)" (*terraform.nodeExpandApplyableResource) config from ../../parent/shared.tf:5,1-31
2022-09-13T13:06:25.141+0300 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.shared_tf.local_file.result (expand)
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-13T13:06:25.141+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-13T13:06:25.141+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.141+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-13T13:06:25.141+0300 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.shared_tf.local_file.result (expand)
2022-09-13T13:06:25.141+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.141+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-13T13:06:25.141+0300 [TRACE] ProviderTransformer: module.shared_tf.local_file.result uses inherited configuration provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.141+0300 [DEBUG] ProviderTransformer: "module.shared_tf.local_file.result" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.141+0300 [TRACE] ProviderTransformer: module.shared_tf.local_file.result (expand) uses inherited configuration provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.141+0300 [DEBUG] ProviderTransformer: "module.shared_tf.local_file.result (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.141+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.141+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-13T13:06:25.141+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-13T13:06:25.141+0300 [TRACE] AttachSchemaTransformer: attaching resource schema to module.shared_tf.local_file.result (expand)
2022-09-13T13:06:25.141+0300 [TRACE] AttachSchemaTransformer: attaching resource schema to module.shared_tf.local_file.result
2022-09-13T13:06:25.141+0300 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-13T13:06:25.141+0300 [TRACE] ModuleExpansionTransformer: Added module.shared_tf as *terraform.nodeExpandModule
2022-09-13T13:06:25.141+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf (close) must wait for expansion of module.shared_tf
2022-09-13T13:06:25.141+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.local_file.result (expand) must wait for expansion of module.shared_tf
2022-09-13T13:06:25.141+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.var.instance_name (expand) must wait for expansion of module.shared_tf
2022-09-13T13:06:25.141+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.local_file.result must wait for expansion of module.shared_tf
2022-09-13T13:06:25.141+0300 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.141+0300 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-13T13:06:25.141+0300 [DEBUG] ReferenceTransformer: "module.shared_tf (close)" references: []
2022-09-13T13:06:25.141+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.local_file.result (expand)" references: []
2022-09-13T13:06:25.141+0300 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2022-09-13T13:06:25.141+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.var.instance_name (expand)" references: []
2022-09-13T13:06:25.141+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.local_file.result" references: [module.shared_tf.var.instance_name (expand)]
2022-09-13T13:06:25.141+0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2022-09-13T13:06:25.141+0300 [DEBUG] ReferenceTransformer: "module.shared_tf (expand)" references: []
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-13T13:06:25.142+0300 [TRACE] AttachDependenciesTransformer: module.shared_tf.local_file.result depends on []
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-13T13:06:25.142+0300 [TRACE] ForcedCBDTransformer: "module.shared_tf.local_file.result" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
module.shared_tf (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.instance_name - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.142+0300 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-13T13:06:25.142+0300 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
module.shared_tf (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.instance_name - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:25.142+0300 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.shared_tf.local_file.result will be created
+ resource "local_file" "result" {
+ content = "instance_name: in parent folder "
+ directory_permission = "0777"
+ file_permission = "0777"
+ filename = "result"
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
2022-09-13T13:06:25.142+0300 [DEBUG] command: asking for input: "\nDo you want to perform these actions?"
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
Enter a value: yes
2022-09-13T13:06:26.535+0300 [INFO] backend/local: apply calling Apply
2022-09-13T13:06:26.535+0300 [DEBUG] Building and walking apply graph for NormalMode plan
2022-09-13T13:06:26.535+0300 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-13T13:06:26.535+0300 [TRACE] ConfigTransformer: Starting for path:
2022-09-13T13:06:26.535+0300 [TRACE] ConfigTransformer: Starting for path: module.shared_tf
2022-09-13T13:06:26.535+0300 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
------
2022-09-13T13:06:26.535+0300 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-13T13:06:26.535+0300 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.535+0300 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-13T13:06:26.535+0300 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.535+0300 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-13T13:06:26.535+0300 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2022-09-13T13:06:26.535+0300 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-13T13:06:26.535+0300 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2022-09-13T13:06:26.535+0300 [TRACE] Executing graph transform *terraform.DiffTransformer
2022-09-13T13:06:26.535+0300 [TRACE] DiffTransformer starting
2022-09-13T13:06:26.536+0300 [TRACE] DiffTransformer: found Create change for module.shared_tf.local_file.result
2022-09-13T13:06:26.536+0300 [TRACE] DiffTransformer: module.shared_tf.local_file.result will be represented by module.shared_tf.local_file.result
2022-09-13T13:06:26.536+0300 [TRACE] DiffTransformer complete
2022-09-13T13:06:26.536+0300 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.536+0300 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-13T13:06:26.536+0300 [DEBUG] Resource state not found for node "module.shared_tf.local_file.result", instance module.shared_tf.local_file.result
2022-09-13T13:06:26.536+0300 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-13T13:06:26.536+0300 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-13T13:06:26.536+0300 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-13T13:06:26.536+0300 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-13T13:06:26.536+0300 [TRACE] AttachResourceConfigTransformer: attaching to "module.shared_tf.local_file.result (expand)" (*terraform.nodeExpandApplyableResource) config from ../../parent/shared.tf:5,1-31
2022-09-13T13:06:26.536+0300 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.shared_tf.local_file.result (expand)
2022-09-13T13:06:26.536+0300 [TRACE] AttachResourceConfigTransformer: attaching to "module.shared_tf.local_file.result" (*terraform.NodeApplyableResourceInstance) config from ../../parent/shared.tf:5,1-31
2022-09-13T13:06:26.536+0300 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.shared_tf.local_file.result
2022-09-13T13:06:26.536+0300 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-13T13:06:26.536+0300 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-13T13:06:26.536+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-13T13:06:26.536+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.536+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-13T13:06:26.536+0300 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.shared_tf.local_file.result
2022-09-13T13:06:26.536+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.536+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-13T13:06:26.536+0300 [TRACE] ProviderTransformer: module.shared_tf.local_file.result uses inherited configuration provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:26.537+0300 [DEBUG] ProviderTransformer: "module.shared_tf.local_file.result" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:26.537+0300 [TRACE] ProviderTransformer: module.shared_tf.local_file.result (expand) uses inherited configuration provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:26.537+0300 [DEBUG] ProviderTransformer: "module.shared_tf.local_file.result (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:26.537+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.537+0300 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-13T13:06:26.537+0300 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-13T13:06:26.537+0300 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.537+0300 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-13T13:06:26.537+0300 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-13T13:06:26.537+0300 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-13T13:06:26.537+0300 [TRACE] AttachSchemaTransformer: attaching resource schema to module.shared_tf.local_file.result
2022-09-13T13:06:26.537+0300 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:26.537+0300 [TRACE] AttachSchemaTransformer: attaching resource schema to module.shared_tf.local_file.result (expand)
2022-09-13T13:06:26.537+0300 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-13T13:06:26.537+0300 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-13T13:06:26.537+0300 [TRACE] ModuleExpansionTransformer: Added module.shared_tf as *terraform.nodeExpandModule
2022-09-13T13:06:26.537+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.local_file.result must wait for expansion of module.shared_tf
2022-09-13T13:06:26.537+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf (close) must wait for expansion of module.shared_tf
2022-09-13T13:06:26.537+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.local_file.result (expand) must wait for expansion of module.shared_tf
2022-09-13T13:06:26.537+0300 [TRACE] ModuleExpansionTransformer: module.shared_tf.var.instance_name (expand) must wait for expansion of module.shared_tf
2022-09-13T13:06:26.538+0300 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.538+0300 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-13T13:06:26.538+0300 [DEBUG] ReferenceTransformer: "module.shared_tf (expand)" references: []
2022-09-13T13:06:26.538+0300 [DEBUG] ReferenceTransformer: "module.shared_tf (close)" references: []
2022-09-13T13:06:26.538+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.local_file.result (expand)" references: []
2022-09-13T13:06:26.538+0300 [DEBUG] ReferenceTransformer: "var.instance_name" references: []
2022-09-13T13:06:26.538+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.var.instance_name (expand)" references: []
2022-09-13T13:06:26.538+0300 [DEBUG] ReferenceTransformer: "module.shared_tf.local_file.result" references: [module.shared_tf.var.instance_name (expand)]
2022-09-13T13:06:26.538+0300 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2022-09-13T13:06:26.538+0300 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.538+0300 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-13T13:06:26.538+0300 [TRACE] AttachDependenciesTransformer: module.shared_tf.local_file.result depends on []
2022-09-13T13:06:26.538+0300 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-13T13:06:26.538+0300 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-13T13:06:26.538+0300 [TRACE] ForcedCBDTransformer: "module.shared_tf.local_file.result" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2022-09-13T13:06:26.538+0300 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-13T13:06:26.538+0300 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-09-13T13:06:26.538+0300 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-09-13T13:06:26.538+0300 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2022-09-13T13:06:26.539+0300 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2022-09-13T13:06:26.539+0300 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2022-09-13T13:06:26.539+0300 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer (no changes)
2022-09-13T13:06:26.539+0300 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-13T13:06:26.539+0300 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-13T13:06:26.539+0300 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-13T13:06:26.539+0300 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.539+0300 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-13T13:06:26.539+0300 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
module.shared_tf (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.instance_name - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.539+0300 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-13T13:06:26.540+0300 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
module.shared_tf (close) - *terraform.nodeCloseModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf (expand) - *terraform.nodeExpandModule
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf.local_file.result (expand) - *terraform.nodeExpandApplyableResource
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.shared_tf.var.instance_name (expand) - *terraform.nodeExpandModuleVariable
module.shared_tf (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.shared_tf.local_file.result - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
module.shared_tf (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.instance_name - *terraform.NodeRootVariable
var.instance_name - *terraform.NodeRootVariable
------
2022-09-13T13:06:26.540+0300 [DEBUG] Starting graph walk: walkApply
2022-09-13T13:06:26.540+0300 [TRACE] vertex "var.instance_name": starting visit (*terraform.NodeRootVariable)
2022-09-13T13:06:26.540+0300 [TRACE] NodeRootVariable: evaluating var.instance_name
2022-09-13T13:06:26.540+0300 [TRACE] prepareFinalInputVariableValue: preparing var.instance_name
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf (expand)": starting visit (*terraform.nodeExpandModule)
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf (expand)": visit complete
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": expanding dynamic subgraph
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": entering dynamic subgraph
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf.var.instance_name": starting visit (*terraform.nodeModuleVariable)
2022-09-13T13:06:26.540+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": starting visit (*terraform.NodeApplyableProvider)
2022-09-13T13:06:26.540+0300 [TRACE] nodeModuleVariable: evaluating module.shared_tf.var.instance_name
2022-09-13T13:06:26.540+0300 [TRACE] prepareFinalInputVariableValue: preparing module.shared_tf.var.instance_name
2022-09-13T13:06:26.540+0300 [TRACE] prepareFinalInputVariableValue: module.shared_tf.var.instance_name has a default value
2022-09-13T13:06:26.540+0300 [TRACE] prepareFinalInputVariableValue: module.shared_tf.var.instance_name has no defined value
2022-09-13T13:06:26.540+0300 [TRACE] BuiltinEvalContext: Storing final value for variable module.shared_tf.var.instance_name
2022-09-13T13:06:26.540+0300 [TRACE] evalVariableValidations: no validation rules declared for module.shared_tf.var.instance_name, so skipping
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf.var.instance_name": visit complete
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": dynamic subgraph completed successfully
2022-09-13T13:06:26.540+0300 [TRACE] vertex "module.shared_tf.var.instance_name (expand)": visit complete
2022-09-13T13:06:26.540+0300 [TRACE] prepareFinalInputVariableValue: var.instance_name has a default value
2022-09-13T13:06:26.540+0300 [TRACE] BuiltinEvalContext: Storing final value for variable var.instance_name
2022-09-13T13:06:26.540+0300 [TRACE] evalVariableValidations: no validation rules declared for var.instance_name, so skipping
2022-09-13T13:06:26.540+0300 [DEBUG] created provider logger: level=trace
2022-09-13T13:06:26.540+0300 [TRACE] vertex "var.instance_name": visit complete
2022-09-13T13:06:26.540+0300 [INFO] provider: configuring client automatic mTLS
2022-09-13T13:06:26.560+0300 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5]
2022-09-13T13:06:26.560+0300 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 pid=51479
2022-09-13T13:06:26.560+0300 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5
2022-09-13T13:06:26.564+0300 [INFO] provider.terraform-provider-local_v2.2.3_x5: configuring server automatic mTLS: timestamp=2022-09-13T13:06:26.564+0300
2022-09-13T13:06:26.598+0300 [DEBUG] provider: using plugin: version=5
2022-09-13T13:06:26.598+0300 [DEBUG] provider.terraform-provider-local_v2.2.3_x5: plugin address: address=/tmp/plugin454279237 network=unix timestamp=2022-09-13T13:06:26.598+0300
2022-09-13T13:06:26.628+0300 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/local\"]" provider for provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:26.628+0300 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/local"]
2022-09-13T13:06:26.628+0300 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/local"]: no configuration at all
2022-09-13T13:06:26.628+0300 [TRACE] GRPCProvider: GetProviderSchema
2022-09-13T13:06:26.628+0300 [TRACE] provider.stdio: waiting for stdio data
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.2 tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:490 timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b tf_proto_version=5.2 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:497 timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Getting provider schema: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:70 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found resource type: @module=sdk.helper_schema tf_provider_addr=provider tf_resource_type=local_file tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:86 timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found resource type: tf_resource_type=local_sensitive_file @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:86 timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found data source type: tf_data_source_type=local_file tf_rpc=GetProviderSchema @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:95 timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Found data source type: @module=sdk.helper_schema @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:95 tf_data_source_type=local_sensitive_file tf_provider_addr=provider tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:503 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=GetProviderSchema timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=45ec9447-4740-4b43-c686-c0dc26f1320b tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:509 @module=sdk.proto timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] GRPCProvider: ValidateProviderConfig
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_req_id=4f5c3fd8-6522-7a37-a0f6-26e9e7340210 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:517 tf_proto_version=5.2 @module=sdk.proto tf_provider_addr=provider timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_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.: @module=sdk.proto tf_proto_version=5.2 tf_req_id=4f5c3fd8-6522-7a37-a0f6-26e9e7340210 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/internal/logging/protocol_data.go:38 tf_provider_addr=provider timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.2 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:525 tf_req_id=4f5c3fd8-6522-7a37-a0f6-26e9e7340210 tf_rpc=PrepareProviderConfig timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Preparing provider configuration: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:128 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=4f5c3fd8-6522-7a37-a0f6-26e9e7340210 tf_rpc=PrepareProviderConfig timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.629+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_provider_addr=provider tf_req_id=4f5c3fd8-6522-7a37-a0f6-26e9e7340210 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:216 @module=sdk.helper_schema timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:218 @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=4f5c3fd8-6522-7a37-a0f6-26e9e7340210 tf_rpc=PrepareProviderConfig timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_proto_version=5.2 tf_req_id=4f5c3fd8-6522-7a37-a0f6-26e9e7340210 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:531 @module=sdk.proto tf_provider_addr=provider timestamp=2022-09-13T13:06:26.629+0300
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:538 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=4f5c3fd8-6522-7a37-a0f6-26e9e7340210 timestamp=2022-09-13T13:06:26.630+0300
2022-09-13T13:06:26.630+0300 [TRACE] GRPCProvider: ConfigureProvider
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:546 @module=sdk.proto tf_provider_addr=provider tf_req_id=74f26962-c1e8-4561-8110-c6dc5da41434 tf_proto_version=5.2 tf_rpc=Configure timestamp=2022-09-13T13:06:26.630+0300
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=Configure @module=sdk.proto tf_req_id=74f26962-c1e8-4561-8110-c6dc5da41434 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:554 timestamp=2022-09-13T13:06:26.630+0300
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=74f26962-c1e8-4561-8110-c6dc5da41434 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:556 timestamp=2022-09-13T13:06:26.630+0300
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=74f26962-c1e8-4561-8110-c6dc5da41434 tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:558 timestamp=2022-09-13T13:06:26.630+0300
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=74f26962-c1e8-4561-8110-c6dc5da41434 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:560 tf_rpc=Configure timestamp=2022-09-13T13:06:26.630+0300
2022-09-13T13:06:26.630+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:566 @module=sdk.proto tf_rpc=Configure tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=74f26962-c1e8-4561-8110-c6dc5da41434 timestamp=2022-09-13T13:06:26.630+0300
2022-09-13T13:06:26.630+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": visit complete
2022-09-13T13:06:26.630+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2022-09-13T13:06:26.630+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": expanding dynamic subgraph
2022-09-13T13:06:26.630+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": entering dynamic subgraph
2022-09-13T13:06:26.630+0300 [TRACE] vertex "module.shared_tf.local_file.result": starting visit (*terraform.NodeApplyableResource)
2022-09-13T13:06:26.630+0300 [TRACE] vertex "module.shared_tf.local_file.result": visit complete
2022-09-13T13:06:26.630+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": dynamic subgraph completed successfully
2022-09-13T13:06:26.630+0300 [TRACE] vertex "module.shared_tf.local_file.result (expand)": visit complete
2022-09-13T13:06:26.630+0300 [TRACE] vertex "module.shared_tf.local_file.result": starting visit (*terraform.NodeApplyableResourceInstance)
2022-09-13T13:06:26.630+0300 [TRACE] readDiff: Read Create change from plan for module.shared_tf.local_file.result
2022-09-13T13:06:26.630+0300 [TRACE] readResourceInstanceState: reading state for module.shared_tf.local_file.result
2022-09-13T13:06:26.630+0300 [TRACE] readResourceInstanceState: no state present for module.shared_tf.local_file.result
2022-09-13T13:06:26.630+0300 [TRACE] readDiff: Read Create change from plan for module.shared_tf.local_file.result
2022-09-13T13:06:26.630+0300 [TRACE] Re-validating config for "module.shared_tf.local_file.result"
2022-09-13T13:06:26.630+0300 [TRACE] GRPCProvider: ValidateResourceConfig
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:678 @module=sdk.proto tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=dd118f52-4da8-de83-8832-556856c0ac69 timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:686 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=dd118f52-4da8-de83-8832-556856c0ac69 tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @module=sdk.helper_schema tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig tf_req_id=dd118f52-4da8-de83-8832-556856c0ac69 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:245 tf_provider_addr=provider timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/grpc_provider.go:247 @module=sdk.helper_schema tf_rpc=ValidateResourceTypeConfig tf_provider_addr=provider tf_req_id=dd118f52-4da8-de83-8832-556856c0ac69 tf_resource_type=local_file timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_provider_addr=provider tf_req_id=dd118f52-4da8-de83-8832-556856c0ac69 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:692 @module=sdk.proto tf_resource_type=local_file tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.2 timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:698 @module=sdk.proto tf_proto_version=5.2 tf_resource_type=local_file tf_provider_addr=provider tf_req_id=dd118f52-4da8-de83-8832-556856c0ac69 tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] GRPCProvider: PlanResourceChange
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: @module=sdk.proto tf_proto_version=5.2 @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:767 tf_provider_addr=provider tf_req_id=025bd2c2-f015-717f-1dd3-7840de06166f tf_resource_type=local_file tf_rpc=PlanResourceChange timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_proto_version=5.2 tf_resource_type=local_file @module=sdk.proto tf_req_id=025bd2c2-f015-717f-1dd3-7840de06166f tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:778 tf_provider_addr=provider timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_proto_version=5.2 tf_resource_type=local_file tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:784 @module=sdk.proto tf_provider_addr=provider tf_req_id=025bd2c2-f015-717f-1dd3-7840de06166f timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.631+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:791 tf_req_id=025bd2c2-f015-717f-1dd3-7840de06166f tf_resource_type=local_file @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=PlanResourceChange timestamp=2022-09-13T13:06:26.631+0300
2022-09-13T13:06:26.632+0300 [WARN] Provider "registry.terraform.io/hashicorp/local" produced an invalid plan for module.shared_tf.local_file.result, 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:
- .directory_permission: planned value cty.StringVal("0777") for a non-computed attribute
- .file_permission: planned value cty.StringVal("0777") for a non-computed attribute
2022-09-13T13:06:26.632+0300 [TRACE] checkPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
module.shared_tf.local_file.result: Creating...
2022-09-13T13:06:26.632+0300 [INFO] Starting apply for module.shared_tf.local_file.result
2022-09-13T13:06:26.632+0300 [DEBUG] module.shared_tf.local_file.result: applying the planned Create change
2022-09-13T13:06:26.632+0300 [TRACE] GRPCProvider: ApplyResourceChange
2022-09-13T13:06:26.633+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Received request: tf_req_id=abca7ee8-ff69-ac82-9d3a-e373ed54a7b8 tf_rpc=ApplyResourceChange tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:800 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-13T13:06:26.633+0300
2022-09-13T13:06:26.633+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:811 tf_provider_addr=provider tf_rpc=ApplyResourceChange @module=sdk.proto tf_proto_version=5.2 tf_req_id=abca7ee8-ff69-ac82-9d3a-e373ed54a7b8 tf_resource_type=local_file timestamp=2022-09-13T13:06:26.633+0300
2022-09-13T13:06:26.633+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Calling downstream: tf_resource_type=local_file tf_rpc=ApplyResourceChange @module=sdk.helper_schema tf_provider_addr=provider tf_req_id=abca7ee8-ff69-ac82-9d3a-e373ed54a7b8 @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/resource.go:836 timestamp=2022-09-13T13:06:26.633+0300
2022-09-13T13:06:26.633+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_rpc=ApplyResourceChange tf_provider_addr=provider tf_req_id=abca7ee8-ff69-ac82-9d3a-e373ed54a7b8 tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-sdk/v2@v2.16.0/helper/schema/resource.go:838 @module=sdk.helper_schema timestamp=2022-09-13T13:06:26.633+0300
2022-09-13T13:06:26.633+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Called downstream: tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:817 @module=sdk.proto tf_req_id=abca7ee8-ff69-ac82-9d3a-e373ed54a7b8 tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=ApplyResourceChange timestamp=2022-09-13T13:06:26.633+0300
2022-09-13T13:06:26.633+0300 [TRACE] provider.terraform-provider-local_v2.2.3_x5: Served request: tf_proto_version=5.2 tf_req_id=abca7ee8-ff69-ac82-9d3a-e373ed54a7b8 tf_rpc=ApplyResourceChange tf_provider_addr=provider tf_resource_type=local_file @caller=github.com/hashicorp/terraform-plugin-go@v0.9.0/tfprotov5/tf5server/server.go:824 @module=sdk.proto timestamp=2022-09-13T13:06:26.633+0300
2022-09-13T13:06:26.633+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.shared_tf.local_file.result
2022-09-13T13:06:26.633+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.shared_tf.local_file.result
2022-09-13T13:06:26.633+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.shared_tf.local_file.result
2022-09-13T13:06:26.633+0300 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.shared_tf.local_file.result
module.shared_tf.local_file.result: Creation complete after 0s [id=b585d0df32b46fc0ea99c829ea80dd25f15c106c]
2022-09-13T13:06:26.634+0300 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2022-09-13T13:06:26.634+0300 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2022-09-13T13:06:26.634+0300 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-09-13T13:06:26.634+0300 [TRACE] vertex "module.shared_tf.local_file.result": visit complete
2022-09-13T13:06:26.634+0300 [TRACE] vertex "module.shared_tf (close)": starting visit (*terraform.nodeCloseModule)
2022-09-13T13:06:26.634+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-09-13T13:06:26.634+0300 [TRACE] vertex "module.shared_tf (close)": visit complete
2022-09-13T13:06:26.634+0300 [TRACE] GRPCProvider: Close
2022-09-13T13:06:26.635+0300 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2022-09-13T13:06:26.636+0300 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.2.3/linux_amd64/terraform-provider-local_v2.2.3_x5 pid=51479
2022-09-13T13:06:26.636+0300 [DEBUG] provider: plugin exited
2022-09-13T13:06:26.636+0300 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": visit complete
2022-09-13T13:06:26.636+0300 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-09-13T13:06:26.636+0300 [TRACE] vertex "root": visit complete
2022-09-13T13:06:26.636+0300 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2022-09-13T13:06:26.636+0300 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2022-09-13T13:06:26.636+0300 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2022-09-13T13:06:26.636+0300 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-09-13T13:06:26.636+0300 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment