Skip to content

Instantly share code, notes, and snippets.

@douglaswth
Created December 3, 2020 01:07
Show Gist options
  • Save douglaswth/daf02c0a31f51b21db3d945bb2ccba39 to your computer and use it in GitHub Desktop.
Save douglaswth/daf02c0a31f51b21db3d945bb2ccba39 to your computer and use it in GitHub Desktop.
2020/12/02 17:08:47 [INFO] Terraform version: 0.14.0
2020/12/02 17:08:47 [INFO] Go runtime version: go1.15.2
2020/12/02 17:08:47 [INFO] CLI args: []string{"/home/douglas/tfenv/versions/0.14.0/terraform", "plan"}
2020/12/02 17:08:47 [DEBUG] Attempting to open CLI config file: /home/douglas/.terraformrc
2020/12/02 17:08:47 Loading CLI configuration from /home/douglas/.terraformrc
2020/12/02 17:08:47 [DEBUG] checking for credentials in "/home/douglas/.terraform.d/plugins"
2020/12/02 17:08:47 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020/12/02 17:08:47 [DEBUG] will search for provider plugins in /home/douglas/.terraform.d/plugins
2020/12/02 17:08:47 [TRACE] getproviders.SearchLocalDirectory: /home/douglas/.terraform.d/plugins is a symlink to /home/douglas/.terraform.d/plugins
2020/12/02 17:08:47 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/flexera/flexeracredentials v0.1.0 for linux_amd64 at /home/douglas/.terraform.d/plugins/registry.terraform.io/flexera/flexeracredentials/0.1.0/linux_amd64
2020/12/02 17:08:47 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/flexera/flexeracredentials v0.1.1 for linux_amd64 at /home/douglas/.terraform.d/plugins/registry.terraform.io/flexera/flexeracredentials/0.1.1/linux_amd64
2020/12/02 17:08:47 [DEBUG] ignoring non-existing provider search directory /home/douglas/.local/share/terraform/plugins
2020/12/02 17:08:47 [DEBUG] ignoring non-existing provider search directory /usr/local/share/terraform/plugins
2020/12/02 17:08:47 [DEBUG] ignoring non-existing provider search directory /usr/share/terraform/plugins
2020/12/02 17:08:47 [DEBUG] ignoring non-existing provider search directory /var/lib/snapd/desktop/terraform/plugins
2020/12/02 17:08:47 [INFO] CLI command args: []string{"plan"}
2020/12/02 17:08:47 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2020/12/02 17:08:47 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2020/12/02 17:08:47 [DEBUG] New state was assigned lineage "b87abbda-842a-1672-fde0-26b733aa12c6"
2020/12/02 17:08:47 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/12/02 17:08:47 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/12/02 17:08:47 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2020/12/02 17:08:47 [TRACE] getproviders.SearchLocalDirectory: .terraform/providers is a symlink to .terraform/providers
2020/12/02 17:08:47 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/local v2.0.0 for linux_amd64 at .terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64
2020/12/02 17:08:47 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64 as a candidate package for registry.terraform.io/hashicorp/local 2.0.0
2020/12/02 17:08:48 [DEBUG] checking for provisioner in "."
2020/12/02 17:08:48 [DEBUG] checking for provisioner in "/home/douglas/tfenv/versions/0.14.0"
2020/12/02 17:08:48 [DEBUG] checking for provisioner in "/home/douglas/.terraform.d/plugins"
2020/12/02 17:08:48 [INFO] Failed to read plugin lock file .terraform/plugins/linux_amd64/lock.json: open .terraform/plugins/linux_amd64/lock.json: no such file or directory
2020/12/02 17:08:48 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2020/12/02 17:08:48 [INFO] backend/local: starting Plan operation
2020/12/02 17:08:48 [TRACE] backend/local: requesting state manager for workspace "default"
2020/12/02 17:08:48 [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
2020/12/02 17:08:48 [TRACE] backend/local: requesting state lock for workspace "default"
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2020/12/02 17:08:48 [TRACE] backend/local: reading remote state for workspace "default"
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: read nil snapshot
2020/12/02 17:08:48 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2020/12/02 17:08:48 [TRACE] backend/local: building context for current working directory
2020/12/02 17:08:48 [TRACE] terraform.NewContext: starting
2020/12/02 17:08:48 [TRACE] terraform.NewContext: loading provider schemas
2020/12/02 17:08:48 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/local"
2020-12-02T17:08:48.003-0800 [INFO] plugin: configuring client automatic mTLS
2020-12-02T17:08:48.032-0800 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5]
2020-12-02T17:08:48.032-0800 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 pid=670990
2020-12-02T17:08:48.032-0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5
2020-12-02T17:08:48.039-0800 [INFO] plugin.terraform-provider-local_v2.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-02T17:08:48.039-0800
2020-12-02T17:08:48.074-0800 [DEBUG] plugin.terraform-provider-local_v2.0.0_x5: plugin address: address=/tmp/plugin935654121 network=unix timestamp=2020-12-02T17:08:48.074-0800
2020-12-02T17:08:48.074-0800 [DEBUG] plugin: using plugin: version=5
2020/12/02 17:08:48 [TRACE] GRPCProvider: GetSchema
2020-12-02T17:08:48.137-0800 [TRACE] plugin.stdio: waiting for stdio data
2020/12/02 17:08:48 [TRACE] GRPCProvider: Close
2020-12-02T17:08:48.140-0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-12-02T17:08:48.140-0800 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 pid=670990
2020-12-02T17:08:48.141-0800 [DEBUG] plugin: plugin exited
2020/12/02 17:08:48 [TRACE] terraform.NewContext: complete
2020/12/02 17:08:48 [TRACE] backend/local: finished building terraform.Context
2020/12/02 17:08:48 [TRACE] backend/local: requesting interactive input, if necessary
2020/12/02 17:08:48 [TRACE] Context.Input: Prompting for provider arguments
2020/12/02 17:08:48 [TRACE] backend/local: running validation operation
2020/12/02 17:08:48 [INFO] terraform: building graph: GraphTypeValidate
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/12/02 17:08:48 [TRACE] ConfigTransformer: Starting for path:
2020/12/02 17:08:48 [TRACE] ConfigTransformer: Starting for path: module.module
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.module.local_file.secret - *terraform.NodeValidatableResource
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.module.local_file.secret - *terraform.NodeValidatableResource
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.StateTransformer
2020/12/02 17:08:48 [TRACE] StateTransformer: state is empty, so nothing to do
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/12/02 17:08:48 [TRACE] AttachResourceConfigTransformer: attaching to "module.module.local_file.secret" (*terraform.NodeValidatableResource) config from module/main.tf:6,1-31
2020/12/02 17:08:48 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.module.local_file.secret
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/12/02 17:08:48 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.module.local_file.secret
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/12/02 17:08:48 [TRACE] ProviderTransformer: module.module.local_file.secret uses inherited configuration provider["registry.terraform.io/hashicorp/local"]
2020/12/02 17:08:48 [DEBUG] ProviderTransformer: "module.module.local_file.secret" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/local"]
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.module.local_file.secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.module.local_file.secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/12/02 17:08:48 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2020/12/02 17:08:48 [TRACE] AttachSchemaTransformer: attaching resource schema to module.module.local_file.secret
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/12/02 17:08:48 [TRACE] ModuleExpansionTransformer: Added module.module as *terraform.nodeValidateModule
2020/12/02 17:08:48 [TRACE] ModuleExpansionTransformer: module.module (close) must wait for expansion of module.module
2020/12/02 17:08:48 [TRACE] ModuleExpansionTransformer: module.module.local_file.secret must wait for expansion of module.module
2020/12/02 17:08:48 [TRACE] ModuleExpansionTransformer: module.module.var.secret (expand) must wait for expansion of module.module
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module (expand)" references: []
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module (close)" references: []
2020/12/02 17:08:48 [INFO] ReferenceTransformer: reference not found: "path.module"
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module.local_file.secret" references: [module.module.var.secret (expand)]
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "var.secret" references: []
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module.var.secret (expand)" references: [var.secret]
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module (expand) - *terraform.nodeValidateModule
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module (expand) - *terraform.nodeValidateModule
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module (expand) - *terraform.nodeValidateModule
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.module.local_file.secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module (expand) - *terraform.nodeValidateModule
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.module.local_file.secret - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.module (close) - *terraform.nodeCloseModule
module.module (close) - *terraform.nodeCloseModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module (expand) - *terraform.nodeValidateModule
module.module.local_file.secret - *terraform.NodeValidatableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeValidateModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.module.local_file.secret - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [DEBUG] Starting graph walk: walkValidate
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module (expand)"
2020/12/02 17:08:48 [TRACE] vertex "module.module (expand)": starting visit (*terraform.nodeValidateModule)
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/local\"]"
2020/12/02 17:08:48 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": starting visit (*terraform.NodeApplyableProvider)
2020/12/02 17:08:48 [TRACE] vertex "module.module (expand)": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "var.secret"
2020/12/02 17:08:48 [TRACE] vertex "var.secret": starting visit (*terraform.NodeRootVariable)
2020/12/02 17:08:48 [TRACE] vertex "var.secret": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module.var.secret (expand)"
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": expanding dynamic subgraph
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": entering dynamic subgraph
2020-12-02T17:08:48.144-0800 [INFO] plugin: configuring client automatic mTLS
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module.var.secret"
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret": starting visit (*terraform.nodeModuleVariable)
2020/12/02 17:08:48 [TRACE] evalVariableValidations: not active for module.module.var.secret, so skipping
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret": visit complete
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": dynamic subgraph completed successfully
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": visit complete
2020-12-02T17:08:48.171-0800 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5]
2020-12-02T17:08:48.172-0800 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 pid=671002
2020-12-02T17:08:48.172-0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5
2020-12-02T17:08:48.178-0800 [INFO] plugin.terraform-provider-local_v2.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-02T17:08:48.178-0800
2020-12-02T17:08:48.210-0800 [DEBUG] plugin: using plugin: version=5
2020-12-02T17:08:48.210-0800 [DEBUG] plugin.terraform-provider-local_v2.0.0_x5: plugin address: address=/tmp/plugin128053097 network=unix timestamp=2020-12-02T17:08:48.210-0800
2020/12/02 17:08:48 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/local\"]" provider for provider["registry.terraform.io/hashicorp/local"]
2020/12/02 17:08:48 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/local"]: no configuration at all
2020/12/02 17:08:48 [TRACE] GRPCProvider: GetSchema
2020-12-02T17:08:48.268-0800 [TRACE] plugin.stdio: waiting for stdio data
2020/12/02 17:08:48 [TRACE] GRPCProvider: PrepareProviderConfig
2020/12/02 17:08:48 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module.local_file.secret"
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": starting visit (*terraform.NodeValidatableResource)
2020/12/02 17:08:48 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/local\"] (close)"
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module (close)"
2020/12/02 17:08:48 [TRACE] vertex "module.module (close)": starting visit (*terraform.nodeCloseModule)
2020/12/02 17:08:48 [TRACE] vertex "module.module (close)": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2020/12/02 17:08:48 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/12/02 17:08:48 [TRACE] GRPCProvider: Close
2020/12/02 17:08:48 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2020/12/02 17:08:48 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2020-12-02T17:08:48.272-0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-12-02T17:08:48.273-0800 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 pid=671002
2020-12-02T17:08:48.273-0800 [DEBUG] plugin: plugin exited
2020/12/02 17:08:48 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"] (close)": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "root"
2020/12/02 17:08:48 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2020/12/02 17:08:48 [TRACE] vertex "root": visit complete
2020/12/02 17:08:48 [INFO] backend/local: plan calling Plan
2020/12/02 17:08:48 [INFO] terraform: building graph: GraphTypePlan
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/12/02 17:08:48 [TRACE] ConfigTransformer: Starting for path:
2020/12/02 17:08:48 [TRACE] ConfigTransformer: Starting for path: module.module
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.StateTransformer
2020/12/02 17:08:48 [TRACE] StateTransformer: state is empty, so nothing to do
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/12/02 17:08:48 [TRACE] AttachResourceConfigTransformer: attaching to "module.module.local_file.secret (expand)" (*terraform.nodeExpandPlannableResource) config from module/main.tf:6,1-31
2020/12/02 17:08:48 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.module.local_file.secret (expand)
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/12/02 17:08:48 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/local"], implied first by module.module.local_file.secret (expand)
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/12/02 17:08:48 [TRACE] ProviderTransformer: module.module.local_file.secret (expand) uses inherited configuration provider["registry.terraform.io/hashicorp/local"]
2020/12/02 17:08:48 [DEBUG] ProviderTransformer: "module.module.local_file.secret (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/local"]
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/12/02 17:08:48 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/12/02 17:08:48 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/local"]
2020/12/02 17:08:48 [TRACE] AttachSchemaTransformer: attaching resource schema to module.module.local_file.secret (expand)
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/12/02 17:08:48 [TRACE] ModuleExpansionTransformer: Added module.module as *terraform.nodeExpandModule
2020/12/02 17:08:48 [TRACE] ModuleExpansionTransformer: module.module (close) must wait for expansion of module.module
2020/12/02 17:08:48 [TRACE] ModuleExpansionTransformer: module.module.local_file.secret (expand) must wait for expansion of module.module
2020/12/02 17:08:48 [TRACE] ModuleExpansionTransformer: module.module.var.secret (expand) must wait for expansion of module.module
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/12/02 17:08:48 [INFO] ReferenceTransformer: reference not found: "path.module"
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module.local_file.secret (expand)" references: [module.module.var.secret (expand)]
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "var.secret" references: []
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module.var.secret (expand)" references: [var.secret]
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/local\"]" references: []
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module (expand)" references: []
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module (close)" references: []
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module (expand) - *terraform.nodeExpandModule
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/12/02 17:08:48 [TRACE] AttachDependenciesTransformer: module.module.local_file.secret depends on []
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/12/02 17:08:48 [TRACE] ForcedCBDTransformer: "module.module.local_file.secret (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module (expand) - *terraform.nodeExpandModule
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module (expand) - *terraform.nodeExpandModule
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
module.module (close) - *terraform.nodeCloseModule
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module (expand) - *terraform.nodeExpandModule
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.module (close) - *terraform.nodeCloseModule
module.module (close) - *terraform.nodeCloseModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module (expand) - *terraform.nodeExpandModule
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
module.module.var.secret (expand) - *terraform.nodeExpandModuleVariable
module.module (expand) - *terraform.nodeExpandModule
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/local"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
module.module.local_file.secret (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/local"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/12/02 17:08:48 [DEBUG] Starting graph walk: walkPlan
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "var.secret"
2020/12/02 17:08:48 [TRACE] vertex "var.secret": starting visit (*terraform.NodeRootVariable)
2020/12/02 17:08:48 [TRACE] vertex "var.secret": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/local\"]"
2020/12/02 17:08:48 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": starting visit (*terraform.NodeApplyableProvider)
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module (expand)"
2020/12/02 17:08:48 [TRACE] vertex "module.module (expand)": starting visit (*terraform.nodeExpandModule)
2020/12/02 17:08:48 [TRACE] vertex "module.module (expand)": visit complete
2020-12-02T17:08:48.275-0800 [INFO] plugin: configuring client automatic mTLS
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module.var.secret (expand)"
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": expanding dynamic subgraph
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": entering dynamic subgraph
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module.var.secret"
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret": starting visit (*terraform.nodeModuleVariable)
2020/12/02 17:08:48 [TRACE] evalVariableValidations: not active for module.module.var.secret, so skipping
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret": visit complete
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": dynamic subgraph completed successfully
2020/12/02 17:08:48 [TRACE] vertex "module.module.var.secret (expand)": visit complete
2020-12-02T17:08:48.301-0800 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5]
2020-12-02T17:08:48.302-0800 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 pid=671014
2020-12-02T17:08:48.302-0800 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5
2020-12-02T17:08:48.309-0800 [INFO] plugin.terraform-provider-local_v2.0.0_x5: configuring server automatic mTLS: timestamp=2020-12-02T17:08:48.309-0800
2020-12-02T17:08:48.337-0800 [DEBUG] plugin: using plugin: version=5
2020-12-02T17:08:48.337-0800 [DEBUG] plugin.terraform-provider-local_v2.0.0_x5: plugin address: address=/tmp/plugin923737089 network=unix timestamp=2020-12-02T17:08:48.337-0800
2020/12/02 17:08:48 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/local\"]" provider for provider["registry.terraform.io/hashicorp/local"]
2020/12/02 17:08:48 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/local"]: no configuration at all
2020/12/02 17:08:48 [TRACE] GRPCProvider: GetSchema
2020-12-02T17:08:48.392-0800 [TRACE] plugin.stdio: waiting for stdio data
2020/12/02 17:08:48 [TRACE] GRPCProvider: Configure
2020/12/02 17:08:48 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/local\"]": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module.local_file.secret (expand)"
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret (expand)": expanding dynamic subgraph
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret (expand)": entering dynamic subgraph
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module.local_file.secret"
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": starting visit (*terraform.NodePlannableResource)
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": expanding dynamic subgraph
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/12/02 17:08:48 [TRACE] ResourceCountTransformer: adding module.module.local_file.secret as *terraform.NodePlannableResourceInstance
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.module.local_file.secret - *terraform.NodePlannableResourceInstance
------
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/12/02 17:08:48 [DEBUG] Resource instance state not found for node "module.module.local_file.secret", instance module.module.local_file.secret
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/12/02 17:08:48 [INFO] ReferenceTransformer: reference not found: "path.module"
2020/12/02 17:08:48 [INFO] ReferenceTransformer: reference not found: "var.secret"
2020/12/02 17:08:48 [DEBUG] ReferenceTransformer: "module.module.local_file.secret" references: []
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/12/02 17:08:48 [TRACE] Executing graph transform *terraform.RootTransformer
2020/12/02 17:08:48 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": entering dynamic subgraph
2020/12/02 17:08:48 [TRACE] dag/walk: visiting "module.module.local_file.secret"
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": starting visit (*terraform.NodePlannableResourceInstance)
2020/12/02 17:08:48 [TRACE] ReadResourceInstanceState: reading state for module.module.local_file.secret
2020/12/02 17:08:48 [TRACE] ReadResourceInstanceState: no state present for module.module.local_file.secret
2020/12/02 17:08:48 [DEBUG] refresh: module.module.local_file.secret: no state, so not refreshing
2020/12/02 17:08:48 [TRACE] EvalWriteState: using RefreshState for module.module.local_file.secret
2020/12/02 17:08:48 [TRACE] states.SyncState: pruning module.module because it is empty
2020/12/02 17:08:48 [TRACE] EvalWriteState: removing state object for module.module.local_file.secret
2020/12/02 17:08:48 [TRACE] Re-validating config for "module.module.local_file.secret"
2020/12/02 17:08:48 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": visit complete
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": dynamic subgraph encountered errors
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret": visit complete
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret (expand)": dynamic subgraph encountered errors
2020/12/02 17:08:48 [TRACE] vertex "module.module.local_file.secret (expand)": visit complete
2020/12/02 17:08:48 [TRACE] dag/walk: upstream of "module.module (close)" errored, so skipping
2020/12/02 17:08:48 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2020/12/02 17:08:48 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/local\"] (close)" errored, so skipping
2020/12/02 17:08:48 [TRACE] dag/walk: upstream of "root" errored, so skipping
2020/12/02 17:08:48 [INFO] backend/local: plan operation completed
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info

Error: .content: value has marks, so it cannot be serialized
2020/12/02 17:08:48 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock

2020-12-02T17:08:48.396-0800 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2020-12-02T17:08:48.397-0800 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/local/2.0.0/linux_amd64/terraform-provider-local_v2.0.0_x5 pid=671014
2020-12-02T17:08:48.397-0800 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment