Skip to content

Instantly share code, notes, and snippets.

@oschrenk
Created August 12, 2020 12:37
Show Gist options
  • Save oschrenk/37592d5d16aafdbf88f6e121e54ab037 to your computer and use it in GitHub Desktop.
Save oschrenk/37592d5d16aafdbf88f6e121e54ab037 to your computer and use it in GitHub Desktop.
2020/08/12 14:29:39 [INFO] Terraform version: 0.13.0
2020/08/12 14:29:39 [INFO] Go runtime version: go1.13.15
2020/08/12 14:29:39 [INFO] CLI args: []string{"/usr/local/bin/terraform", "apply"}
2020/08/12 14:29:39 [DEBUG] Attempting to open CLI config file: /Users/oliver/.terraformrc
2020/08/12 14:29:39 [DEBUG] File doesn't exist, but doesn't need to. Ignoring.
2020/08/12 14:29:39 [DEBUG] ignoring non-existing provider search directory terraform.d/plugins
2020/08/12 14:29:39 [DEBUG] ignoring non-existing provider search directory /Users/oliver/.terraform.d/plugins
2020/08/12 14:29:39 [DEBUG] ignoring non-existing provider search directory /Users/oliver/Library/Application Support/io.terraform/plugins
2020/08/12 14:29:39 [DEBUG] ignoring non-existing provider search directory /Library/Application Support/io.terraform/plugins
2020/08/12 14:29:39 [INFO] CLI command args: []string{"apply"}
2020/08/12 14:29:39 [TRACE] Meta.Backend: no config given or present on disk, so returning nil config
2020/08/12 14:29:39 [TRACE] Meta.Backend: backend has not previously been initialized in this working directory
2020/08/12 14:29:39 [DEBUG] New state was assigned lineage "2b99ba45-05c3-562e-973b-1a4275ffeb2c"
2020/08/12 14:29:39 [TRACE] Meta.Backend: using default local state only (no backend configuration, and no existing initialized backend)
2020/08/12 14:29:39 [TRACE] Meta.Backend: instantiated backend of type <nil>
2020/08/12 14:29:39 [TRACE] providercache.fillMetaCache: scanning directory .terraform/plugins
2020/08/12 14:29:39 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/-/dns v2.2.0 for darwin_amd64 at .terraform/plugins/registry.terraform.io/-/dns/2.2.0/darwin_amd64
2020/08/12 14:29:39 [TRACE] getproviders.SearchLocalDirectory: found registry.terraform.io/hashicorp/dns v2.2.0 for darwin_amd64 at .terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64
2020/08/12 14:29:39 [TRACE] providercache.fillMetaCache: including .terraform/plugins/registry.terraform.io/-/dns/2.2.0/darwin_amd64 as a candidate package for registry.terraform.io/-/dns 2.2.0
2020/08/12 14:29:39 [TRACE] providercache.fillMetaCache: including .terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64 as a candidate package for registry.terraform.io/hashicorp/dns 2.2.0
2020/08/12 14:29:39 [TRACE] providercache.fillMetaCache: using cached result from previous scan of .terraform/plugins
2020/08/12 14:29:39 [DEBUG] checking for provisioner in "."
2020/08/12 14:29:39 [DEBUG] checking for provisioner in "/usr/local/bin"
2020/08/12 14:29:39 [DEBUG] checking for provisioner in ".terraform/plugins/darwin_amd64"
2020/08/12 14:29:39 [TRACE] Meta.Backend: backend <nil> does not support operations, so wrapping it in a local backend
2020/08/12 14:29:39 [INFO] backend/local: starting Apply operation
2020/08/12 14:29:39 [TRACE] backend/local: requesting state manager for workspace "default"
2020/08/12 14:29:39 [TRACE] backend/local: state manager for workspace "default" will:
- read initial snapshot from terraform.tfstate
- write new snapshots to terraform.tfstate
- create any backup at terraform.tfstate.backup
2020/08/12 14:29:39 [TRACE] backend/local: requesting state lock for workspace "default"
2020/08/12 14:29:39 [TRACE] statemgr.Filesystem: preparing to manage state snapshots at terraform.tfstate
2020/08/12 14:29:39 [TRACE] statemgr.Filesystem: existing snapshot has lineage "7f05a963-e742-bd8f-2e10-cbe0cadc3226" serial 10
2020/08/12 14:29:39 [TRACE] statemgr.Filesystem: locking terraform.tfstate using fcntl flock
2020/08/12 14:29:39 [TRACE] statemgr.Filesystem: writing lock metadata to .terraform.tfstate.lock.info
2020/08/12 14:29:39 [TRACE] backend/local: reading remote state for workspace "default"
2020/08/12 14:29:39 [TRACE] statemgr.Filesystem: reading latest snapshot from terraform.tfstate
2020/08/12 14:29:39 [TRACE] statemgr.Filesystem: read snapshot with lineage "7f05a963-e742-bd8f-2e10-cbe0cadc3226" serial 10
2020/08/12 14:29:39 [TRACE] backend/local: retrieving local state snapshot for workspace "default"
2020/08/12 14:29:39 [TRACE] backend/local: building context for current working directory
2020/08/12 14:29:39 [DEBUG] backend/local: will prompt for input of unset required variables [secret]
2020/08/12 14:29:39 [DEBUG] command: asking for input: "var.secret"
2020/08/12 14:29:43 [TRACE] terraform.NewContext: starting
2020/08/12 14:29:43 [TRACE] terraform.NewContext: loading provider schemas
2020/08/12 14:29:43 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/hashicorp/dns"
2020-08-12T14:29:43.497+0200 [INFO] plugin: configuring client automatic mTLS
2020-08-12T14:29:43.528+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4]
2020-08-12T14:29:43.533+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75925
2020-08-12T14:29:43.533+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4
2020-08-12T14:29:43.861+0200 [INFO] plugin.terraform-provider-dns_v2.2.0_x4: configuring server automatic mTLS: timestamp=2020-08-12T14:29:43.860+0200
2020-08-12T14:29:43.887+0200 [DEBUG] plugin: using plugin: version=5
2020-08-12T14:29:43.888+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: plugin address: address=/var/folders/gm/lb5b83yn4p12q6jtrzmnk24m0000gn/T/plugin745475528 network=unix timestamp=2020-08-12T14:29:43.887+0200
2020/08/12 14:29:43 [TRACE] GRPCProvider: GetSchema
2020-08-12T14:29:43.937+0200 [TRACE] plugin.stdio: waiting for stdio data
2020-08-12T14:29:43.938+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/12 14:29:43 [TRACE] No provider meta schema returned
2020/08/12 14:29:43 [TRACE] GRPCProvider: Close
2020-08-12T14:29:43.940+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75925
2020-08-12T14:29:43.940+0200 [DEBUG] plugin: plugin exited
2020/08/12 14:29:43 [TRACE] LoadSchemas: retrieving schema for provider type "registry.terraform.io/-/dns"
2020-08-12T14:29:43.941+0200 [INFO] plugin: configuring client automatic mTLS
2020-08-12T14:29:43.963+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/-/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 args=[.terraform/plugins/registry.terraform.io/-/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4]
2020-08-12T14:29:43.965+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/-/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75926
2020-08-12T14:29:43.965+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/-/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4
2020-08-12T14:29:44.194+0200 [INFO] plugin.terraform-provider-dns_v2.2.0_x4: configuring server automatic mTLS: timestamp=2020-08-12T14:29:44.194+0200
2020-08-12T14:29:44.217+0200 [DEBUG] plugin: using plugin: version=5
2020-08-12T14:29:44.218+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: plugin address: address=/var/folders/gm/lb5b83yn4p12q6jtrzmnk24m0000gn/T/plugin285248285 network=unix timestamp=2020-08-12T14:29:44.217+0200
2020/08/12 14:29:44 [TRACE] GRPCProvider: GetSchema
2020-08-12T14:29:44.267+0200 [TRACE] plugin.stdio: waiting for stdio data
2020-08-12T14:29:44.267+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/12 14:29:44 [TRACE] No provider meta schema returned
2020/08/12 14:29:44 [TRACE] GRPCProvider: Close
2020-08-12T14:29:44.269+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/-/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75926
2020-08-12T14:29:44.269+0200 [DEBUG] plugin: plugin exited
2020/08/12 14:29:44 [TRACE] terraform.NewContext: complete
2020/08/12 14:29:44 [TRACE] backend/local: finished building terraform.Context
2020/08/12 14:29:44 [TRACE] backend/local: requesting interactive input, if necessary
2020/08/12 14:29:44 [TRACE] Context.Input: Prompting for provider arguments
2020/08/12 14:29:44 [TRACE] Context.Input: Provider provider.dns declared at main.tf:8,1-15
2020/08/12 14:29:44 [TRACE] Context.Input: Input for provider.dns: map[string]cty.Value{}
2020/08/12 14:29:44 [TRACE] backend/local: running validation operation
2020/08/12 14:29:44 [INFO] terraform: building graph: GraphTypeValidate
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/12 14:29:44 [TRACE] ConfigTransformer: Starting for path:
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.StateTransformer
2020/08/12 14:29:44 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_aaaa_record_set.www" (*terraform.NodeValidatableResource) config from main.tf:35,1-37
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_a_record_set.stage" (*terraform.NodeValidatableResource) config from main.tf:17,1-36
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_a_record_set.dev" (*terraform.NodeValidatableResource) config from main.tf:26,1-34
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/12 14:29:44 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/dns\"]" provider configuration from main.tf:8,1-15
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_a_record_set.dev
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_a_record_set.dev" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_aaaa_record_set.www
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_aaaa_record_set.www" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_a_record_set.stage
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_a_record_set.stage" (*terraform.NodeValidatableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_aaaa_record_set.www" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_a_record_set.stage" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_a_record_set.dev" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "var.secret" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/dns\"]" references: [var.secret]
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev - *terraform.NodeValidatableResource
dns_a_record_set.stage - *terraform.NodeValidatableResource
dns_aaaa_record_set.www - *terraform.NodeValidatableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [DEBUG] Starting graph walk: walkValidate
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "var.secret"
2020/08/12 14:29:44 [TRACE] vertex "var.secret": starting visit (*terraform.NodeRootVariable)
2020/08/12 14:29:44 [TRACE] vertex "var.secret": evaluating
2020/08/12 14:29:44 [TRACE] [walkValidate] Entering eval tree: var.secret
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] [walkValidate] Exiting eval tree: var.secret
2020/08/12 14:29:44 [TRACE] vertex "var.secret": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/dns\"]"
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": starting visit (*terraform.NodeApplyableProvider)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": evaluating
2020/08/12 14:29:44 [TRACE] [walkValidate] Entering eval tree: provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalInitProvider
2020-08-12T14:29:44.271+0200 [INFO] plugin: configuring client automatic mTLS
2020-08-12T14:29:44.294+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4]
2020-08-12T14:29:44.297+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75927
2020-08-12T14:29:44.297+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4
2020-08-12T14:29:44.306+0200 [INFO] plugin.terraform-provider-dns_v2.2.0_x4: configuring server automatic mTLS: timestamp=2020-08-12T14:29:44.306+0200
2020-08-12T14:29:44.332+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: plugin address: network=unix address=/var/folders/gm/lb5b83yn4p12q6jtrzmnk24m0000gn/T/plugin567793082 timestamp=2020-08-12T14:29:44.332+0200
2020-08-12T14:29:44.332+0200 [DEBUG] plugin: using plugin: version=5
2020/08/12 14:29:44 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/dns\"]" provider for provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalOpFilter
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalValidateProvider
2020-08-12T14:29:44.380+0200 [TRACE] plugin.stdio: waiting for stdio data
2020/08/12 14:29:44 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/dns"]: using explicit config only
2020/08/12 14:29:44 [TRACE] GRPCProvider: GetSchema
2020-08-12T14:29:44.380+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/12 14:29:44 [TRACE] No provider meta schema returned
2020/08/12 14:29:44 [TRACE] GRPCProvider: PrepareProviderConfig
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] [walkValidate] Exiting eval tree: provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.dev"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": starting visit (*terraform.NodeValidatableResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": evaluating
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.stage"
2020/08/12 14:29:44 [TRACE] [walkValidate] Entering eval tree: dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": starting visit (*terraform.NodeValidatableResource)
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": evaluating
2020/08/12 14:29:44 [TRACE] [walkValidate] Entering eval tree: dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www"
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": starting visit (*terraform.NodeValidatableResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": evaluating
2020/08/12 14:29:44 [TRACE] [walkValidate] Entering eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalValidateResource
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalValidateResource
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalValidateResource
2020/08/12 14:29:44 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/12 14:29:44 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/12 14:29:44 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/12 14:29:44 [TRACE] [walkValidate] Exiting eval tree: dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] [walkValidate] Exiting eval tree: dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": visit complete
2020/08/12 14:29:44 [TRACE] [walkValidate] Exiting eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/dns\"] (close)"
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2020/08/12 14:29:44 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2020/08/12 14:29:44 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2020/08/12 14:29:44 [TRACE] [walkValidate] Entering eval tree: meta.count-boundary (EachMode fixup)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": evaluating
2020/08/12 14:29:44 [TRACE] [walkValidate] Entering eval tree: provider["registry.terraform.io/hashicorp/dns"] (close)
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalCloseProvider
2020/08/12 14:29:44 [TRACE] [walkValidate] Exiting eval tree: meta.count-boundary (EachMode fixup)
2020/08/12 14:29:44 [TRACE] GRPCProvider: Close
2020/08/12 14:29:44 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2020-08-12T14:29:44.385+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75927
2020-08-12T14:29:44.385+0200 [DEBUG] plugin: plugin exited
2020/08/12 14:29:44 [TRACE] [walkValidate] Exiting eval tree: provider["registry.terraform.io/hashicorp/dns"] (close)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "root"
2020/08/12 14:29:44 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2020/08/12 14:29:44 [TRACE] vertex "root": evaluating
2020/08/12 14:29:44 [TRACE] [walkValidate] Entering eval tree: root
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] [walkValidate] Exiting eval tree: root
2020/08/12 14:29:44 [TRACE] vertex "root": visit complete
2020/08/12 14:29:44 [INFO] backend/local: apply calling Refresh
2020/08/12 14:29:44 [INFO] terraform: building graph: GraphTypeRefresh
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/12 14:29:44 [TRACE] ConfigTransformer: Starting for path:
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/12 14:29:44 [TRACE] ConfigTransformer: Starting for path:
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ConfigTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.StateTransformer
2020/08/12 14:29:44 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_aaaa_record_set.www (expand)" (*terraform.nodeExpandRefreshableManagedResource) config from main.tf:35,1-37
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_aaaa_record_set.www (expand)
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_a_record_set.stage (expand)" (*terraform.nodeExpandRefreshableManagedResource) config from main.tf:17,1-36
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_a_record_set.stage (expand)
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_a_record_set.dev (expand)" (*terraform.nodeExpandRefreshableManagedResource) config from main.tf:26,1-34
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_a_record_set.dev (expand)
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/12 14:29:44 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/dns\"]" provider configuration from main.tf:8,1-15
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_a_record_set.dev (expand)
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_a_record_set.dev (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_aaaa_record_set.www (expand)
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_aaaa_record_set.www (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_a_record_set.stage (expand)
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_a_record_set.stage (expand)" (*terraform.nodeExpandRefreshableManagedResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_aaaa_record_set.www (expand)
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_a_record_set.stage (expand)
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_a_record_set.dev (expand)
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_aaaa_record_set.www (expand)" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_a_record_set.stage (expand)" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_a_record_set.dev (expand)" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "var.secret" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/dns\"]" references: [var.secret]
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/08/12 14:29:44 [TRACE] AttachDependenciesTransformer: dns_a_record_set.stage depends on []
2020/08/12 14:29:44 [TRACE] AttachDependenciesTransformer: dns_a_record_set.dev depends on []
2020/08/12 14:29:44 [TRACE] AttachDependenciesTransformer: dns_aaaa_record_set.www depends on []
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandRefreshableManagedResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandRefreshableManagedResource
root - *terraform.nodeCloseModule
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [DEBUG] Starting graph walk: walkRefresh
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "var.secret"
2020/08/12 14:29:44 [TRACE] vertex "var.secret": starting visit (*terraform.NodeRootVariable)
2020/08/12 14:29:44 [TRACE] vertex "var.secret": evaluating
2020/08/12 14:29:44 [TRACE] [walkRefresh] Entering eval tree: var.secret
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] [walkRefresh] Exiting eval tree: var.secret
2020/08/12 14:29:44 [TRACE] vertex "var.secret": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/dns\"]"
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": starting visit (*terraform.NodeApplyableProvider)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": evaluating
2020/08/12 14:29:44 [TRACE] [walkRefresh] Entering eval tree: provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalInitProvider
2020-08-12T14:29:44.387+0200 [INFO] plugin: configuring client automatic mTLS
2020-08-12T14:29:44.408+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4]
2020-08-12T14:29:44.411+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75928
2020-08-12T14:29:44.411+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4
2020-08-12T14:29:44.421+0200 [INFO] plugin.terraform-provider-dns_v2.2.0_x4: configuring server automatic mTLS: timestamp=2020-08-12T14:29:44.420+0200
2020-08-12T14:29:44.445+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: plugin address: address=/var/folders/gm/lb5b83yn4p12q6jtrzmnk24m0000gn/T/plugin366903943 network=unix timestamp=2020-08-12T14:29:44.445+0200
2020-08-12T14:29:44.445+0200 [DEBUG] plugin: using plugin: version=5
2020/08/12 14:29:44 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/dns\"]" provider for provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalOpFilter
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalOpFilter
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalConfigProvider
2020-08-12T14:29:44.496+0200 [TRACE] plugin.stdio: waiting for stdio data
2020/08/12 14:29:44 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/dns"]: using explicit config only
2020/08/12 14:29:44 [TRACE] GRPCProvider: GetSchema
2020-08-12T14:29:44.497+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/12 14:29:44 [TRACE] No provider meta schema returned
2020/08/12 14:29:44 [TRACE] GRPCProvider: Configure
2020-08-12T14:29:44.498+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: 2020/08/12 14:29:44 [INFO] Building DNSClient config structure
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] [walkRefresh] Exiting eval tree: provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www (expand)"
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": starting visit (*terraform.nodeExpandRefreshableManagedResource)
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.dev (expand)"
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.stage (expand)"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": starting visit (*terraform.nodeExpandRefreshableManagedResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": starting visit (*terraform.nodeExpandRefreshableManagedResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.stage"
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": starting visit (*terraform.NodeRefreshableManagedResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": starting visit (*terraform.NodeRefreshableManagedResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.dev"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": starting visit (*terraform.NodeRefreshableManagedResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/12 14:29:44 [TRACE] ResourceCountTransformer: adding dns_a_record_set.dev as *terraform.NodeRefreshableManagedResourceInstance
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
dns_a_record_set.dev - *terraform.NodeRefreshableManagedResourceInstance
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.dev"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/12 14:29:44 [TRACE] NodeRefreshableManagedResourceInstance: dns_a_record_set.dev will be refreshed
2020/08/12 14:29:44 [TRACE] ResourceCountTransformer: adding dns_a_record_set.stage as *terraform.NodeRefreshableManagedResourceInstance
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
dns_a_record_set.stage - *terraform.NodeRefreshableManagedResourceInstance
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": evaluating
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/12 14:29:44 [TRACE] [walkRefresh] Entering eval tree: dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalReadState
2020/08/12 14:29:44 [TRACE] EvalReadState: reading state for dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.stage"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/08/12 14:29:44 [TRACE] NodeRefreshableManagedResourceInstance: dns_a_record_set.stage will be refreshed
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": evaluating
2020/08/12 14:29:44 [TRACE] [walkRefresh] Entering eval tree: dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalReadState
2020/08/12 14:29:44 [TRACE] EvalReadState: reading state for dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] UpgradeResourceState: schema version of dns_a_record_set.stage is still 0; calling provider "dns" for any other minor fixups
2020/08/12 14:29:44 [TRACE] GRPCProvider: UpgradeResourceState
2020/08/12 14:29:44 [TRACE] UpgradeResourceState: schema version of dns_a_record_set.dev is still 0; calling provider "dns" for any other minor fixups
2020/08/12 14:29:44 [TRACE] GRPCProvider: UpgradeResourceState
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/12 14:29:44 [TRACE] ResourceCountTransformer: adding dns_aaaa_record_set.www as *terraform.NodeRefreshableManagedResourceInstance
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
dns_aaaa_record_set.www - *terraform.NodeRefreshableManagedResourceInstance
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [DEBUG] Resource state not found for node "dns_aaaa_record_set.www", instance dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www"
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": starting visit (*terraform.NodeRefreshableManagedResourceInstance)
2020/08/12 14:29:44 [TRACE] NodeRefreshableManagedResourceInstance: dns_aaaa_record_set.www has no existing state to refresh
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": evaluating
2020/08/12 14:29:44 [TRACE] [walkRefresh] Entering eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalReadState
2020/08/12 14:29:44 [TRACE] EvalReadState: reading state for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] EvalReadState: no state present for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalDiff
2020/08/12 14:29:44 [TRACE] Re-validating config for "dns_aaaa_record_set.www"
2020/08/12 14:29:44 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/12 14:29:44 [TRACE] GRPCProvider: PlanResourceChange
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalRefreshDependencies
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalRefresh
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalRefreshDependencies
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalRefresh
2020/08/12 14:29:44 [TRACE] GRPCProvider: ReadResource
2020/08/12 14:29:44 [TRACE] GRPCProvider: ReadResource
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteState
2020/08/12 14:29:44 [TRACE] EvalWriteState: recording 0 dependencies for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] EvalWriteState: writing current state object for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/12 14:29:44 [TRACE] EvalWriteDiff: recorded Create change for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] [walkRefresh] Exiting eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": visit complete
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteState
2020/08/12 14:29:44 [TRACE] EvalWriteState: recording 0 dependencies for dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] EvalWriteState: writing current state object for dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteState
2020/08/12 14:29:44 [TRACE] EvalWriteState: recording 0 dependencies for dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] EvalWriteState: writing current state object for dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] [walkRefresh] Exiting eval tree: dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": visit complete
2020/08/12 14:29:44 [TRACE] [walkRefresh] Exiting eval tree: dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/dns\"] (close)"
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": evaluating
2020/08/12 14:29:44 [TRACE] [walkRefresh] Entering eval tree: provider["registry.terraform.io/hashicorp/dns"] (close)
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalCloseProvider
2020/08/12 14:29:44 [TRACE] GRPCProvider: Close
2020-08-12T14:29:44.571+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75928
2020-08-12T14:29:44.571+0200 [DEBUG] plugin: plugin exited
2020/08/12 14:29:44 [TRACE] [walkRefresh] Exiting eval tree: provider["registry.terraform.io/hashicorp/dns"] (close)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "root"
2020/08/12 14:29:44 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2020/08/12 14:29:44 [TRACE] vertex "root": evaluating
2020/08/12 14:29:44 [TRACE] [walkRefresh] Entering eval tree: root
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] [walkRefresh] Exiting eval tree: root
2020/08/12 14:29:44 [TRACE] vertex "root": visit complete
2020/08/12 14:29:44 [INFO] backend/local: apply calling Plan
2020/08/12 14:29:44 [INFO] terraform: building graph: GraphTypePlan
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/12 14:29:44 [TRACE] ConfigTransformer: Starting for path:
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.StateTransformer
2020/08/12 14:29:44 [TRACE] StateTransformer: creating nodes for deposed instance objects only
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.StateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_aaaa_record_set.www (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:35,1-37
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_aaaa_record_set.www (expand)
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_a_record_set.stage (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:17,1-36
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_a_record_set.stage (expand)
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching to "dns_a_record_set.dev (expand)" (*terraform.nodeExpandPlannableResource) config from main.tf:26,1-34
2020/08/12 14:29:44 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_a_record_set.dev (expand)
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/12 14:29:44 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/dns\"]" provider configuration from main.tf:8,1-15
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_aaaa_record_set.www (expand)
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_aaaa_record_set.www (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_a_record_set.stage (expand)
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_a_record_set.stage (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_a_record_set.dev (expand)
2020/08/12 14:29:44 [DEBUG] ProviderTransformer: "dns_a_record_set.dev (expand)" (*terraform.nodeExpandPlannableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/12 14:29:44 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_aaaa_record_set.www (expand)
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_a_record_set.stage (expand)
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_a_record_set.dev (expand)
2020/08/12 14:29:44 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "var.secret" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/dns\"]" references: [var.secret]
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_aaaa_record_set.www (expand)" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_a_record_set.stage (expand)" references: []
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_a_record_set.dev (expand)" references: []
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.attachDataResourceDependenciesTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.attachDataResourceDependenciesTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/08/12 14:29:44 [TRACE] ForcedCBDTransformer: "dns_a_record_set.dev (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/08/12 14:29:44 [TRACE] ForcedCBDTransformer: "dns_aaaa_record_set.www (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/08/12 14:29:44 [TRACE] ForcedCBDTransformer: "dns_a_record_set.stage (expand)" (*terraform.nodeExpandPlannableResource) has no CBD descendent, so skipping
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_a_record_set.dev (expand) - *terraform.nodeExpandPlannableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandPlannableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandPlannableResource
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:44 [DEBUG] Starting graph walk: walkPlan
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "var.secret"
2020/08/12 14:29:44 [TRACE] vertex "var.secret": starting visit (*terraform.NodeRootVariable)
2020/08/12 14:29:44 [TRACE] vertex "var.secret": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: var.secret
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: var.secret
2020/08/12 14:29:44 [TRACE] vertex "var.secret": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/dns\"]"
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": starting visit (*terraform.NodeApplyableProvider)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalInitProvider
2020-08-12T14:29:44.572+0200 [INFO] plugin: configuring client automatic mTLS
2020-08-12T14:29:44.601+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4]
2020-08-12T14:29:44.605+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75929
2020-08-12T14:29:44.605+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4
2020-08-12T14:29:44.616+0200 [INFO] plugin.terraform-provider-dns_v2.2.0_x4: configuring server automatic mTLS: timestamp=2020-08-12T14:29:44.616+0200
2020-08-12T14:29:44.645+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: plugin address: address=/var/folders/gm/lb5b83yn4p12q6jtrzmnk24m0000gn/T/plugin622002676 network=unix timestamp=2020-08-12T14:29:44.645+0200
2020-08-12T14:29:44.645+0200 [DEBUG] plugin: using plugin: version=5
2020/08/12 14:29:44 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/dns\"]" provider for provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalOpFilter
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalOpFilter
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalConfigProvider
2020-08-12T14:29:44.694+0200 [TRACE] plugin.stdio: waiting for stdio data
2020/08/12 14:29:44 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/dns"]: using explicit config only
2020/08/12 14:29:44 [TRACE] GRPCProvider: GetSchema
2020-08-12T14:29:44.695+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/12 14:29:44 [TRACE] No provider meta schema returned
2020/08/12 14:29:44 [TRACE] GRPCProvider: Configure
2020-08-12T14:29:44.696+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: 2020/08/12 14:29:44 [INFO] Building DNSClient config structure
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.stage (expand)"
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www (expand)"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.dev (expand)"
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": starting visit (*terraform.nodeExpandPlannableResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.stage"
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.dev"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": starting visit (*terraform.NodePlannableResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": starting visit (*terraform.NodePlannableResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteResourceState
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteResourceState
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www"
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": starting visit (*terraform.NodePlannableResource)
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteResourceState
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/12 14:29:44 [TRACE] ResourceCountTransformer: adding dns_a_record_set.dev as *terraform.NodePlannableResourceInstance
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
dns_a_record_set.dev - *terraform.NodePlannableResourceInstance
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_a_record_set.dev" references: []
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.dev"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": starting visit (*terraform.NodePlannableResourceInstance)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalReadState
2020/08/12 14:29:44 [TRACE] ResourceCountTransformer: adding dns_aaaa_record_set.www as *terraform.NodePlannableResourceInstance
2020/08/12 14:29:44 [TRACE] EvalReadState: reading state for dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
dns_aaaa_record_set.www - *terraform.NodePlannableResourceInstance
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [DEBUG] Resource instance state not found for node "dns_aaaa_record_set.www", instance dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_aaaa_record_set.www" references: []
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www"
2020/08/12 14:29:44 [TRACE] UpgradeResourceState: schema version of dns_a_record_set.dev is still 0; calling provider "dns" for any other minor fixups
2020/08/12 14:29:44 [TRACE] GRPCProvider: UpgradeResourceState
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": expanding dynamic subgraph
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": starting visit (*terraform.NodePlannableResourceInstance)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ResourceCountTransformer
2020/08/12 14:29:44 [TRACE] ResourceCountTransformer: adding dns_a_record_set.stage as *terraform.NodePlannableResourceInstance
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": evaluating
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ResourceCountTransformer with new graph:
dns_a_record_set.stage - *terraform.NodePlannableResourceInstance
------
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.OrphanResourceInstanceCountTransformer
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.OrphanResourceInstanceCountTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalReadState
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:44 [TRACE] EvalReadState: reading state for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:44 [DEBUG] ReferenceTransformer: "dns_a_record_set.stage" references: []
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.ReferenceTransformer (no changes)
2020/08/12 14:29:44 [TRACE] Executing graph transform *terraform.RootTransformer
2020/08/12 14:29:44 [TRACE] Completed graph transform *terraform.RootTransformer (no changes)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": entering dynamic subgraph
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "dns_a_record_set.stage"
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": starting visit (*terraform.NodePlannableResourceInstance)
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:44 [TRACE] EvalReadState: no state present for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalValidateSelfRef
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalReadState
2020/08/12 14:29:44 [TRACE] EvalReadState: reading state for dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] UpgradeResourceState: schema version of dns_a_record_set.stage is still 0; calling provider "dns" for any other minor fixups
2020/08/12 14:29:44 [TRACE] GRPCProvider: UpgradeResourceState
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalDiff
2020/08/12 14:29:44 [TRACE] Re-validating config for "dns_aaaa_record_set.www"
2020/08/12 14:29:44 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalValidateSelfRef
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalDiff
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalValidateSelfRef
2020/08/12 14:29:44 [TRACE] Re-validating config for "dns_a_record_set.dev"
2020/08/12 14:29:44 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalDiff
2020/08/12 14:29:44 [TRACE] GRPCProvider: PlanResourceChange
2020/08/12 14:29:44 [TRACE] Re-validating config for "dns_a_record_set.stage"
2020/08/12 14:29:44 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/12 14:29:44 [TRACE] GRPCProvider: PlanResourceChange
2020/08/12 14:29:44 [TRACE] GRPCProvider: PlanResourceChange
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalCheckPreventDestroy
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteState
2020/08/12 14:29:44 [TRACE] EvalWriteState: writing current state object for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/12 14:29:44 [TRACE] EvalWriteDiff: recorded Create change for dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_aaaa_record_set.www (expand)": visit complete
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalCheckPreventDestroy
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteState
2020/08/12 14:29:44 [TRACE] EvalWriteState: writing current state object for dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalCheckPreventDestroy
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteState
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/12 14:29:44 [TRACE] EvalWriteState: writing current state object for dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] EvalWriteDiff: recorded NoOp change for dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: dns_a_record_set.dev
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.dev (expand)": visit complete
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/12 14:29:44 [TRACE] EvalWriteDiff: recorded NoOp change for dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: dns_a_record_set.stage
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage": visit complete
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": dynamic subgraph completed successfully
2020/08/12 14:29:44 [TRACE] vertex "dns_a_record_set.stage (expand)": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "meta.count-boundary (EachMode fixup)"
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/dns\"] (close)"
2020/08/12 14:29:44 [TRACE] vertex "meta.count-boundary (EachMode fixup)": starting visit (*terraform.NodeCountBoundary)
2020/08/12 14:29:44 [TRACE] vertex "meta.count-boundary (EachMode fixup)": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: meta.count-boundary (EachMode fixup)
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalCountFixZeroOneBoundaryGlobal
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": starting visit (*terraform.graphNodeCloseProvider)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: provider["registry.terraform.io/hashicorp/dns"] (close)
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalCloseProvider
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: meta.count-boundary (EachMode fixup)
2020/08/12 14:29:44 [TRACE] GRPCProvider: Close
2020/08/12 14:29:44 [TRACE] vertex "meta.count-boundary (EachMode fixup)": visit complete
2020-08-12T14:29:44.700+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75929
2020-08-12T14:29:44.700+0200 [DEBUG] plugin: plugin exited
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: provider["registry.terraform.io/hashicorp/dns"] (close)
2020/08/12 14:29:44 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"] (close)": visit complete
2020/08/12 14:29:44 [TRACE] dag/walk: visiting "root"
2020/08/12 14:29:44 [TRACE] vertex "root": starting visit (*terraform.nodeCloseModule)
2020/08/12 14:29:44 [TRACE] vertex "root": evaluating
2020/08/12 14:29:44 [TRACE] [walkPlan] Entering eval tree: root
2020/08/12 14:29:44 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:44 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:44 [TRACE] [walkPlan] Exiting eval tree: root
2020/08/12 14:29:44 [TRACE] vertex "root": visit complete
2020/08/12 14:29:44 [DEBUG] command: asking for input: "Do you want to perform these actions?"
2020/08/12 14:29:47 [INFO] backend/local: apply calling Apply
2020/08/12 14:29:47 [INFO] terraform: building graph: GraphTypeApply
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.ConfigTransformer
2020/08/12 14:29:47 [TRACE] ConfigTransformer: Starting for path:
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandApplyableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandApplyableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.DiffTransformer
2020/08/12 14:29:47 [TRACE] DiffTransformer starting
2020/08/12 14:29:47 [TRACE] DiffTransformer: found Create change for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] DiffTransformer: dns_aaaa_record_set.www will be represented by dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] DiffTransformer: found NoOp change for dns_a_record_set.dev
2020/08/12 14:29:47 [TRACE] DiffTransformer: found NoOp change for dns_a_record_set.stage
2020/08/12 14:29:47 [TRACE] DiffTransformer complete
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandApplyableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandApplyableResource
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2020/08/12 14:29:47 [TRACE] AttachResourceConfigTransformer: attaching to "dns_a_record_set.stage (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:17,1-36
2020/08/12 14:29:47 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_a_record_set.stage (expand)
2020/08/12 14:29:47 [TRACE] AttachResourceConfigTransformer: attaching to "dns_a_record_set.dev (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:26,1-34
2020/08/12 14:29:47 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_a_record_set.dev (expand)
2020/08/12 14:29:47 [TRACE] AttachResourceConfigTransformer: attaching to "dns_aaaa_record_set.www (expand)" (*terraform.nodeExpandApplyableResource) config from main.tf:35,1-37
2020/08/12 14:29:47 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_aaaa_record_set.www (expand)
2020/08/12 14:29:47 [TRACE] AttachResourceConfigTransformer: attaching to "dns_aaaa_record_set.www" (*terraform.NodeApplyableResourceInstance) config from main.tf:35,1-37
2020/08/12 14:29:47 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2020/08/12 14:29:47 [DEBUG] Resource state not found for node "dns_aaaa_record_set.www", instance dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.RootVariableTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandApplyableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandApplyableResource
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.LocalTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.LocalTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.OutputTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2020/08/12 14:29:47 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/dns\"]" provider configuration from main.tf:8,1-15
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandApplyableResource
dns_a_record_set.stage (expand) - *terraform.nodeExpandApplyableResource
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2020/08/12 14:29:47 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_aaaa_record_set.www
2020/08/12 14:29:47 [DEBUG] ProviderTransformer: "dns_aaaa_record_set.www" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:47 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_a_record_set.stage (expand)
2020/08/12 14:29:47 [DEBUG] ProviderTransformer: "dns_a_record_set.stage (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:47 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_a_record_set.dev (expand)
2020/08/12 14:29:47 [DEBUG] ProviderTransformer: "dns_a_record_set.dev (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:47 [TRACE] ProviderTransformer: exact match for provider["registry.terraform.io/hashicorp/dns"] serving dns_aaaa_record_set.www (expand)
2020/08/12 14:29:47 [DEBUG] ProviderTransformer: "dns_aaaa_record_set.www (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2020/08/12 14:29:47 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2020/08/12 14:29:47 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:47 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_a_record_set.stage (expand)
2020/08/12 14:29:47 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_a_record_set.dev (expand)
2020/08/12 14:29:47 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_aaaa_record_set.www (expand)
2020/08/12 14:29:47 [TRACE] AttachSchemaTransformer: attaching resource schema to dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2020/08/12 14:29:47 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/dns\"]" references: [var.secret]
2020/08/12 14:29:47 [DEBUG] ReferenceTransformer: "dns_a_record_set.stage (expand)" references: []
2020/08/12 14:29:47 [DEBUG] ReferenceTransformer: "dns_a_record_set.dev (expand)" references: []
2020/08/12 14:29:47 [DEBUG] ReferenceTransformer: "dns_aaaa_record_set.www (expand)" references: []
2020/08/12 14:29:47 [DEBUG] ReferenceTransformer: "dns_aaaa_record_set.www" references: []
2020/08/12 14:29:47 [DEBUG] ReferenceTransformer: "var.secret" references: []
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
dns_a_record_set.dev (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_a_record_set.stage (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2020/08/12 14:29:47 [TRACE] AttachDependenciesTransformer: dns_aaaa_record_set.www depends on []
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2020/08/12 14:29:47 [TRACE] ForcedCBDTransformer: "dns_aaaa_record_set.www" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.destroyRootOutputTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.destroyRootOutputTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2020/08/12 14:29:47 [DEBUG] pruneUnusedNodes: dns_a_record_set.stage (expand) is no longer needed, removing
2020/08/12 14:29:47 [DEBUG] pruneUnusedNodes: dns_a_record_set.dev (expand) is no longer needed, removing
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.TargetsTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.applyDestroyNodeReferenceFixupTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.applyDestroyNodeReferenceFixupTransformer (no changes)
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2020/08/12 14:29:47 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
dns_aaaa_record_set.www (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
var.secret - *terraform.NodeRootVariable
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
dns_aaaa_record_set.www - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
var.secret - *terraform.NodeRootVariable
------
2020/08/12 14:29:47 [DEBUG] Starting graph walk: walkApply
2020/08/12 14:29:47 [TRACE] dag/walk: visiting "var.secret"
2020/08/12 14:29:47 [TRACE] vertex "var.secret": starting visit (*terraform.NodeRootVariable)
2020/08/12 14:29:47 [TRACE] vertex "var.secret": evaluating
2020/08/12 14:29:47 [TRACE] [walkApply] Entering eval tree: var.secret
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:47 [TRACE] [walkApply] Exiting eval tree: var.secret
2020/08/12 14:29:47 [TRACE] vertex "var.secret": visit complete
2020/08/12 14:29:47 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/dns\"]"
2020/08/12 14:29:47 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": starting visit (*terraform.NodeApplyableProvider)
2020/08/12 14:29:47 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": evaluating
2020/08/12 14:29:47 [TRACE] [walkApply] Entering eval tree: provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalInitProvider
2020-08-12T14:29:47.002+0200 [INFO] plugin: configuring client automatic mTLS
2020-08-12T14:29:47.031+0200 [DEBUG] plugin: starting plugin: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 args=[.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4]
2020-08-12T14:29:47.036+0200 [DEBUG] plugin: plugin started: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75930
2020-08-12T14:29:47.036+0200 [DEBUG] plugin: waiting for RPC address: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4
2020-08-12T14:29:47.047+0200 [INFO] plugin.terraform-provider-dns_v2.2.0_x4: configuring server automatic mTLS: timestamp=2020-08-12T14:29:47.047+0200
2020-08-12T14:29:47.077+0200 [DEBUG] plugin: using plugin: version=5
2020-08-12T14:29:47.077+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: plugin address: address=/var/folders/gm/lb5b83yn4p12q6jtrzmnk24m0000gn/T/plugin680459441 network=unix timestamp=2020-08-12T14:29:47.077+0200
2020/08/12 14:29:47 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/dns\"]" provider for provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:47 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalOpFilter
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalGetProvider
2020-08-12T14:29:47.129+0200 [TRACE] plugin.stdio: waiting for stdio data
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalOpFilter
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalConfigProvider
2020/08/12 14:29:47 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/dns"]: using explicit config only
2020/08/12 14:29:47 [TRACE] GRPCProvider: GetSchema
2020-08-12T14:29:47.129+0200 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unimplemented desc = unknown service plugin.GRPCStdio"
2020/08/12 14:29:47 [TRACE] No provider meta schema returned
2020/08/12 14:29:47 [TRACE] GRPCProvider: Configure
2020-08-12T14:29:47.131+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: 2020/08/12 14:29:47 [INFO] Building DNSClient config structure
2020/08/12 14:29:47 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:47 [TRACE] [walkApply] Exiting eval tree: provider["registry.terraform.io/hashicorp/dns"]
2020/08/12 14:29:47 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": visit complete
2020/08/12 14:29:47 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www (expand)"
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www (expand)": expanding dynamic subgraph
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www (expand)": entering dynamic subgraph
2020/08/12 14:29:47 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www"
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www": starting visit (*terraform.NodeApplyableResource)
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www": evaluating
2020/08/12 14:29:47 [TRACE] [walkApply] Entering eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalWriteResourceState
2020/08/12 14:29:47 [TRACE] [walkApply] Exiting eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www": visit complete
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www (expand)": dynamic subgraph completed successfully
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www (expand)": visit complete
2020/08/12 14:29:47 [TRACE] dag/walk: visiting "dns_aaaa_record_set.www"
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www": starting visit (*terraform.NodeApplyableResourceInstance)
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www": evaluating
2020/08/12 14:29:47 [TRACE] [walkApply] Entering eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalSequence
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalReadDiff
2020/08/12 14:29:47 [TRACE] EvalReadDiff: Read Create change from plan for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalIf
2020/08/12 14:29:47 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalIf
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalReadState
2020/08/12 14:29:47 [TRACE] EvalReadState: reading state for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] EvalReadState: no state present for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalReadDiff
2020/08/12 14:29:47 [TRACE] EvalReadDiff: Read Create change from plan for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalDiff
2020/08/12 14:29:47 [TRACE] Re-validating config for "dns_aaaa_record_set.www"
2020/08/12 14:29:47 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2020/08/12 14:29:47 [TRACE] GRPCProvider: PlanResourceChange
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalCheckPlannedChange
2020/08/12 14:29:47 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalGetProvider
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalReadState
2020/08/12 14:29:47 [TRACE] EvalReadState: reading state for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] EvalReadState: no state present for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalReduceDiff
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalIf
2020/08/12 14:29:47 [TRACE] eval: terraform.EvalNoop
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalApplyPre
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalApply
2020/08/12 14:29:47 [DEBUG] EvalApply: ProviderMeta config value set
2020/08/12 14:29:47 [DEBUG] dns_aaaa_record_set.www: applying the planned Create change
2020/08/12 14:29:47 [TRACE] GRPCProvider: ApplyResourceChange
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: panic: runtime error: invalid memory address or nil pointer dereference
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x1a46629]
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4:
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: goroutine 71 [running]:
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/miekg/dns.(*Msg).Insert(0xc0005ad708, 0xc0005ad5e8, 0x1, 0x1)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/miekg/dns/update.go:71 +0x89
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/dns.resourceDnsAAAARecordSetUpdate(0xc0002e13b0, 0x1b0a6c0, 0xc00059a600, 0x1d48900, 0xc000525dc0)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/dns/resource_dns_aaaa_record_set.go:115 +0x783
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/dns.resourceDnsAAAARecordSetCreate(0xc0002e13b0, 0x1b0a6c0, 0xc00059a600, 0x2, 0x28ebc60)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/dns/resource_dns_aaaa_record_set.go:54 +0x5b
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc000146f00, 0xc0004f28c0, 0xc000525dc0, 0x1b0a6c0, 0xc00059a600, 0xc0004ebd01, 0xc000183838, 0x1b91c60)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:286 +0x3b4
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc000147380, 0xc0005ada58, 0xc0004f28c0, 0xc000525dc0, 0xc0004f1708, 0xc0000aa3f0, 0x1b93be0)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:285 +0x18f
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/plugin.(*GRPCProviderServer).ApplyResourceChange(0xc0000b4a30, 0x1f75ba0, 0xc0004eb4a0, 0xc00059aea0, 0xc0000b4a30, 0xc0004eb4a0, 0xc0003cbbd0)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/plugin/grpc_provider.go:885 +0x894
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/internal/tfplugin5._Provider_ApplyResourceChange_Handler(0x1cc5e20, 0xc0000b4a30, 0x1f75ba0, 0xc0004eb4a0, 0xc0004f25f0, 0x0, 0x1f75ba0, 0xc0004eb4a0, 0xc00023fa20, 0xa6)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/internal/tfplugin5/tfplugin5.pb.go:3217 +0x23e
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/google.golang.org/grpc.(*Server).processUnaryRPC(0xc000582900, 0x1f823e0, 0xc000001e00, 0xc0004e8300, 0xc000158360, 0x28c0b80, 0x0, 0x0, 0x0)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/google.golang.org/grpc/server.go:966 +0x470
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/google.golang.org/grpc.(*Server).handleStream(0xc000582900, 0x1f823e0, 0xc000001e00, 0xc0004e8300, 0x0)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/google.golang.org/grpc/server.go:1245 +0xd25
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: github.com/terraform-providers/terraform-provider-dns/vendor/google.golang.org/grpc.(*Server).serveStreams.func1.1(0xc0000c6080, 0xc000582900, 0x1f823e0, 0xc000001e00, 0xc0004e8300)
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/google.golang.org/grpc/server.go:685 +0x9f
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: created by github.com/terraform-providers/terraform-provider-dns/vendor/google.golang.org/grpc.(*Server).serveStreams.func1
2020-08-12T14:29:47.137+0200 [DEBUG] plugin.terraform-provider-dns_v2.2.0_x4: /opt/teamcity-agent/work/5d79fe75d4460a2f/src/github.com/terraform-providers/terraform-provider-dns/vendor/google.golang.org/grpc/server.go:683 +0xa1
2020/08/12 14:29:47 [DEBUG] dns_aaaa_record_set.www: apply errored, but we're indicating that via the Error pointer rather than returning it: rpc error: code = Unavailable desc = transport is closing
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalMaybeTainted
2020/08/12 14:29:47 [TRACE] EvalMaybeTainted: dns_aaaa_record_set.www encountered an error during creation, so it is now marked as tainted
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalWriteState
2020/08/12 14:29:47 [TRACE] EvalWriteState: removing state object for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalApplyProvisioners
2020/08/12 14:29:47 [TRACE] EvalApplyProvisioners: dns_aaaa_record_set.www has no state, so skipping provisioners
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalMaybeTainted
2020/08/12 14:29:47 [TRACE] EvalMaybeTainted: dns_aaaa_record_set.www encountered an error during creation, so it is now marked as tainted
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalWriteState
2020/08/12 14:29:47 [TRACE] EvalWriteState: removing state object for dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalIf
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalIf
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalWriteDiff
2020/08/12 14:29:47 [TRACE] eval: *terraform.EvalApplyPost
2020/08/12 14:29:47 [ERROR] eval: *terraform.EvalApplyPost, err: rpc error: code = Unavailable desc = transport is closing
2020/08/12 14:29:47 [ERROR] eval: *terraform.EvalSequence, err: rpc error: code = Unavailable desc = transport is closing
2020/08/12 14:29:47 [TRACE] [walkApply] Exiting eval tree: dns_aaaa_record_set.www
2020/08/12 14:29:47 [TRACE] vertex "dns_aaaa_record_set.www": visit complete
2020/08/12 14:29:47 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2020/08/12 14:29:47 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/dns\"] (close)" errored, so skipping
2020/08/12 14:29:47 [TRACE] dag/walk: upstream of "root" errored, so skipping
2020/08/12 14:29:47 [TRACE] statemgr.Filesystem: creating backup snapshot at terraform.tfstate.backup
2020-08-12T14:29:47.139+0200 [DEBUG] plugin: plugin process exited: path=.terraform/plugins/registry.terraform.io/hashicorp/dns/2.2.0/darwin_amd64/terraform-provider-dns_v2.2.0_x4 pid=75930 error="exit status 2"
2020/08/12 14:29:47 [TRACE] statemgr.Filesystem: state has changed since last snapshot, so incrementing serial to 11
2020/08/12 14:29:47 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
2020/08/12 14:29:47 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2020/08/12 14:29:47 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2020-08-12T14:29:47.152+0200 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment