Skip to content

Instantly share code, notes, and snippets.

@jta
Created September 21, 2022 17:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jta/4b9bd020354d470c6d1f006b7baf7341 to your computer and use it in GitHub Desktop.
Save jta/4b9bd020354d470c6d1f006b7baf7341 to your computer and use it in GitHub Desktop.
2022-09-21T10:47:33.924-0700 [INFO] Terraform version: 1.3.0
2022-09-21T10:47:33.924-0700 [DEBUG] using github.com/hashicorp/go-tfe v1.9.0
2022-09-21T10:47:33.924-0700 [DEBUG] using github.com/hashicorp/hcl/v2 v2.14.0
2022-09-21T10:47:33.924-0700 [DEBUG] using github.com/hashicorp/terraform-config-inspect v0.0.0-20210209133302-4fd17a0faac2
2022-09-21T10:47:33.924-0700 [DEBUG] using github.com/hashicorp/terraform-svchost v0.0.0-20200729002733-f050f53b9734
2022-09-21T10:47:33.924-0700 [DEBUG] using github.com/zclconf/go-cty v1.11.0
2022-09-21T10:47:33.924-0700 [INFO] Go runtime version: go1.19.1
2022-09-21T10:47:33.924-0700 [INFO] CLI args: []string{"/usr/local/Cellar/tfenv/3.0.0/versions/1.3.0/terraform", "destroy", "-no-color"}
2022-09-21T10:47:33.924-0700 [TRACE] Stdout is not a terminal
2022-09-21T10:47:33.924-0700 [TRACE] Stderr is not a terminal
2022-09-21T10:47:33.924-0700 [TRACE] Stdin is a terminal
2022-09-21T10:47:33.924-0700 [DEBUG] Attempting to open CLI config file: /Users/joao/.terraformrc
2022-09-21T10:47:33.924-0700 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2022-09-21T10:47:33.924-0700 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2022-09-21T10:47:33.924-0700 [DEBUG] ignoring non-existing provider search directory /Users/joao/.terraform.d/plugins
2022-09-21T10:47:33.924-0700 [DEBUG] ignoring non-existing provider search directory /Users/joao/Library/Application Support/io.terraform/plugins
2022-09-21T10:47:33.924-0700 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2022-09-21T10:47:33.925-0700 [INFO] CLI command args: []string{"destroy", "-no-color"}
2022-09-21T10:47:33.925-0700 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2022-09-21T10:47:33.925-0700 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2022-09-21T10:47:33.925-0700 [DEBUG] New state was assigned lineage "9aec61ad-7879-0773-deae-78ded2529154"
2022-09-21T10:47:33.925-0700 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2022-09-21T10:47:33.925-0700 [TRACE] Meta.Backend: instantiated backend of type <nil>
2022-09-21T10:47:33.926-0700 [TRACE] providercache.fillMetaCache: scanning directory .terraform/providers
2022-09-21T10:47:33.926-0700 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/null v3.1.1 for darwin_amd64 at .terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64
2022-09-21T10:47:33.926-0700 [TRACE] providercache.fillMetaCache: including .terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/null 3.1.1
2022-09-21T10:47:33.971-0700 [DEBUG] checking for provisioner in "."
2022-09-21T10:47:33.971-0700 [DEBUG] checking for provisioner in "/usr/local/Cellar/tfenv/3.0.0/versions/1.3.0"
2022-09-21T10:47:33.972-0700 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2022-09-21T10:47:33.972-0700 [INFO] backend/local: starting Apply operation
2022-09-21T10:47:33.972-0700 [TRACE] backend/local: requesting state manager for workspace "default"
2022-09-21T10:47:33.972-0700 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2022-09-21T10:47:33.972-0700 [TRACE] backend/local: requesting state lock for workspace "default"
2022-09-21T10:47:33.972-0700 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2022-09-21T10:47:33.973-0700 [TRACE] statemgr.Filesystem: existing snapshot has lineage "0c03203b-1df2-2bfe-dc93-5d6680f3f612" serial 6
2022-09-21T10:47:33.973-0700 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2022-09-21T10:47:33.973-0700 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2022-09-21T10:47:33.973-0700 [TRACE] backend/local: reading remote state for workspace "default"
2022-09-21T10:47:33.973-0700 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2022-09-21T10:47:33.973-0700 [TRACE] statemgr.Filesystem: read snapshot with lineage "0c03203b-1df2-2bfe-dc93-5d6680f3f612" serial 6
2022-09-21T10:47:33.973-0700 [TRACE] backend/local: populating backend.LocalRun for current working directory
2022-09-21T10:47:33.975-0700 [TRACE] Config.VerifyDependencySelections: provider registry.terraform.io/hashicorp/null has 3.1.1 to satisfy ""
2022-09-21T10:47:33.975-0700 [TRACE] terraform.NewContext: starting
2022-09-21T10:47:33.975-0700 [TRACE] terraform.NewContext: complete
2022-09-21T10:47:33.975-0700 [TRACE] backend/local: requesting interactive input, if necessary
2022-09-21T10:47:33.975-0700 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/null"
2022-09-21T10:47:33.975-0700 [TRACE] terraform.contextPlugins: Initializing provider "registry.terraform.io/hashicorp/null" to read its schema
2022-09-21T10:47:33.975-0700 [DEBUG] created provider logger: level=trace
2022-09-21T10:47:33.975-0700 [INFO] provider: configuring client automatic mTLS
2022-09-21T10:47:33.993-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5]
2022-09-21T10:47:33.996-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 pid=96479
2022-09-21T10:47:33.997-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5
2022-09-21T10:47:34.007-0700 [INFO] provider.terraform-provider-null_v3.1.1_x5: configuring server automatic mTLS: timestamp=2022-09-21T10:47:34.006-0700
2022-09-21T10:47:34.045-0700 [DEBUG] provider: using plugin: version=5
2022-09-21T10:47:34.045-0700 [DEBUG] provider.terraform-provider-null_v3.1.1_x5: plugin address: address=/var/folders/ry/j56xktcx44b9mxjc1vv3m89h0000gn/T/plugin835042778 network=unix timestamp=2022-09-21T10:47:34.045-0700
2022-09-21T10:47:34.073-0700 [TRACE] GRPCProvider: GetProviderSchema
2022-09-21T10:47:34.073-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.074-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=977ec916-c9ab-6bf3-d6e4-a860ca47cf90 timestamp=2022-09-21T10:47:34.074-0700
2022-09-21T10:47:34.074-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=977ec916-c9ab-6bf3-d6e4-a860ca47cf90 tf_rpc=GetProviderSchema timestamp=2022-09-21T10:47:34.074-0700
2022-09-21T10:47:34.074-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: @module=sdk.proto tf_req_id=977ec916-c9ab-6bf3-d6e4-a860ca47cf90 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-21T10:47:34.074-0700
2022-09-21T10:47:34.074-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_provider_addr=provider tf_proto_version=5.2 tf_req_id=977ec916-c9ab-6bf3-d6e4-a860ca47cf90 tf_rpc=GetProviderSchema @module=sdk.proto timestamp=2022-09-21T10:47:34.074-0700
2022-09-21T10:47:34.075-0700 [TRACE] provider.stdio: received data: channel=STDERR len=503
2022-09-21T10:47:34.075-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.074565-07:00"}
{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.074593-07:00","tf_resource_type":"null_resource"}"
2022-09-21T10:47:34.075-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.075-0700 [TRACE] provider.stdio: received data: channel=STDERR len=276
2022-09-21T10:47:34.075-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.074622-07:00","tf_data_source_type":"null_data_source"}"
2022-09-21T10:47:34.075-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.075-0700 [TRACE] GRPCProvider: Close
2022-09-21T10:47:34.075-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-09-21T10:47:34.076-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 pid=96479
2022-09-21T10:47:34.096-0700 [DEBUG] provider: plugin exited
2022-09-21T10:47:34.096-0700 [TRACE] Context.Input: Prompting for provider arguments
2022-09-21T10:47:34.097-0700 [TRACE] backend/local: running validation operation
2022-09-21T10:47:34.097-0700 [DEBUG] Building and walking validate graph
2022-09-21T10:47:34.097-0700 [TRACE] building graph for walkValidate
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-21T10:47:34.097-0700 [TRACE] ConfigTransformer: Starting for path:
2022-09-21T10:47:34.097-0700 [TRACE] ConfigTransformer: Starting for path: module.example
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.example.null_resource.thing - *terraform.NodeValidatableResource
------
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.example.null_resource.thing - *terraform.NodeValidatableResource
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-21T10:47:34.097-0700 [TRACE] OutputTransformer: adding thing as *terraform.nodeExpandOutput
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.StateTransformer
2022-09-21T10:47:34.097-0700 [TRACE] StateTransformer: pointless no-op call, creating no nodes at all
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-21T10:47:34.097-0700 [TRACE] AttachResourceConfigTransformer: attaching to "module.example.null_resource.thing" (*terraform.NodeValidatableResource) config from example/main.tf:1,1-33
2022-09-21T10:47:34.097-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.example.null_resource.thing
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-21T10:47:34.097-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-21T10:47:34.097-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.097-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-21T10:47:34.097-0700 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.example.null_resource.thing
2022-09-21T10:47:34.097-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.097-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-21T10:47:34.097-0700 [TRACE] ProviderTransformer: module.example.null_resource.thing uses inherited configuration provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.097-0700 [DEBUG] ProviderTransformer: "module.example.null_resource.thing" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.097-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.097-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-21T10:47:34.097-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.097-0700 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-21T10:47:34.097-0700 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-21T10:47:34.098-0700 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.098-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to module.example.null_resource.thing
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-21T10:47:34.098-0700 [TRACE] ModuleExpansionTransformer: Added module.example as *terraform.nodeValidateModule
2022-09-21T10:47:34.098-0700 [TRACE] ModuleExpansionTransformer: module.example (close) must wait for expansion of module.example
2022-09-21T10:47:34.098-0700 [TRACE] ModuleExpansionTransformer: module.example.output.thing (expand) must wait for expansion of module.example
2022-09-21T10:47:34.098-0700 [TRACE] ModuleExpansionTransformer: module.example.null_resource.thing must wait for expansion of module.example
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeValidateModule
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "var.github_org" references: []
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "local.enable (expand)" references: []
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "module.example.output.thing (expand)" references: [module.example.null_resource.thing]
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: []
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "module.example.null_resource.thing" references: []
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "var.github_user" references: []
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "local.value (expand)" references: [local.enable (expand) module.example.output.thing (expand)]
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "module.example (expand)" references: [local.enable (expand)]
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "module.example (close)" references: []
2022-09-21T10:47:34.098-0700 [DEBUG] ReferenceTransformer: "var.github_token" references: []
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeValidateModule
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
module.example.null_resource.thing - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeValidateModule
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
module.example.null_resource.thing - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.example.null_resource.thing - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeValidateModule
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
module.example.null_resource.thing - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.example.null_resource.thing - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.098-0700 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-21T10:47:34.098-0700 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeValidateModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing - *terraform.NodeValidatableResource
module.example (expand) - *terraform.nodeValidateModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example.null_resource.thing - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.example.null_resource.thing - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.098-0700 [DEBUG] Starting graph walk: walkValidate
2022-09-21T10:47:34.098-0700 [TRACE] vertex "local.enable (expand)": starting visit (*terraform.nodeExpandLocal)
2022-09-21T10:47:34.099-0700 [TRACE] vertex "local.enable (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.099-0700 [TRACE] vertex "var.github_org": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.099-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"]": starting visit (*terraform.NodeApplyableProvider)
2022-09-21T10:47:34.099-0700 [TRACE] NodeRootVariable: evaluating var.github_org
2022-09-21T10:47:34.099-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_org
2022-09-21T10:47:34.099-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_org
2022-09-21T10:47:34.099-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_org, so skipping
2022-09-21T10:47:34.099-0700 [TRACE] vertex "var.github_org": visit complete
2022-09-21T10:47:34.099-0700 [TRACE] vertex "var.github_token": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.099-0700 [TRACE] NodeRootVariable: evaluating var.github_token
2022-09-21T10:47:34.099-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_token
2022-09-21T10:47:34.099-0700 [DEBUG] created provider logger: level=trace
2022-09-21T10:47:34.099-0700 [TRACE] vertex "var.github_user": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.099-0700 [TRACE] NodeRootVariable: evaluating var.github_user
2022-09-21T10:47:34.099-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_user
2022-09-21T10:47:34.099-0700 [INFO] provider: configuring client automatic mTLS
2022-09-21T10:47:34.099-0700 [TRACE] Expanding local: adding local.enable as *terraform.NodeLocal
2022-09-21T10:47:34.099-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_token
2022-09-21T10:47:34.099-0700 [TRACE] vertex "local.enable (expand)": entering dynamic subgraph
2022-09-21T10:47:34.099-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_user
2022-09-21T10:47:34.099-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_token, so skipping
2022-09-21T10:47:34.099-0700 [TRACE] vertex "var.github_token": visit complete
2022-09-21T10:47:34.099-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_user, so skipping
2022-09-21T10:47:34.099-0700 [TRACE] vertex "var.github_user": visit complete
2022-09-21T10:47:34.099-0700 [TRACE] vertex "local.enable": starting visit (*terraform.NodeLocal)
2022-09-21T10:47:34.099-0700 [TRACE] vertex "local.enable": visit complete
2022-09-21T10:47:34.099-0700 [TRACE] vertex "local.enable (expand)": dynamic subgraph completed successfully
2022-09-21T10:47:34.099-0700 [TRACE] vertex "local.enable (expand)": visit complete
2022-09-21T10:47:34.099-0700 [TRACE] vertex "module.example (expand)": starting visit (*terraform.nodeValidateModule)
2022-09-21T10:47:34.099-0700 [TRACE] vertex "module.example (expand)": visit complete
2022-09-21T10:47:34.106-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5]
2022-09-21T10:47:34.108-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 pid=96480
2022-09-21T10:47:34.108-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5
2022-09-21T10:47:34.116-0700 [INFO] provider.terraform-provider-null_v3.1.1_x5: configuring server automatic mTLS: timestamp=2022-09-21T10:47:34.116-0700
2022-09-21T10:47:34.151-0700 [DEBUG] provider: using plugin: version=5
2022-09-21T10:47:34.151-0700 [DEBUG] provider.terraform-provider-null_v3.1.1_x5: plugin address: address=/var/folders/ry/j56xktcx44b9mxjc1vv3m89h0000gn/T/plugin569674895 network=unix timestamp=2022-09-21T10:47:34.151-0700
2022-09-21T10:47:34.176-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.176-0700 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/null\"]" provider for provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.176-0700 [TRACE] NodeApplyableProvider: validating configuration for provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.176-0700 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/null"]: no configuration at all
2022-09-21T10:47:34.176-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"]": visit complete
2022-09-21T10:47:34.176-0700 [TRACE] vertex "module.example.null_resource.thing": starting visit (*terraform.NodeValidatableResource)
2022-09-21T10:47:34.176-0700 [TRACE] GRPCProvider: ValidateResourceConfig
2022-09-21T10:47:34.176-0700 [TRACE] GRPCProvider: GetProviderSchema
2022-09-21T10:47:34.177-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=d88ce806-c32f-8074-d0d7-9f43463aa372 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto timestamp=2022-09-21T10:47:34.177-0700
2022-09-21T10:47:34.177-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=d88ce806-c32f-8074-d0d7-9f43463aa372 timestamp=2022-09-21T10:47:34.177-0700
2022-09-21T10:47:34.177-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: tf_proto_version=5.2 tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_req_id=d88ce806-c32f-8074-d0d7-9f43463aa372 tf_rpc=GetProviderSchema timestamp=2022-09-21T10:47:34.177-0700
2022-09-21T10:47:34.177-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=d88ce806-c32f-8074-d0d7-9f43463aa372 tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto timestamp=2022-09-21T10:47:34.177-0700
2022-09-21T10:47:34.177-0700 [TRACE] provider.stdio: received data: channel=STDERR len=236
2022-09-21T10:47:34.177-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.177204-07:00"}"
2022-09-21T10:47:34.177-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.177-0700 [TRACE] provider.stdio: received data: channel=STDERR len=267
2022-09-21T10:47:34.177-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.177233-07:00","tf_resource_type":"null_resource"}"
2022-09-21T10:47:34.177-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.177-0700 [TRACE] provider.stdio: received data: channel=STDERR len=276
2022-09-21T10:47:34.177-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.177268-07:00","tf_data_source_type":"null_data_source"}"
2022-09-21T10:47:34.177-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.177-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=bdf021d7-78c0-8517-0144-b82669ea9047 tf_resource_type=null_resource @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto timestamp=2022-09-21T10:47:34.177-0700
2022-09-21T10:47:34.177-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_resource_type=null_resource @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=bdf021d7-78c0-8517-0144-b82669ea9047 tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-21T10:47:34.177-0700
2022-09-21T10:47:34.177-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: tf_proto_version=5.2 tf_req_id=bdf021d7-78c0-8517-0144-b82669ea9047 tf_resource_type=null_resource tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=provider timestamp=2022-09-21T10:47:34.177-0700
2022-09-21T10:47:34.178-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=bdf021d7-78c0-8517-0144-b82669ea9047 @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_resource_type=null_resource tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-21T10:47:34.178-0700
2022-09-21T10:47:34.178-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: tf_provider_addr=provider tf_resource_type=null_resource tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.2 tf_req_id=bdf021d7-78c0-8517-0144-b82669ea9047 @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp=2022-09-21T10:47:34.178-0700
2022-09-21T10:47:34.178-0700 [TRACE] provider.stdio: received data: channel=STDERR len=231
2022-09-21T10:47:34.178-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.177990-07:00"}"
2022-09-21T10:47:34.178-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example.null_resource.thing": visit complete
2022-09-21T10:47:34.178-0700 [TRACE] provider.stdio: received data: channel=STDERR len=230
2022-09-21T10:47:34.178-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.178027-07:00"}"
2022-09-21T10:47:34.178-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example.output.thing (expand)": starting visit (*terraform.nodeExpandOutput)
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example.output.thing (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.178-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-09-21T10:47:34.178-0700 [TRACE] GRPCProvider: Close
2022-09-21T10:47:34.178-0700 [TRACE] Expanding output: adding module.example.output.thing as *terraform.NodeApplyableOutput
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example.output.thing (expand)": entering dynamic subgraph
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example.output.thing": starting visit (*terraform.NodeApplyableOutput)
2022-09-21T10:47:34.178-0700 [TRACE] setValue: Saving Create change for module.example.output.thing in changeset
2022-09-21T10:47:34.178-0700 [TRACE] setValue: Removing module.example.output.thing from state (it is now null)
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example.output.thing": visit complete
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example.output.thing (expand)": dynamic subgraph completed successfully
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example.output.thing (expand)": visit complete
2022-09-21T10:47:34.178-0700 [TRACE] vertex "local.value (expand)": starting visit (*terraform.nodeExpandLocal)
2022-09-21T10:47:34.178-0700 [TRACE] vertex "local.value (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example (close)": starting visit (*terraform.nodeCloseModule)
2022-09-21T10:47:34.178-0700 [TRACE] vertex "module.example (close)": visit complete
2022-09-21T10:47:34.178-0700 [TRACE] Expanding local: adding local.value as *terraform.NodeLocal
2022-09-21T10:47:34.178-0700 [TRACE] vertex "local.value (expand)": entering dynamic subgraph
2022-09-21T10:47:34.178-0700 [TRACE] vertex "local.value": starting visit (*terraform.NodeLocal)
2022-09-21T10:47:34.178-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-09-21T10:47:34.178-0700 [TRACE] vertex "local.value": visit complete
2022-09-21T10:47:34.178-0700 [TRACE] vertex "local.value (expand)": dynamic subgraph completed successfully
2022-09-21T10:47:34.178-0700 [TRACE] vertex "local.value (expand)": visit complete
2022-09-21T10:47:34.179-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 pid=96480
2022-09-21T10:47:34.198-0700 [DEBUG] provider: plugin exited
2022-09-21T10:47:34.199-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"] (close)": visit complete
2022-09-21T10:47:34.199-0700 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-09-21T10:47:34.199-0700 [TRACE] vertex "root": visit complete
2022-09-21T10:47:34.199-0700 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/null"
2022-09-21T10:47:34.199-0700 [INFO] backend/local: apply calling Plan
2022-09-21T10:47:34.199-0700 [TRACE] Context.destroyPlan: calling Context.plan to get the effect of refreshing the prior state
2022-09-21T10:47:34.199-0700 [DEBUG] Building and walking plan graph for NormalMode
2022-09-21T10:47:34.199-0700 [TRACE] building graph for walkPlan
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-21T10:47:34.199-0700 [TRACE] ConfigTransformer: Starting for path:
2022-09-21T10:47:34.199-0700 [TRACE] ConfigTransformer: Starting for path: module.example
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
------
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-21T10:47:34.199-0700 [TRACE] OutputTransformer: adding thing as *terraform.nodeExpandOutput
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.StateTransformer
2022-09-21T10:47:34.199-0700 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-21T10:47:34.199-0700 [TRACE] AttachResourceConfigTransformer: attaching to "module.example.null_resource.thing (expand)" (*terraform.nodeExpandPlannableResource) config from example/main.tf:1,1-33
2022-09-21T10:47:34.199-0700 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.example.null_resource.thing (expand)
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-21T10:47:34.199-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-21T10:47:34.199-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.199-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-21T10:47:34.199-0700 [DEBUG] adding implicit provider configuration provider["registry.terraform.io/hashicorp/null"], implied first by module.example.null_resource.thing (expand)
2022-09-21T10:47:34.199-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.199-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-21T10:47:34.199-0700 [TRACE] ProviderTransformer: module.example.null_resource.thing (expand) uses inherited configuration provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.199-0700 [DEBUG] ProviderTransformer: "module.example.null_resource.thing (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.199-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.199-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-21T10:47:34.199-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-21T10:47:34.199-0700 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.199-0700 [TRACE] AttachSchemaTransformer: attaching resource schema to module.example.null_resource.thing (expand)
2022-09-21T10:47:34.199-0700 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-21T10:47:34.199-0700 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-21T10:47:34.199-0700 [TRACE] ModuleExpansionTransformer: Added module.example as *terraform.nodeExpandModule
2022-09-21T10:47:34.199-0700 [TRACE] ModuleExpansionTransformer: module.example.null_resource.thing (expand) must wait for expansion of module.example
2022-09-21T10:47:34.199-0700 [TRACE] ModuleExpansionTransformer: module.example (close) must wait for expansion of module.example
2022-09-21T10:47:34.199-0700 [TRACE] ModuleExpansionTransformer: module.example.output.thing (expand) must wait for expansion of module.example
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeExpandModule
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "var.github_org" references: []
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "var.github_token" references: []
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "var.github_user" references: []
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "local.enable (expand)" references: []
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "module.example.null_resource.thing (expand)" references: []
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "module.example.output.thing (expand)" references: [module.example.null_resource.thing (expand)]
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/null\"]" references: []
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "module.example (expand)" references: [local.enable (expand)]
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "module.example (close)" references: []
2022-09-21T10:47:34.200-0700 [DEBUG] ReferenceTransformer: "local.value (expand)" references: [local.enable (expand) module.example.output.thing (expand)]
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeExpandModule
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-21T10:47:34.200-0700 [TRACE] AttachDependenciesTransformer: module.example.null_resource.thing depends on []
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-21T10:47:34.200-0700 [TRACE] ForcedCBDTransformer: "module.example.null_resource.thing (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeExpandModule
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeExpandModule
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.200-0700 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-21T10:47:34.200-0700 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
module.example (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/null"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
module.example.null_resource.thing (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/null"] (close) - *terraform.graphNodeCloseProvider
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.200-0700 [DEBUG] Starting graph walk: walkPlan
2022-09-21T10:47:34.200-0700 [TRACE] vertex "var.github_user": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.200-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"]": starting visit (*terraform.NodeApplyableProvider)
2022-09-21T10:47:34.200-0700 [TRACE] NodeRootVariable: evaluating var.github_user
2022-09-21T10:47:34.200-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_user
2022-09-21T10:47:34.200-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_user
2022-09-21T10:47:34.200-0700 [TRACE] vertex "local.enable (expand)": starting visit (*terraform.nodeExpandLocal)
2022-09-21T10:47:34.200-0700 [TRACE] vertex "local.enable (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.200-0700 [TRACE] Expanding local: adding local.enable as *terraform.NodeLocal
2022-09-21T10:47:34.200-0700 [TRACE] vertex "local.enable (expand)": entering dynamic subgraph
2022-09-21T10:47:34.200-0700 [TRACE] vertex "local.enable": starting visit (*terraform.NodeLocal)
2022-09-21T10:47:34.200-0700 [DEBUG] created provider logger: level=trace
2022-09-21T10:47:34.200-0700 [TRACE] vertex "local.enable": visit complete
2022-09-21T10:47:34.201-0700 [TRACE] vertex "local.enable (expand)": dynamic subgraph completed successfully
2022-09-21T10:47:34.201-0700 [TRACE] vertex "local.enable (expand)": visit complete
2022-09-21T10:47:34.201-0700 [INFO] provider: configuring client automatic mTLS
2022-09-21T10:47:34.201-0700 [TRACE] vertex "var.github_token": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.201-0700 [TRACE] NodeRootVariable: evaluating var.github_token
2022-09-21T10:47:34.201-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_token
2022-09-21T10:47:34.201-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_token
2022-09-21T10:47:34.201-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_token, so skipping
2022-09-21T10:47:34.201-0700 [TRACE] vertex "var.github_token": visit complete
2022-09-21T10:47:34.201-0700 [TRACE] vertex "var.github_org": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.201-0700 [TRACE] NodeRootVariable: evaluating var.github_org
2022-09-21T10:47:34.201-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_user, so skipping
2022-09-21T10:47:34.201-0700 [TRACE] vertex "var.github_user": visit complete
2022-09-21T10:47:34.201-0700 [TRACE] vertex "module.example (expand)": starting visit (*terraform.nodeExpandModule)
2022-09-21T10:47:34.201-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_org
2022-09-21T10:47:34.201-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_org
2022-09-21T10:47:34.201-0700 [TRACE] vertex "module.example (expand)": visit complete
2022-09-21T10:47:34.201-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_org, so skipping
2022-09-21T10:47:34.201-0700 [TRACE] vertex "var.github_org": visit complete
2022-09-21T10:47:34.208-0700 [DEBUG] provider: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5]
2022-09-21T10:47:34.210-0700 [DEBUG] provider: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 pid=96481
2022-09-21T10:47:34.210-0700 [DEBUG] provider: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5
2022-09-21T10:47:34.218-0700 [INFO] provider.terraform-provider-null_v3.1.1_x5: configuring server automatic mTLS: timestamp=2022-09-21T10:47:34.218-0700
2022-09-21T10:47:34.249-0700 [DEBUG] provider.terraform-provider-null_v3.1.1_x5: plugin address: address=/var/folders/ry/j56xktcx44b9mxjc1vv3m89h0000gn/T/plugin232798092 network=unix timestamp=2022-09-21T10:47:34.248-0700
2022-09-21T10:47:34.249-0700 [DEBUG] provider: using plugin: version=5
2022-09-21T10:47:34.273-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.273-0700 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/null\"]" provider for provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.274-0700 [TRACE] NodeApplyableProvider: configuring provider["registry.terraform.io/hashicorp/null"]
2022-09-21T10:47:34.274-0700 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/null"]: no configuration at all
2022-09-21T10:47:34.274-0700 [TRACE] GRPCProvider: GetProviderSchema
2022-09-21T10:47:34.274-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_req_id=67b29154-b45a-427d-8f3f-0a40aa36346c timestamp=2022-09-21T10:47:34.274-0700
2022-09-21T10:47:34.274-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: tf_req_id=67b29154-b45a-427d-8f3f-0a40aa36346c tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-21T10:47:34.274-0700
2022-09-21T10:47:34.274-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.2 tf_req_id=67b29154-b45a-427d-8f3f-0a40aa36346c tf_rpc=GetProviderSchema @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp=2022-09-21T10:47:34.274-0700
2022-09-21T10:47:34.274-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_req_id=67b29154-b45a-427d-8f3f-0a40aa36346c tf_rpc=GetProviderSchema @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider timestamp=2022-09-21T10:47:34.274-0700
2022-09-21T10:47:34.274-0700 [TRACE] provider.stdio: received data: channel=STDERR len=236
2022-09-21T10:47:34.274-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Getting provider schema","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.274499-07:00"}"
2022-09-21T10:47:34.274-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.274-0700 [TRACE] provider.stdio: received data: channel=STDERR len=267
2022-09-21T10:47:34.274-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found resource type","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.274526-07:00","tf_resource_type":"null_resource"}"
2022-09-21T10:47:34.274-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.274-0700 [TRACE] provider.stdio: received data: channel=STDERR len=276
2022-09-21T10:47:34.274-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Found data source type","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.274571-07:00","tf_data_source_type":"null_data_source"}"
2022-09-21T10:47:34.274-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.275-0700 [TRACE] GRPCProvider: ValidateProviderConfig
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=715d3c76-701d-1b40-7c82-3f96d993f336 tf_rpc=PrepareProviderConfig timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Skipping protocol data file writing because no data directory is set. Use the TF_LOG_SDK_PROTO_DATA_DIR environment variable to enable this functionality.: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=715d3c76-701d-1b40-7c82-3f96d993f336 tf_rpc=PrepareProviderConfig timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=715d3c76-701d-1b40-7c82-3f96d993f336 tf_rpc=PrepareProviderConfig timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: received data: channel=STDERR len=245
2022-09-21T10:47:34.275-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Preparing provider configuration","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.275294-07:00"}"
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: received data: channel=STDERR len=231
2022-09-21T10:47:34.275-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.275352-07:00"}"
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=715d3c76-701d-1b40-7c82-3f96d993f336 tf_rpc=PrepareProviderConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=provider tf_proto_version=5.2 tf_req_id=715d3c76-701d-1b40-7c82-3f96d993f336 tf_rpc=PrepareProviderConfig timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: received data: channel=STDERR len=230
2022-09-21T10:47:34.275-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.275443-07:00"}"
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.275-0700 [TRACE] GRPCProvider: ConfigureProvider
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: @module=sdk.proto tf_provider_addr=provider @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=f72c4ad6-2a7e-a322-9c22-42e918785b0d tf_rpc=Configure timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: @module=sdk.proto tf_provider_addr=provider tf_req_id=f72c4ad6-2a7e-a322-9c22-42e918785b0d @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_rpc=Configure timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=f72c4ad6-2a7e-a322-9c22-42e918785b0d @module=sdk.proto tf_provider_addr=provider tf_rpc=Configure timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: @module=sdk.proto tf_proto_version=5.2 tf_provider_addr=provider tf_req_id=f72c4ad6-2a7e-a322-9c22-42e918785b0d tf_rpc=Configure @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp=2022-09-21T10:47:34.275-0700
2022-09-21T10:47:34.275-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"]": visit complete
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: received data: channel=STDERR len=231
2022-09-21T10:47:34.275-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.275794-07:00"}"
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.275-0700 [TRACE] provider.stdio: received data: channel=STDERR len=230
2022-09-21T10:47:34.275-0700 [TRACE] vertex "module.example.null_resource.thing (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2022-09-21T10:47:34.275-0700 [TRACE] vertex "module.example.null_resource.thing (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.275-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.275803-07:00"}"
2022-09-21T10:47:34.276-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.276-0700 [TRACE] vertex "module.example.null_resource.thing (expand)": entering dynamic subgraph
2022-09-21T10:47:34.276-0700 [TRACE] vertex "module.example[0].null_resource.thing": starting visit (*terraform.NodePlannableResource)
2022-09-21T10:47:34.276-0700 [TRACE] vertex "module.example[0].null_resource.thing": expanding dynamic subgraph
2022-09-21T10:47:34.276-0700 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2022-09-21T10:47:34.276-0700 [TRACE] ResourceCountTransformer: adding module.example[0].null_resource.thing as *terraform.NodePlannableResourceInstance
2022-09-21T10:47:34.276-0700 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
module.example[0].null_resource.thing - *terraform.NodePlannableResourceInstance
------
2022-09-21T10:47:34.276-0700 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2022-09-21T10:47:34.276-0700 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2022-09-21T10:47:34.276-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-21T10:47:34.276-0700 [DEBUG] Resource instance state not found for node "module.example[0].null_resource.thing", instance module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-21T10:47:34.276-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-21T10:47:34.276-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-21T10:47:34.276-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-21T10:47:34.276-0700 [DEBUG] ReferenceTransformer: "module.example[0].null_resource.thing" references: []
2022-09-21T10:47:34.276-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2022-09-21T10:47:34.276-0700 [TRACE] Executing graph transform *terraform.RootTransformer
2022-09-21T10:47:34.276-0700 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2022-09-21T10:47:34.276-0700 [TRACE] vertex "module.example[0].null_resource.thing": entering dynamic subgraph
2022-09-21T10:47:34.276-0700 [TRACE] vertex "module.example[0].null_resource.thing": starting visit (*terraform.NodePlannableResourceInstance)
2022-09-21T10:47:34.276-0700 [TRACE] readResourceInstanceState: reading state for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] readResourceInstanceState: no state present for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to prevRunState for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] states.SyncState: pruning module.example[0] because it is empty
2022-09-21T10:47:34.276-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] states.SyncState: pruning module.example[0] because it is empty
2022-09-21T10:47:34.276-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] NodeAbstractResourceInstance.refresh for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [DEBUG] refresh: module.example[0].null_resource.thing: no state, so not refreshing
2022-09-21T10:47:34.276-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to refreshState for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] states.SyncState: pruning module.example[0] because it is empty
2022-09-21T10:47:34.276-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: removing state object for module.example[0].null_resource.thing
2022-09-21T10:47:34.276-0700 [TRACE] Re-validating config for "module.example[0].null_resource.thing"
2022-09-21T10:47:34.276-0700 [TRACE] GRPCProvider: ValidateResourceConfig
2022-09-21T10:47:34.276-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: tf_proto_version=5.2 tf_req_id=9a8bb7c9-3698-f4f2-d71f-c7d8257b533a tf_resource_type=null_resource tf_rpc=ValidateResourceTypeConfig @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_provider_addr=provider timestamp=2022-09-21T10:47:34.276-0700
2022-09-21T10:47:34.276-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: tf_provider_addr=provider tf_req_id=9a8bb7c9-3698-f4f2-d71f-c7d8257b533a tf_resource_type=null_resource tf_rpc=ValidateResourceTypeConfig tf_proto_version=5.2 @module=sdk.proto @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp=2022-09-21T10:47:34.276-0700
2022-09-21T10:47:34.276-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: tf_provider_addr=provider tf_req_id=9a8bb7c9-3698-f4f2-d71f-c7d8257b533a @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 @module=sdk.proto tf_proto_version=5.2 tf_resource_type=null_resource tf_rpc=ValidateResourceTypeConfig timestamp=2022-09-21T10:47:34.276-0700
2022-09-21T10:47:34.276-0700 [TRACE] provider.stdio: received data: channel=STDERR len=231
2022-09-21T10:47:34.276-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_provider_addr=provider tf_req_id=9a8bb7c9-3698-f4f2-d71f-c7d8257b533a tf_resource_type=null_resource tf_rpc=ValidateResourceTypeConfig @module=sdk.proto tf_proto_version=5.2 timestamp=2022-09-21T10:47:34.276-0700
2022-09-21T10:47:34.276-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Calling downstream","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.276756-07:00"}"
2022-09-21T10:47:34.276-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.276-0700 [TRACE] provider.stdio: received data: channel=STDERR len=230
2022-09-21T10:47:34.276-0700 [WARN] unexpected data: registry.terraform.io/hashicorp/null:stderr="{"@caller":"github.com/hashicorp/terraform-plugin-sdk/v2@v2.11.0/internal/logging/helper_schema.go:21","@level":"trace","@message":"Called downstream","@module":"sdk.helper_schema","@timestamp":"2022-09-21T10:47:34.276778-07:00"}"
2022-09-21T10:47:34.276-0700 [TRACE] provider.stdio: waiting for stdio data
2022-09-21T10:47:34.276-0700 [TRACE] GRPCProvider: PlanResourceChange
2022-09-21T10:47:34.277-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Received request: @module=sdk.proto tf_proto_version=5.2 tf_req_id=68d112bd-a360-2da4-3e0c-8bb4834e926a tf_resource_type=null_resource tf_provider_addr=provider tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp=2022-09-21T10:47:34.277-0700
2022-09-21T10:47:34.277-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Calling downstream: @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_provider_addr=provider @module=sdk.proto tf_proto_version=5.2 tf_req_id=68d112bd-a360-2da4-3e0c-8bb4834e926a tf_resource_type=null_resource tf_rpc=PlanResourceChange timestamp=2022-09-21T10:47:34.277-0700
2022-09-21T10:47:34.277-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Called downstream: tf_resource_type=null_resource @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 tf_proto_version=5.2 tf_req_id=68d112bd-a360-2da4-3e0c-8bb4834e926a tf_rpc=PlanResourceChange @module=sdk.proto tf_provider_addr=provider timestamp=2022-09-21T10:47:34.277-0700
2022-09-21T10:47:34.277-0700 [TRACE] provider.terraform-provider-null_v3.1.1_x5: Served request: tf_proto_version=5.2 @module=sdk.proto tf_provider_addr=provider tf_req_id=68d112bd-a360-2da4-3e0c-8bb4834e926a tf_resource_type=null_resource tf_rpc=PlanResourceChange @caller=github.com/hashicorp/terraform-plugin-go@v0.8.0/internal/logging/protocol.go:21 timestamp=2022-09-21T10:47:34.277-0700
2022-09-21T10:47:34.277-0700 [TRACE] writeChange: recorded Create change for module.example[0].null_resource.thing
2022-09-21T10:47:34.277-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState to workingState for module.example[0].null_resource.thing
2022-09-21T10:47:34.277-0700 [TRACE] NodeAbstractResouceInstance.writeResourceInstanceState: writing state object for module.example[0].null_resource.thing
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example[0].null_resource.thing": visit complete
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example[0].null_resource.thing": dynamic subgraph completed successfully
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example[0].null_resource.thing": visit complete
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example.null_resource.thing (expand)": dynamic subgraph completed successfully
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example.null_resource.thing (expand)": visit complete
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example.output.thing (expand)": starting visit (*terraform.nodeExpandOutput)
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example.output.thing (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.277-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2022-09-21T10:47:34.277-0700 [TRACE] Expanding output: adding module.example[0].output.thing as *terraform.NodeApplyableOutput
2022-09-21T10:47:34.277-0700 [TRACE] GRPCProvider: Close
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example.output.thing (expand)": entering dynamic subgraph
2022-09-21T10:47:34.277-0700 [TRACE] vertex "module.example[0].output.thing": starting visit (*terraform.NodeApplyableOutput)
2022-09-21T10:47:34.277-0700 [TRACE] setValue: Saving Create change for module.example[0].output.thing in changeset
2022-09-21T10:47:34.277-0700 [TRACE] setValue: Saving value for module.example[0].output.thing in state
2022-09-21T10:47:34.278-0700 [TRACE] vertex "module.example[0].output.thing": visit complete
2022-09-21T10:47:34.278-0700 [TRACE] vertex "module.example.output.thing (expand)": dynamic subgraph completed successfully
2022-09-21T10:47:34.278-0700 [TRACE] vertex "module.example.output.thing (expand)": visit complete
2022-09-21T10:47:34.278-0700 [TRACE] vertex "local.value (expand)": starting visit (*terraform.nodeExpandLocal)
2022-09-21T10:47:34.278-0700 [TRACE] vertex "module.example (close)": starting visit (*terraform.nodeCloseModule)
2022-09-21T10:47:34.278-0700 [TRACE] vertex "module.example (close)": visit complete
2022-09-21T10:47:34.278-0700 [TRACE] vertex "local.value (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.278-0700 [TRACE] Expanding local: adding local.value as *terraform.NodeLocal
2022-09-21T10:47:34.278-0700 [TRACE] vertex "local.value (expand)": entering dynamic subgraph
2022-09-21T10:47:34.278-0700 [TRACE] vertex "local.value": starting visit (*terraform.NodeLocal)
2022-09-21T10:47:34.278-0700 [DEBUG] provider.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = error reading from server: EOF"
2022-09-21T10:47:34.278-0700 [TRACE] vertex "local.value": visit complete
2022-09-21T10:47:34.278-0700 [TRACE] vertex "local.value (expand)": dynamic subgraph completed successfully
2022-09-21T10:47:34.278-0700 [TRACE] vertex "local.value (expand)": visit complete
2022-09-21T10:47:34.279-0700 [DEBUG] provider: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/null/3.1.1/darwin_amd64/terraform-provider-null_v3.1.1_x5 pid=96481
2022-09-21T10:47:34.298-0700 [DEBUG] provider: plugin exited
2022-09-21T10:47:34.298-0700 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/null\"] (close)": visit complete
2022-09-21T10:47:34.298-0700 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2022-09-21T10:47:34.298-0700 [TRACE] vertex "root": visit complete
2022-09-21T10:47:34.298-0700 [TRACE] Context.destroyPlan: now _really_ creating a destroy plan
2022-09-21T10:47:34.298-0700 [DEBUG] Building and walking plan graph for DestroyMode
2022-09-21T10:47:34.298-0700 [TRACE] building graph for walkPlanDestroy
2022-09-21T10:47:34.298-0700 [TRACE] Executing graph transform *terraform.ConfigTransformer
2022-09-21T10:47:34.298-0700 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2022-09-21T10:47:34.298-0700 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2022-09-21T10:47:34.298-0700 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.298-0700 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2022-09-21T10:47:34.298-0700 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2022-09-21T10:47:34.298-0700 [TRACE] Executing graph transform *terraform.LocalTransformer
2022-09-21T10:47:34.298-0700 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.298-0700 [TRACE] Executing graph transform *terraform.OutputTransformer
2022-09-21T10:47:34.298-0700 [TRACE] OutputTransformer: adding thing as *terraform.nodeExpandOutput
2022-09-21T10:47:34.298-0700 [TRACE] Completed graph transform *terraform.OutputTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.298-0700 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2022-09-21T10:47:34.298-0700 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2022-09-21T10:47:34.298-0700 [TRACE] Executing graph transform *terraform.StateTransformer
2022-09-21T10:47:34.298-0700 [TRACE] StateTransformer: creating nodes for both current and deposed instance objects
2022-09-21T10:47:34.298-0700 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2022-09-21T10:47:34.299-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2022-09-21T10:47:34.299-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.299-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2022-09-21T10:47:34.299-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2022-09-21T10:47:34.299-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2022-09-21T10:47:34.299-0700 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.graphTransformerMulti (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2022-09-21T10:47:34.299-0700 [TRACE] ModuleExpansionTransformer: Added module.example as *terraform.nodeExpandModule
2022-09-21T10:47:34.299-0700 [TRACE] ModuleExpansionTransformer: module.example.output.thing (expand) must wait for expansion of module.example
2022-09-21T10:47:34.299-0700 [TRACE] ModuleExpansionTransformer: module.example (close) must wait for expansion of module.example
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeExpandModule
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2022-09-21T10:47:34.299-0700 [DEBUG] ReferenceTransformer: "var.github_user" references: []
2022-09-21T10:47:34.299-0700 [DEBUG] ReferenceTransformer: "local.enable (expand)" references: []
2022-09-21T10:47:34.299-0700 [DEBUG] ReferenceTransformer: "local.value (expand)" references: [local.enable (expand) module.example.output.thing (expand)]
2022-09-21T10:47:34.299-0700 [INFO] ReferenceTransformer: reference not found: "null_resource.thing"
2022-09-21T10:47:34.299-0700 [DEBUG] ReferenceTransformer: "module.example.output.thing (expand)" references: []
2022-09-21T10:47:34.299-0700 [DEBUG] ReferenceTransformer: "module.example (expand)" references: [local.enable (expand)]
2022-09-21T10:47:34.299-0700 [DEBUG] ReferenceTransformer: "module.example (close)" references: []
2022-09-21T10:47:34.299-0700 [DEBUG] ReferenceTransformer: "var.github_org" references: []
2022-09-21T10:47:34.299-0700 [DEBUG] ReferenceTransformer: "var.github_token" references: []
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeExpandModule
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.attachDataResourceDependsOnTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.attachDataResourceDependsOnTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.TargetsTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.CloseProviderTransformer (no changes)
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example (expand) - *terraform.nodeExpandModule
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
root - *terraform.nodeCloseModule
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.299-0700 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2022-09-21T10:47:34.299-0700 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
local.enable (expand) - *terraform.nodeExpandLocal
local.value (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (close) - *terraform.nodeCloseModule
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
local.enable (expand) - *terraform.nodeExpandLocal
module.example.output.thing (expand) - *terraform.nodeExpandOutput
module.example (expand) - *terraform.nodeExpandModule
root - *terraform.nodeCloseModule
local.value (expand) - *terraform.nodeExpandLocal
module.example (close) - *terraform.nodeCloseModule
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
var.github_org - *terraform.NodeRootVariable
var.github_token - *terraform.NodeRootVariable
var.github_user - *terraform.NodeRootVariable
------
2022-09-21T10:47:34.299-0700 [DEBUG] Starting graph walk: walkPlanDestroy
2022-09-21T10:47:34.300-0700 [TRACE] vertex "var.github_user": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.300-0700 [TRACE] vertex "var.github_token": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.300-0700 [TRACE] NodeRootVariable: evaluating var.github_token
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.enable (expand)": starting visit (*terraform.nodeExpandLocal)
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.enable (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.300-0700 [TRACE] vertex "var.github_org": starting visit (*terraform.NodeRootVariable)
2022-09-21T10:47:34.300-0700 [TRACE] NodeRootVariable: evaluating var.github_org
2022-09-21T10:47:34.300-0700 [TRACE] NodeRootVariable: evaluating var.github_user
2022-09-21T10:47:34.300-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_user
2022-09-21T10:47:34.300-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_token
2022-09-21T10:47:34.300-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_user
2022-09-21T10:47:34.300-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_user, so skipping
2022-09-21T10:47:34.300-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_token
2022-09-21T10:47:34.300-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_token, so skipping
2022-09-21T10:47:34.300-0700 [TRACE] Expanding local: adding local.enable as *terraform.NodeLocal
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.enable (expand)": entering dynamic subgraph
2022-09-21T10:47:34.300-0700 [TRACE] vertex "var.github_user": visit complete
2022-09-21T10:47:34.300-0700 [TRACE] prepareFinalInputVariableValue: preparing var.github_org
2022-09-21T10:47:34.300-0700 [TRACE] BuiltinEvalContext: Storing final value for variable var.github_org
2022-09-21T10:47:34.300-0700 [TRACE] evalVariableValidations: no validation rules declared for var.github_org, so skipping
2022-09-21T10:47:34.300-0700 [TRACE] vertex "var.github_org": visit complete
2022-09-21T10:47:34.300-0700 [TRACE] vertex "var.github_token": visit complete
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.enable": starting visit (*terraform.NodeLocal)
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.enable": visit complete
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.enable (expand)": dynamic subgraph completed successfully
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.enable (expand)": visit complete
2022-09-21T10:47:34.300-0700 [TRACE] vertex "module.example (expand)": starting visit (*terraform.nodeExpandModule)
2022-09-21T10:47:34.300-0700 [TRACE] vertex "module.example (expand)": visit complete
2022-09-21T10:47:34.300-0700 [TRACE] vertex "module.example.output.thing (expand)": starting visit (*terraform.nodeExpandOutput)
2022-09-21T10:47:34.300-0700 [TRACE] vertex "module.example.output.thing (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.300-0700 [TRACE] vertex "module.example.output.thing (expand)": produced no dynamic subgraph
2022-09-21T10:47:34.300-0700 [TRACE] vertex "module.example.output.thing (expand)": visit complete
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.value (expand)": starting visit (*terraform.nodeExpandLocal)
2022-09-21T10:47:34.300-0700 [TRACE] vertex "module.example (close)": starting visit (*terraform.nodeCloseModule)
2022-09-21T10:47:34.300-0700 [TRACE] vertex "module.example (close)": visit complete
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.value (expand)": expanding dynamic subgraph
2022-09-21T10:47:34.300-0700 [TRACE] Expanding local: adding local.value as *terraform.NodeLocal
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.value (expand)": entering dynamic subgraph
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.value": starting visit (*terraform.NodeLocal)
2022-09-21T10:47:34.300-0700 [ERROR] vertex "local.value" error: Invalid index
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.value": visit complete, with errors
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.value (expand)": dynamic subgraph encountered errors: Invalid index
2022-09-21T10:47:34.300-0700 [ERROR] vertex "local.value (expand)" error: Invalid index
2022-09-21T10:47:34.300-0700 [TRACE] vertex "local.value (expand)": visit complete, with errors
2022-09-21T10:47:34.300-0700 [TRACE] dag/walk: upstream of "root" errored, so skipping
Error: Invalid index
on main.tf line 3, in locals:
3: value = local.enable ? module.example[0].thing : null
├────────────────
│ module.example is empty tuple
The given key does not identify an element in this collection value: the
collection has no elements.
2022-09-21T10:47:34.301-0700 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2022-09-21T10:47:34.301-0700 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment