Created
March 2, 2021 13:58
-
-
Save pbzdyl/e63393715d124570e33a8a94c49f8a73 to your computer and use it in GitHub Desktop.
Terraform 0.14.7 `panic: value is marked, so must be unmarked first` issue logs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021/03/02 14:57:29 [INFO] Terraform version: 0.14.7 | |
2021/03/02 14:57:29 [INFO] Go runtime version: go1.15.6 | |
2021/03/02 14:57:29 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.0.0/versions/0.14.7/terraform", "plan"} | |
2021/03/02 14:57:29 [DEBUG] Attempting to open CLI config file: /Users/piotrek/.terraformrc | |
2021/03/02 14:57:29 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2021/03/02 14:57:29 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021/03/02 14:57:29 [DEBUG] ignoring non-existing provider search directory /Users/piotrek/.terraform.d/plugins | |
2021/03/02 14:57:29 [DEBUG] ignoring non-existing provider search directory /Users/piotrek/Library/Application Support/io.terraform/plugins | |
2021/03/02 14:57:29 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2021/03/02 14:57:29 [INFO] CLI command args: []string{"plan"} | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2021/03/02 14:57:29 [DEBUG] New state was assigned lineage "51944b4d-0a53-2b9e-8702-db0c50e5f7ab" | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2021/03/02 14:57:29 [DEBUG] checking for provisioner in "." | |
2021/03/02 14:57:29 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/2.0.0/versions/0.14.7" | |
2021/03/02 14:57:29 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2021/03/02 14:57:29 [INFO] backend/local: starting Plan operation | |
2021/03/02 14:57:29 [TRACE] backend/local: requesting state manager for workspace "default" | |
2021/03/02 14:57:29 [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 | |
2021/03/02 14:57:29 [TRACE] backend/local: requesting state lock for workspace "default" | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2021/03/02 14:57:29 [TRACE] backend/local: reading remote state for workspace "default" | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: read nil snapshot | |
2021/03/02 14:57:29 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2021/03/02 14:57:29 [TRACE] backend/local: building context for current working directory | |
2021/03/02 14:57:29 [TRACE] terraform.NewContext: starting | |
2021/03/02 14:57:29 [TRACE] terraform.NewContext: loading provider schemas | |
2021/03/02 14:57:29 [TRACE] terraform.NewContext: complete | |
2021/03/02 14:57:29 [TRACE] backend/local: finished building terraform.Context | |
2021/03/02 14:57:29 [TRACE] backend/local: requesting interactive input, if necessary | |
2021/03/02 14:57:29 [TRACE] Context.Input: Prompting for provider arguments | |
2021/03/02 14:57:29 [TRACE] backend/local: running validation operation | |
2021/03/02 14:57:29 [INFO] terraform: building graph: GraphTypeValidate | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021/03/02 14:57:29 [TRACE] ConfigTransformer: Starting for path: | |
2021/03/02 14:57:29 [TRACE] ConfigTransformer: Starting for path: module.repro | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021/03/02 14:57:29 [TRACE] OutputTransformer: adding out as *terraform.nodeExpandOutput | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021/03/02 14:57:29 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
------ | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: Added module.repro as *terraform.nodeValidateModule | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: module.repro.output.out (expand) must wait for expansion of module.repro | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: module.repro (close) must wait for expansion of module.repro | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro (close)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "local.m (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "local.z (expand)" references: [local.m (expand) module.repro.output.out (expand)] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro.output.out (expand)" references: [] | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
------ | |
2021/03/02 14:57:29 [DEBUG] Starting graph walk: walkValidate | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (expand)": starting visit (*terraform.nodeValidateModule) | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.m (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] Expanding local: adding local.m as *terraform.NodeLocal | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro.output.out (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": starting visit (*terraform.nodeExpandOutput) | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] Expanding output: adding module.repro.output.out as *terraform.NodeApplyableOutput | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.m" | |
2021/03/02 14:57:29 [TRACE] vertex "local.m": starting visit (*terraform.NodeLocal) | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro.output.out" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out": starting visit (*terraform.NodeApplyableOutput) | |
2021/03/02 14:57:29 [TRACE] vertex "local.m": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] ExecuteWriteOutput: Saving Create change for module.repro.output.out in changeset | |
2021/03/02 14:57:29 [TRACE] EvalWriteOutput: Saving value for module.repro.output.out in state | |
2021/03/02 14:57:29 [TRACE] ExecuteWriteOutput: Saving Create change for module.repro.output.out in changeset | |
2021/03/02 14:57:29 [TRACE] EvalWriteOutput: Saving value for module.repro.output.out in state | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro (close)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (close)": starting visit (*terraform.nodeCloseModule) | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (close)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.z (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] Expanding local: adding local.z as *terraform.NodeLocal | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.z" | |
2021/03/02 14:57:29 [TRACE] vertex "local.z": starting visit (*terraform.NodeLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" | |
2021/03/02 14:57:29 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2021/03/02 14:57:29 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "root" | |
2021/03/02 14:57:29 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) | |
2021/03/02 14:57:29 [TRACE] vertex "root": visit complete | |
2021/03/02 14:57:29 [INFO] backend/local: plan calling Plan | |
2021/03/02 14:57:29 [INFO] terraform: building graph: GraphTypePlan | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021/03/02 14:57:29 [TRACE] ConfigTransformer: Starting for path: | |
2021/03/02 14:57:29 [TRACE] ConfigTransformer: Starting for path: module.repro | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021/03/02 14:57:29 [TRACE] OutputTransformer: adding out as *terraform.nodeExpandOutput | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021/03/02 14:57:29 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
------ | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: Added module.repro as *terraform.nodeExpandModule | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: module.repro (close) must wait for expansion of module.repro | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: module.repro.output.out (expand) must wait for expansion of module.repro | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "local.z (expand)" references: [local.m (expand) module.repro.output.out (expand)] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "local.m (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro.output.out (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro (close)" references: [] | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
------ | |
2021/03/02 14:57:29 [DEBUG] Starting graph walk: walkPlan | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (expand)": starting visit (*terraform.nodeExpandModule) | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.m (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] Expanding local: adding local.m as *terraform.NodeLocal | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro.output.out (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": starting visit (*terraform.nodeExpandOutput) | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.m" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] vertex "local.m": starting visit (*terraform.NodeLocal) | |
2021/03/02 14:57:29 [TRACE] Expanding output: adding module.repro.output.out as *terraform.NodeApplyableOutput | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro.output.out" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out": starting visit (*terraform.NodeApplyableOutput) | |
2021/03/02 14:57:29 [TRACE] vertex "local.m": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] ExecuteWriteOutput: Saving Create change for module.repro.output.out in changeset | |
2021/03/02 14:57:29 [TRACE] EvalWriteOutput: Saving value for module.repro.output.out in state | |
2021/03/02 14:57:29 [TRACE] ExecuteWriteOutput: Saving Create change for module.repro.output.out in changeset | |
2021/03/02 14:57:29 [TRACE] EvalWriteOutput: Saving value for module.repro.output.out in state | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.z (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro (close)" | |
2021/03/02 14:57:29 [TRACE] Expanding local: adding local.z as *terraform.NodeLocal | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (close)": starting visit (*terraform.nodeCloseModule) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (close)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.z" | |
2021/03/02 14:57:29 [TRACE] vertex "local.z": starting visit (*terraform.NodeLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z": visit complete | |
panic: value is marked, so must be unmarked first | |
goroutine 97 [running]: | |
github.com/zclconf/go-cty/cty.Value.assertUnmarked(...) | |
/go/pkg/mod/github.com/zclconf/[email protected]/cty/marks.go:123 | |
github.com/zclconf/go-cty/cty.Value.AsString(0x38e7980, 0xc000052459, 0x31b1c40, 0xc000a409e0, 0x38e7901, 0xc000052459) | |
/go/pkg/mod/github.com/zclconf/[email protected]/cty/value_ops.go:1249 +0x4f | |
github.com/hashicorp/hcl/v2.Index(0x38e7a80, 0xc0001a1380, 0x30b9460, 0xc0005ce060, 0x38e7980, 0xc000052459, 0x31b1c40, 0xc000a409e0, 0xc0001b6880, 0x0, ...) | |
/go/pkg/mod/github.com/hashicorp/hcl/[email protected]/ops.go:146 +0x105b | |
github.com/hashicorp/hcl/v2/hclsyntax.(*IndexExpr).Value(0xc0001b67e0, 0xc000a408c0, 0x0, 0xc000a3b800, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/go/pkg/mod/github.com/hashicorp/hcl/[email protected]/hclsyntax/expression.go:711 +0x27d | |
github.com/hashicorp/terraform/lang.(*Scope).EvalExpr(0xc000668f00, 0x38e6540, 0xc0001b67e0, 0x38e79c0, 0x4a00200, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/circleci/project/project/lang/eval.go:171 +0x1b7 | |
github.com/hashicorp/terraform/terraform.(*BuiltinEvalContext).EvaluateExpr(0xc0005a8ea0, 0x38e6540, 0xc0001b67e0, 0x38e79c0, 0x4a00200, 0x0, 0x0, 0x0, 0x1068156, 0x106d420, ...) | |
/home/circleci/project/project/terraform/eval_context_builtin.go:287 +0xbb | |
github.com/hashicorp/terraform/terraform.(*NodeLocal).Execute(0xc000a44690, 0x3923940, 0xc0005a8ea0, 0xc00003a002, 0x3108040, 0x328f6a0) | |
/home/circleci/project/project/terraform/node_local.go:156 +0x71d | |
github.com/hashicorp/terraform/terraform.(*ContextGraphWalker).Execute(0xc000678a90, 0x3923940, 0xc0005a8ea0, 0x72cfb58, 0xc000a44690, 0x0, 0x0, 0x0) | |
/home/circleci/project/project/terraform/graph_walk_context.go:127 +0xbc | |
github.com/hashicorp/terraform/terraform.(*Graph).walk.func1(0x328f6a0, 0xc000a44690, 0x0, 0x0, 0x0) | |
/home/circleci/project/project/terraform/graph.go:59 +0x962 | |
github.com/hashicorp/terraform/dag.(*Walker).walkVertex(0xc0006648a0, 0x328f6a0, 0xc000a44690, 0xc00070c740) | |
/home/circleci/project/project/dag/walk.go:387 +0x375 | |
created by github.com/hashicorp/terraform/dag.(*Walker).Update | |
/home/circleci/project/project/dag/walk.go:309 +0x1246 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021/03/02 14:57:29 [INFO] Terraform version: 0.14.7 | |
2021/03/02 14:57:29 [INFO] Go runtime version: go1.15.6 | |
2021/03/02 14:57:29 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/2.0.0/versions/0.14.7/terraform", "plan"} | |
2021/03/02 14:57:29 [DEBUG] Attempting to open CLI config file: /Users/piotrek/.terraformrc | |
2021/03/02 14:57:29 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2021/03/02 14:57:29 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins | |
2021/03/02 14:57:29 [DEBUG] ignoring non-existing provider search directory /Users/piotrek/.terraform.d/plugins | |
2021/03/02 14:57:29 [DEBUG] ignoring non-existing provider search directory /Users/piotrek/Library/Application Support/io.terraform/plugins | |
2021/03/02 14:57:29 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins | |
2021/03/02 14:57:29 [INFO] CLI command args: []string{"plan"} | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2021/03/02 14:57:29 [DEBUG] New state was assigned lineage "51944b4d-0a53-2b9e-8702-db0c50e5f7ab" | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2021/03/02 14:57:29 [DEBUG] checking for provisioner in "." | |
2021/03/02 14:57:29 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/2.0.0/versions/0.14.7" | |
2021/03/02 14:57:29 [INFO] Failed to read plugin lock file .terraform/plugins/darwin_amd64/lock.json: open .terraform/plugins/darwin_amd64/lock.json: no such file or directory | |
2021/03/02 14:57:29 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2021/03/02 14:57:29 [INFO] backend/local: starting Plan operation | |
2021/03/02 14:57:29 [TRACE] backend/local: requesting state manager for workspace "default" | |
2021/03/02 14:57:29 [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 | |
2021/03/02 14:57:29 [TRACE] backend/local: requesting state lock for workspace "default" | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: no previously-stored snapshot exists | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2021/03/02 14:57:29 [TRACE] backend/local: reading remote state for workspace "default" | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: snapshot file has nil snapshot, but that's okay | |
2021/03/02 14:57:29 [TRACE] statemgr.Filesystem: read nil snapshot | |
2021/03/02 14:57:29 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2021/03/02 14:57:29 [TRACE] backend/local: building context for current working directory | |
2021/03/02 14:57:29 [TRACE] terraform.NewContext: starting | |
2021/03/02 14:57:29 [TRACE] terraform.NewContext: loading provider schemas | |
2021/03/02 14:57:29 [TRACE] terraform.NewContext: complete | |
2021/03/02 14:57:29 [TRACE] backend/local: finished building terraform.Context | |
2021/03/02 14:57:29 [TRACE] backend/local: requesting interactive input, if necessary | |
2021/03/02 14:57:29 [TRACE] Context.Input: Prompting for provider arguments | |
2021/03/02 14:57:29 [TRACE] backend/local: running validation operation | |
2021/03/02 14:57:29 [INFO] terraform: building graph: GraphTypeValidate | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021/03/02 14:57:29 [TRACE] ConfigTransformer: Starting for path: | |
2021/03/02 14:57:29 [TRACE] ConfigTransformer: Starting for path: module.repro | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021/03/02 14:57:29 [TRACE] OutputTransformer: adding out as *terraform.nodeExpandOutput | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021/03/02 14:57:29 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
------ | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: Added module.repro as *terraform.nodeValidateModule | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: module.repro.output.out (expand) must wait for expansion of module.repro | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: module.repro (close) must wait for expansion of module.repro | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro (close)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "local.m (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "local.z (expand)" references: [local.m (expand) module.repro.output.out (expand)] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro.output.out (expand)" references: [] | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeValidateModule | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
------ | |
2021/03/02 14:57:29 [DEBUG] Starting graph walk: walkValidate | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (expand)": starting visit (*terraform.nodeValidateModule) | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.m (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] Expanding local: adding local.m as *terraform.NodeLocal | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro.output.out (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": starting visit (*terraform.nodeExpandOutput) | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] Expanding output: adding module.repro.output.out as *terraform.NodeApplyableOutput | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.m" | |
2021/03/02 14:57:29 [TRACE] vertex "local.m": starting visit (*terraform.NodeLocal) | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro.output.out" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out": starting visit (*terraform.NodeApplyableOutput) | |
2021/03/02 14:57:29 [TRACE] vertex "local.m": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] ExecuteWriteOutput: Saving Create change for module.repro.output.out in changeset | |
2021/03/02 14:57:29 [TRACE] EvalWriteOutput: Saving value for module.repro.output.out in state | |
2021/03/02 14:57:29 [TRACE] ExecuteWriteOutput: Saving Create change for module.repro.output.out in changeset | |
2021/03/02 14:57:29 [TRACE] EvalWriteOutput: Saving value for module.repro.output.out in state | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro (close)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (close)": starting visit (*terraform.nodeCloseModule) | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (close)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.z (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] Expanding local: adding local.z as *terraform.NodeLocal | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.z" | |
2021/03/02 14:57:29 [TRACE] vertex "local.z": starting visit (*terraform.NodeLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)" | |
2021/03/02 14:57:29 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary) | |
2021/03/02 14:57:29 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "root" | |
2021/03/02 14:57:29 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule) | |
2021/03/02 14:57:29 [TRACE] vertex "root": visit complete | |
2021/03/02 14:57:29 [INFO] backend/local: plan calling Plan | |
2021/03/02 14:57:29 [INFO] terraform: building graph: GraphTypePlan | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2021/03/02 14:57:29 [TRACE] ConfigTransformer: Starting for path: | |
2021/03/02 14:57:29 [TRACE] ConfigTransformer: Starting for path: module.repro | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2021/03/02 14:57:29 [TRACE] OutputTransformer: adding out as *terraform.nodeExpandOutput | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.StateTransformer | |
2021/03/02 14:57:29 [TRACE] StateTransformer: state is empty, so nothing to do | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
------ | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2021/03/02 14:57:29 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: Added module.repro as *terraform.nodeExpandModule | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: module.repro (close) must wait for expansion of module.repro | |
2021/03/02 14:57:29 [TRACE] ModuleExpansionTransformer: module.repro.output.out (expand) must wait for expansion of module.repro | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "local.z (expand)" references: [local.m (expand) module.repro.output.out (expand)] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "local.m (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro.output.out (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro (expand)" references: [] | |
2021/03/02 14:57:29 [DEBUG] ReferenceTransformer: "module.repro (close)" references: [] | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes) | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
------ | |
2021/03/02 14:57:29 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2021/03/02 14:57:29 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
local.m (expand) - *terraform.nodeExpandLocal | |
local.z (expand) - *terraform.nodeExpandLocal | |
local.m (expand) - *terraform.nodeExpandLocal | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.z (expand) - *terraform.nodeExpandLocal | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro (close) - *terraform.nodeCloseModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
module.repro.output.out (expand) - *terraform.nodeExpandOutput | |
module.repro (expand) - *terraform.nodeExpandModule | |
root - *terraform.nodeCloseModule | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
------ | |
2021/03/02 14:57:29 [DEBUG] Starting graph walk: walkPlan | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (expand)": starting visit (*terraform.nodeExpandModule) | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.m (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] Expanding local: adding local.m as *terraform.NodeLocal | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro.output.out (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": starting visit (*terraform.nodeExpandOutput) | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.m" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] vertex "local.m": starting visit (*terraform.NodeLocal) | |
2021/03/02 14:57:29 [TRACE] Expanding output: adding module.repro.output.out as *terraform.NodeApplyableOutput | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro.output.out" | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out": starting visit (*terraform.NodeApplyableOutput) | |
2021/03/02 14:57:29 [TRACE] vertex "local.m": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "local.m (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] ExecuteWriteOutput: Saving Create change for module.repro.output.out in changeset | |
2021/03/02 14:57:29 [TRACE] EvalWriteOutput: Saving value for module.repro.output.out in state | |
2021/03/02 14:57:29 [TRACE] ExecuteWriteOutput: Saving Create change for module.repro.output.out in changeset | |
2021/03/02 14:57:29 [TRACE] EvalWriteOutput: Saving value for module.repro.output.out in state | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out": visit complete | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": dynamic subgraph completed successfully | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro.output.out (expand)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.z (expand)" | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": starting visit (*terraform.nodeExpandLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": expanding dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "module.repro (close)" | |
2021/03/02 14:57:29 [TRACE] Expanding local: adding local.z as *terraform.NodeLocal | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (close)": starting visit (*terraform.nodeCloseModule) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z (expand)": entering dynamic subgraph | |
2021/03/02 14:57:29 [TRACE] vertex "module.repro (close)": visit complete | |
2021/03/02 14:57:29 [TRACE] dag/walk: visiting "local.z" | |
2021/03/02 14:57:29 [TRACE] vertex "local.z": starting visit (*terraform.NodeLocal) | |
2021/03/02 14:57:29 [TRACE] vertex "local.z": visit complete | |
panic: value is marked, so must be unmarked first | |
goroutine 97 [running]: | |
github.com/zclconf/go-cty/cty.Value.assertUnmarked(...) | |
/go/pkg/mod/github.com/zclconf/[email protected]/cty/marks.go:123 | |
github.com/zclconf/go-cty/cty.Value.AsString(0x38e7980, 0xc000052459, 0x31b1c40, 0xc000a409e0, 0x38e7901, 0xc000052459) | |
/go/pkg/mod/github.com/zclconf/[email protected]/cty/value_ops.go:1249 +0x4f | |
github.com/hashicorp/hcl/v2.Index(0x38e7a80, 0xc0001a1380, 0x30b9460, 0xc0005ce060, 0x38e7980, 0xc000052459, 0x31b1c40, 0xc000a409e0, 0xc0001b6880, 0x0, ...) | |
/go/pkg/mod/github.com/hashicorp/hcl/[email protected]/ops.go:146 +0x105b | |
github.com/hashicorp/hcl/v2/hclsyntax.(*IndexExpr).Value(0xc0001b67e0, 0xc000a408c0, 0x0, 0xc000a3b800, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/go/pkg/mod/github.com/hashicorp/hcl/[email protected]/hclsyntax/expression.go:711 +0x27d | |
github.com/hashicorp/terraform/lang.(*Scope).EvalExpr(0xc000668f00, 0x38e6540, 0xc0001b67e0, 0x38e79c0, 0x4a00200, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/circleci/project/project/lang/eval.go:171 +0x1b7 | |
github.com/hashicorp/terraform/terraform.(*BuiltinEvalContext).EvaluateExpr(0xc0005a8ea0, 0x38e6540, 0xc0001b67e0, 0x38e79c0, 0x4a00200, 0x0, 0x0, 0x0, 0x1068156, 0x106d420, ...) | |
/home/circleci/project/project/terraform/eval_context_builtin.go:287 +0xbb | |
github.com/hashicorp/terraform/terraform.(*NodeLocal).Execute(0xc000a44690, 0x3923940, 0xc0005a8ea0, 0xc00003a002, 0x3108040, 0x328f6a0) | |
/home/circleci/project/project/terraform/node_local.go:156 +0x71d | |
github.com/hashicorp/terraform/terraform.(*ContextGraphWalker).Execute(0xc000678a90, 0x3923940, 0xc0005a8ea0, 0x72cfb58, 0xc000a44690, 0x0, 0x0, 0x0) | |
/home/circleci/project/project/terraform/graph_walk_context.go:127 +0xbc | |
github.com/hashicorp/terraform/terraform.(*Graph).walk.func1(0x328f6a0, 0xc000a44690, 0x0, 0x0, 0x0) | |
/home/circleci/project/project/terraform/graph.go:59 +0x962 | |
github.com/hashicorp/terraform/dag.(*Walker).walkVertex(0xc0006648a0, 0x328f6a0, 0xc000a44690, 0xc00070c740) | |
/home/circleci/project/project/dag/walk.go:387 +0x375 | |
created by github.com/hashicorp/terraform/dag.(*Walker).Update | |
/home/circleci/project/project/dag/walk.go:309 +0x1246 | |
panic: value is marked, so must be unmarked first | |
goroutine 97 [running]: | |
github.com/zclconf/go-cty/cty.Value.assertUnmarked(...) | |
/go/pkg/mod/github.com/zclconf/[email protected]/cty/marks.go:123 | |
github.com/zclconf/go-cty/cty.Value.AsString(0x38e7980, 0xc000052459, 0x31b1c40, 0xc000a409e0, 0x38e7901, 0xc000052459) | |
/go/pkg/mod/github.com/zclconf/[email protected]/cty/value_ops.go:1249 +0x4f | |
github.com/hashicorp/hcl/v2.Index(0x38e7a80, 0xc0001a1380, 0x30b9460, 0xc0005ce060, 0x38e7980, 0xc000052459, 0x31b1c40, 0xc000a409e0, 0xc0001b6880, 0x0, ...) | |
/go/pkg/mod/github.com/hashicorp/hcl/[email protected]/ops.go:146 +0x105b | |
github.com/hashicorp/hcl/v2/hclsyntax.(*IndexExpr).Value(0xc0001b67e0, 0xc000a408c0, 0x0, 0xc000a3b800, 0x1, 0x1, 0x0, 0x0, 0x0) | |
/go/pkg/mod/github.com/hashicorp/hcl/[email protected]/hclsyntax/expression.go:711 +0x27d | |
github.com/hashicorp/terraform/lang.(*Scope).EvalExpr(0xc000668f00, 0x38e6540, 0xc0001b67e0, 0x38e79c0, 0x4a00200, 0x0, 0x0, 0x0, 0x0, 0x0, ...) | |
/home/circleci/project/project/lang/eval.go:171 +0x1b7 | |
github.com/hashicorp/terraform/terraform.(*BuiltinEvalContext).EvaluateExpr(0xc0005a8ea0, 0x38e6540, 0xc0001b67e0, 0x38e79c0, 0x4a00200, 0x0, 0x0, 0x0, 0x1068156, 0x106d420, ...) | |
/home/circleci/project/project/terraform/eval_context_builtin.go:287 +0xbb | |
github.com/hashicorp/terraform/terraform.(*NodeLocal).Execute(0xc000a44690, 0x3923940, 0xc0005a8ea0, 0xc00003a002, 0x3108040, 0x328f6a0) | |
/home/circleci/project/project/terraform/node_local.go:156 +0x71d | |
github.com/hashicorp/terraform/terraform.(*ContextGraphWalker).Execute(0xc000678a90, 0x3923940, 0xc0005a8ea0, 0x72cfb58, 0xc000a44690, 0x0, 0x0, 0x0) | |
/home/circleci/project/project/terraform/graph_walk_context.go:127 +0xbc | |
github.com/hashicorp/terraform/terraform.(*Graph).walk.func1(0x328f6a0, 0xc000a44690, 0x0, 0x0, 0x0) | |
/home/circleci/project/project/terraform/graph.go:59 +0x962 | |
github.com/hashicorp/terraform/dag.(*Walker).walkVertex(0xc0006648a0, 0x328f6a0, 0xc000a44690, 0xc00070c740) | |
/home/circleci/project/project/dag/walk.go:387 +0x375 | |
created by github.com/hashicorp/terraform/dag.(*Walker).Update | |
/home/circleci/project/project/dag/walk.go:309 +0x1246 | |
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
Terraform crashed! This is always indicative of a bug within Terraform. | |
A crash log has been placed at "crash.log" relative to your current | |
working directory. It would be immensely helpful if you could please | |
report the crash with Terraform[1] so that we can fix this. | |
When reporting bugs, please include your terraform version. That | |
information is available on the first line of crash.log. You can also | |
get it by running 'terraform --version' on the command line. | |
SECURITY WARNING: the "crash.log" file that was created may contain | |
sensitive information that must be redacted before it is safe to share | |
on the issue tracker. | |
[1]: https://github.com/hashicorp/terraform/issues | |
!!!!!!!!!!!!!!!!!!!!!!!!!!! TERRAFORM CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment