Created
August 22, 2019 11:32
-
-
Save rohrerb/3bc9f8de1be183986d298c8f39eaf0fe to your computer and use it in GitHub Desktop.
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
2019/08/21 20:16:31 [INFO] Terraform version: 0.12.6 | |
2019/08/21 20:16:31 [INFO] Go runtime version: go1.12.4 | |
2019/08/21 20:16:31 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/1.0.1/versions/0.12.6/terraform", "apply"} | |
2019/08/21 20:16:31 [DEBUG] Attempting to open CLI config file: /Users/brohrer/.terraformrc | |
2019/08/21 20:16:31 [DEBUG] File doesn't exist, but doesn't need to. Ignoring. | |
2019/08/21 20:16:31 [INFO] CLI command args: []string{"apply"} | |
2019/08/21 20:16:31 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config | |
2019/08/21 20:16:31 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory | |
2019/08/21 20:16:31 [DEBUG] New state was assigned lineage "b22c5f72-64db-34de-cbad-d4b6f570725e" | |
2019/08/21 20:16:31 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend) | |
2019/08/21 20:16:31 [TRACE] Meta.Backend: instantiated backend of type <nil> | |
2019/08/21 20:16:31 [DEBUG] checking for provider in "." | |
2019/08/21 20:16:31 [DEBUG] checking for provider in "/usr/local/Cellar/tfenv/1.0.1/versions/0.12.6" | |
2019/08/21 20:16:31 [DEBUG] checking for provider in ".terraform/plugins/darwin_amd64" | |
2019/08/21 20:16:31 [DEBUG] found provider "terraform-provider-null_v2.1.2_x4" | |
2019/08/21 20:16:31 [DEBUG] found valid plugin: "null", "2.1.2", "/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4" | |
2019/08/21 20:16:31 [DEBUG] checking for provisioner in "." | |
2019/08/21 20:16:31 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/1.0.1/versions/0.12.6" | |
2019/08/21 20:16:31 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64" | |
2019/08/21 20:16:31 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend | |
2019/08/21 20:16:31 [INFO] backend/local: starting Apply operation | |
2019/08/21 20:16:31 [TRACE] backend/local: requesting state manager for workspace "default" | |
2019/08/21 20:16:31 [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 | |
2019/08/21 20:16:31 [TRACE] backend/local: requesting state lock for workspace "default" | |
2019/08/21 20:16:31 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate | |
2019/08/21 20:16:31 [TRACE] statemgr.Filesystem: existing snapshot has lineage "a47c559b-58de-cde9-71c4-a407a47e062d" serial 25 | |
2019/08/21 20:16:31 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock | |
2019/08/21 20:16:31 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info | |
2019/08/21 20:16:31 [TRACE] backend/local: reading remote state for workspace "default" | |
2019/08/21 20:16:31 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate | |
2019/08/21 20:16:31 [TRACE] statemgr.Filesystem: read snapshot with lineage "a47c559b-58de-cde9-71c4-a407a47e062d" serial 25 | |
2019/08/21 20:16:31 [TRACE] backend/local: retrieving local state snapshot for workspace "default" | |
2019/08/21 20:16:31 [TRACE] backend/local: building context for current working directory | |
2019/08/21 20:16:31 [TRACE] terraform.NewContext: starting | |
2019/08/21 20:16:31 [TRACE] terraform.NewContext: resolving provider version selections | |
2019/08/21 20:16:31 [TRACE] terraform.NewContext: loading provider schemas | |
2019/08/21 20:16:31 [TRACE] LoadSchemas: retrieving schema for provider type "null" | |
2019-08-21T20:16:31.153-0400 [INFO] plugin: configuring client automatic mTLS | |
2019-08-21T20:16:31.186-0400 [DEBUG] plugin: starting plugin: path=/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 args=[/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4] | |
2019-08-21T20:16:31.189-0400 [DEBUG] plugin: plugin started: path=/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 pid=88156 | |
2019-08-21T20:16:31.190-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 | |
2019-08-21T20:16:31.200-0400 [INFO] plugin.terraform-provider-null_v2.1.2_x4: configuring server automatic mTLS: timestamp=2019-08-21T20:16:31.199-0400 | |
2019-08-21T20:16:31.231-0400 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4: plugin address: network=unix address=/var/folders/_9/4wqtm0k10v3g54hhnn4btzrx94lkz_/T/plugin246038683 timestamp=2019-08-21T20:16:31.230-0400 | |
2019-08-21T20:16:31.231-0400 [DEBUG] plugin: using plugin: version=5 | |
2019/08/21 20:16:31 [TRACE] GRPCProvider: GetSchema | |
2019/08/21 20:16:31 [TRACE] GRPCProvider: Close | |
2019-08-21T20:16:31.289-0400 [DEBUG] plugin: plugin process exited: path=/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 pid=88156 | |
2019-08-21T20:16:31.289-0400 [DEBUG] plugin: plugin exited | |
2019/08/21 20:16:31 [TRACE] terraform.NewContext: complete | |
2019/08/21 20:16:31 [TRACE] backend/local: finished building terraform.Context | |
2019/08/21 20:16:31 [TRACE] backend/local: requesting interactive input, if necessary | |
2019/08/21 20:16:31 [TRACE] Context.Input: Prompting for variables | |
2019/08/21 20:16:31 [TRACE] Context.Input: Prompting for provider arguments | |
2019/08/21 20:16:31 [TRACE] Context.Input: Provider provider.null implied by resource block at main.tf:81,1-36 | |
2019/08/21 20:16:31 [TRACE] Context.Input: Input for provider.null: map[string]cty.Value{} | |
2019/08/21 20:16:31 [TRACE] backend/local: running validation operation | |
2019/08/21 20:16:31 [INFO] terraform: building graph: GraphTypeValidate | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.ConfigTransformer | |
2019/08/21 20:16:31 [TRACE] ConfigTransformer: Starting for path: | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph: | |
null_resource.resource - *terraform.NodeValidatableResource | |
------ | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.LocalTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
------ | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.OutputTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
------ | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.StateTransformer | |
2019/08/21 20:16:31 [TRACE] StateTransformer: state is empty, so nothing to do | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.StateTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer | |
2019/08/21 20:16:31 [TRACE] AttachResourceConfigTransformer: attaching to "null_resource.resource" (*terraform.NodeValidatableResource) config from main.tf:81,1-36 | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.AttachStateTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.RootVariableTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.ProvisionerTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.graphTransformerMulti | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
------ | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer | |
2019/08/21 20:16:31 [DEBUG] adding implicit provider configuration provider.null, implied first by null_resource.resource | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
provider.null - *terraform.NodeApplyableProvider | |
------ | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer | |
2019/08/21 20:16:31 [TRACE] ProviderTransformer: null_resource.resource is provided by provider.null or inherited equivalent | |
2019/08/21 20:16:31 [TRACE] ProviderTransformer: exact match for provider.null serving null_resource.resource | |
2019/08/21 20:16:31 [DEBUG] ProviderTransformer: "null_resource.resource" (*terraform.NodeValidatableResource) needs provider.null | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
provider.null - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
provider.null - *terraform.NodeApplyableProvider | |
------ | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer | |
2019/08/21 20:16:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
provider.null - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
provider.null - *terraform.NodeApplyableProvider | |
------ | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer | |
2019/08/21 20:16:31 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider.null | |
2019/08/21 20:16:31 [TRACE] AttachSchemaTransformer: attaching resource schema to null_resource.resource | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.ReferenceTransformer | |
2019/08/21 20:16:31 [DEBUG] ReferenceTransformer: "local.nestedforeach" references: [local.warehouse_dbs_metadata] | |
2019/08/21 20:16:31 [DEBUG] ReferenceTransformer: "local.nestedforeach_p" references: [local.warehouse_dbs_metadata local.warehouse_dbs_metadata] | |
2019/08/21 20:16:31 [DEBUG] ReferenceTransformer: "output.test" references: [local.nestedforeach_p] | |
2019/08/21 20:16:31 [DEBUG] ReferenceTransformer: "provider.null" references: [] | |
2019/08/21 20:16:31 [DEBUG] ReferenceTransformer: "null_resource.resource" references: [local.nestedforeach_p] | |
2019/08/21 20:16:31 [DEBUG] ReferenceTransformer: "local.warehouse_dbs_metadata" references: [] | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
------ | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
provider.null - *terraform.NodeApplyableProvider | |
null_resource.resource - *terraform.NodeValidatableResource | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
------ | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.TargetsTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.CloseProviderTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
provider.null - *terraform.NodeApplyableProvider | |
null_resource.resource - *terraform.NodeValidatableResource | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
provider.null (close) - *terraform.graphNodeCloseProvider | |
null_resource.resource - *terraform.NodeValidatableResource | |
provider.null - *terraform.NodeApplyableProvider | |
------ | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes) | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.RootTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.RootTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.nestedforeach - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
provider.null - *terraform.NodeApplyableProvider | |
null_resource.resource - *terraform.NodeValidatableResource | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
provider.null (close) - *terraform.graphNodeCloseProvider | |
null_resource.resource - *terraform.NodeValidatableResource | |
provider.null - *terraform.NodeApplyableProvider | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.null (close) - *terraform.graphNodeCloseProvider | |
------ | |
2019/08/21 20:16:31 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer | |
2019/08/21 20:16:31 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph: | |
local.nestedforeach - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.nestedforeach_p - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
local.warehouse_dbs_metadata - *terraform.NodeLocal | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
local.nestedforeach - *terraform.NodeLocal | |
null_resource.resource - *terraform.NodeValidatableResource | |
output.test - *terraform.NodeApplyableOutput | |
null_resource.resource - *terraform.NodeValidatableResource | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
output.test - *terraform.NodeApplyableOutput | |
local.nestedforeach_p - *terraform.NodeLocal | |
provider.null - *terraform.NodeApplyableProvider | |
provider.null (close) - *terraform.graphNodeCloseProvider | |
null_resource.resource - *terraform.NodeValidatableResource | |
root - terraform.graphNodeRoot | |
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary | |
provider.null (close) - *terraform.graphNodeCloseProvider | |
------ | |
2019/08/21 20:16:31 [DEBUG] Starting graph walk: walkValidate | |
2019/08/21 20:16:31 [TRACE] dag/walk: updating graph | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "local.nestedforeach_p" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "output.test" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "meta.count-boundary (EachMode fixup)" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "root" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "local.warehouse_dbs_metadata" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "provider.null" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "null_resource.resource" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "provider.null (close)" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added new vertex: "local.nestedforeach" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "local.nestedforeach" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "root" waiting on "provider.null (close)" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "output.test" waiting on "local.nestedforeach_p" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "root" waiting on "meta.count-boundary (EachMode fixup)" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "output.test" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "null_resource.resource" waiting on "provider.null" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "provider.null (close)" waiting on "null_resource.resource" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "local.nestedforeach_p" waiting on "local.warehouse_dbs_metadata" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "null_resource.resource" waiting on "local.nestedforeach_p" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "local.nestedforeach" waiting on "local.warehouse_dbs_metadata" | |
2019/08/21 20:16:31 [TRACE] dag/walk: added edge: "meta.count-boundary (EachMode fixup)" waiting on "null_resource.resource" | |
2019/08/21 20:16:31 [TRACE] dag/walk: dependencies changed for "null_resource.resource", sending new deps | |
2019/08/21 20:16:31 [TRACE] dag/walk: dependencies changed for "provider.null (close)", sending new deps | |
2019/08/21 20:16:31 [TRACE] dag/walk: dependencies changed for "local.nestedforeach_p", sending new deps | |
2019/08/21 20:16:31 [TRACE] dag/walk: dependencies changed for "local.nestedforeach", sending new deps | |
2019/08/21 20:16:31 [TRACE] dag/walk: dependencies changed for "meta.count-boundary (EachMode fixup)", sending new deps | |
2019/08/21 20:16:31 [TRACE] dag/walk: dependencies changed for "root", sending new deps | |
2019/08/21 20:16:31 [TRACE] dag/walk: dependencies changed for "output.test", sending new deps | |
2019/08/21 20:16:31 [TRACE] dag/walk: visiting "provider.null" | |
2019/08/21 20:16:31 [TRACE] vertex "provider.null": starting visit (*terraform.NodeApplyableProvider) | |
2019/08/21 20:16:31 [TRACE] dag/walk: visiting "local.warehouse_dbs_metadata" | |
2019/08/21 20:16:31 [TRACE] vertex "local.warehouse_dbs_metadata": starting visit (*terraform.NodeLocal) | |
2019/08/21 20:16:31 [TRACE] vertex "local.warehouse_dbs_metadata": evaluating | |
2019/08/21 20:16:31 [TRACE] vertex "provider.null": evaluating | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Entering eval tree: provider.null | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Entering eval tree: local.warehouse_dbs_metadata | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalLocal | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalInitProvider | |
2019-08-21T20:16:31.291-0400 [INFO] plugin: configuring client automatic mTLS | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Exiting eval tree: local.warehouse_dbs_metadata | |
2019/08/21 20:16:31 [TRACE] vertex "local.warehouse_dbs_metadata": visit complete | |
2019/08/21 20:16:31 [TRACE] dag/walk: visiting "local.nestedforeach_p" | |
2019/08/21 20:16:31 [TRACE] vertex "local.nestedforeach_p": starting visit (*terraform.NodeLocal) | |
2019/08/21 20:16:31 [TRACE] vertex "local.nestedforeach_p": evaluating | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Entering eval tree: local.nestedforeach_p | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalLocal | |
2019/08/21 20:16:31 [TRACE] dag/walk: visiting "local.nestedforeach" | |
2019/08/21 20:16:31 [TRACE] vertex "local.nestedforeach": starting visit (*terraform.NodeLocal) | |
2019/08/21 20:16:31 [TRACE] vertex "local.nestedforeach": evaluating | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Entering eval tree: local.nestedforeach | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalLocal | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Exiting eval tree: local.nestedforeach | |
2019/08/21 20:16:31 [TRACE] vertex "local.nestedforeach": visit complete | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Exiting eval tree: local.nestedforeach_p | |
2019/08/21 20:16:31 [TRACE] vertex "local.nestedforeach_p": visit complete | |
2019/08/21 20:16:31 [TRACE] dag/walk: visiting "output.test" | |
2019/08/21 20:16:31 [TRACE] vertex "output.test": starting visit (*terraform.NodeApplyableOutput) | |
2019/08/21 20:16:31 [TRACE] vertex "output.test": evaluating | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Entering eval tree: output.test | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalWriteOutput | |
2019/08/21 20:16:31 [TRACE] EvalWriteOutput: Saving value for output.test in state | |
2019/08/21 20:16:31 [TRACE] EvalWriteOutput: Saving Create change for output.test in changeset | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Exiting eval tree: output.test | |
2019/08/21 20:16:31 [TRACE] vertex "output.test": visit complete | |
2019-08-21T20:16:31.315-0400 [DEBUG] plugin: starting plugin: path=/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 args=[/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4] | |
2019-08-21T20:16:31.317-0400 [DEBUG] plugin: plugin started: path=/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 pid=88157 | |
2019-08-21T20:16:31.317-0400 [DEBUG] plugin: waiting for RPC address: path=/Users/brohrer/Documents/src/nested/.terraform/plugins/darwin_amd64/terraform-provider-null_v2.1.2_x4 | |
2019-08-21T20:16:31.325-0400 [INFO] plugin.terraform-provider-null_v2.1.2_x4: configuring server automatic mTLS: timestamp=2019-08-21T20:16:31.325-0400 | |
2019-08-21T20:16:31.351-0400 [DEBUG] plugin: using plugin: version=5 | |
2019-08-21T20:16:31.351-0400 [DEBUG] plugin.terraform-provider-null_v2.1.2_x4: plugin address: address=/var/folders/_9/4wqtm0k10v3g54hhnn4btzrx94lkz_/T/plugin592596688 network=unix timestamp=2019-08-21T20:16:31.351-0400 | |
2019/08/21 20:16:31 [TRACE] BuiltinEvalContext: Initialized "null" provider for provider.null | |
2019/08/21 20:16:31 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalOpFilter | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalValidateProvider | |
2019/08/21 20:16:31 [TRACE] buildProviderConfig for provider.null: no configuration at all | |
2019/08/21 20:16:31 [TRACE] GRPCProvider: GetSchema | |
2019/08/21 20:16:31 [TRACE] GRPCProvider: PrepareProviderConfig | |
2019/08/21 20:16:31 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/08/21 20:16:31 [TRACE] <root>: eval: terraform.EvalNoop | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Exiting eval tree: provider.null | |
2019/08/21 20:16:31 [TRACE] vertex "provider.null": visit complete | |
2019/08/21 20:16:31 [TRACE] dag/walk: visiting "null_resource.resource" | |
2019/08/21 20:16:31 [TRACE] vertex "null_resource.resource": starting visit (*terraform.NodeValidatableResource) | |
2019/08/21 20:16:31 [TRACE] vertex "null_resource.resource": evaluating | |
2019/08/21 20:16:31 [TRACE] [walkValidate] Entering eval tree: null_resource.resource | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalSequence | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalGetProvider | |
2019/08/21 20:16:31 [TRACE] <root>: eval: *terraform.EvalValidateResource | |
2019/08/21 20:16:31 [TRACE] vertex "null_resource.resource": visit complete | |
panic: not a string | |
goroutine 46 [running]: | |
github.com/zclconf/go-cty/cty.Value.AsString(...) | |
/opt/teamcity-agent/work/9e329aa031982669/pkg/mod/github.com/zclconf/[email protected]/cty/value_ops.go:1026 | |
github.com/zclconf/go-cty/cty.Value.AsValueMap(0x2e278a0, 0xc0005144a0, 0x25cba80, 0xc0005144c0, 0x8) | |
/opt/teamcity-agent/work/9e329aa031982669/pkg/mod/github.com/zclconf/[email protected]/cty/value_ops.go:1095 +0x38a | |
github.com/hashicorp/terraform/terraform.evaluateResourceForEachExpressionKnown(0x2e26560, 0xc0004c5c20, 0x2e594c0, 0xc0000d2d00, 0xc0000e2dc0, 0xc0000e2e70, 0xc0000e2f20, 0x100b609, 0xc00065b6b8) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/terraform/eval_for_each.go:84 +0x5bd | |
github.com/hashicorp/terraform/terraform.(*EvalValidateResource).validateForEach(0xc000260870, 0x2e594c0, 0xc0000d2d00, 0x2e26560, 0xc0004c5c20, 0x0, 0xc0000bdef0, 0xc0000b6900) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/terraform/eval_validate.go:572 +0x59 | |
github.com/hashicorp/terraform/terraform.(*EvalValidateResource).Eval(0xc000260870, 0x2e594c0, 0xc0000d2d00, 0x2, 0x2, 0x0, 0x0) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/terraform/eval_validate.go:394 +0x1b57 | |
github.com/hashicorp/terraform/terraform.EvalRaw(0x2de5e80, 0xc000260870, 0x2e594c0, 0xc0000d2d00, 0x0, 0x0, 0x0, 0x0) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/terraform/eval.go:57 +0x131 | |
github.com/hashicorp/terraform/terraform.(*EvalSequence).Eval(0xc000435b00, 0x2e594c0, 0xc0000d2d00, 0x2, 0x2, 0x1ad38c5, 0x2de5e80) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/terraform/eval_sequence.go:20 +0xfd | |
github.com/hashicorp/terraform/terraform.EvalRaw(0x2de5de0, 0xc000435b00, 0x2e594c0, 0xc0000d2d00, 0x26826a0, 0x3e03465, 0x25ef1a0, 0xc0005be560) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/terraform/eval.go:57 +0x131 | |
github.com/hashicorp/terraform/terraform.Eval(0x2de5de0, 0xc000435b00, 0x2e594c0, 0xc0000d2d00, 0xc000435b00, 0x2de5de0, 0xc000435b00, 0x0) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/terraform/eval.go:35 +0x4d | |
github.com/hashicorp/terraform/terraform.(*Graph).walk.func1(0x28e1c20, 0xc000432080, 0x0, 0x0, 0x0) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/terraform/graph.go:90 +0xf40 | |
github.com/hashicorp/terraform/dag.(*Walker).walkVertex(0xc000442700, 0x28e1c20, 0xc000432080, 0xc000548300) | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/dag/walk.go:392 +0x353 | |
created by github.com/hashicorp/terraform/dag.(*Walker).Update | |
/opt/teamcity-agent/work/9e329aa031982669/src/github.com/hashicorp/terraform/dag/walk.go:314 +0xa9b |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment