Skip to content

Instantly share code, notes, and snippets.

@aneroid13
Created June 11, 2021 09:39
Show Gist options
  • Save aneroid13/f0453403077cf9a17108f4e3728a486d to your computer and use it in GitHub Desktop.
Save aneroid13/f0453403077cf9a17108f4e3728a486d to your computer and use it in GitHub Desktop.
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# module.dns-test.dns_ptr_record.dns_ptr will be created
+ resource "dns_ptr_record" "dns_ptr" {
+ id = (known after apply)
+ name = "10.10.10"
+ ptr = "zzz-tst1p.testdomain.com."
+ ttl = 900
+ zone = "10.in-addr.arpa."
}
Plan: 1 to add, 0 to change, 0 to destroy.
Do you want to perform these actions?
Terraform will perform the actions described above.
Only 'yes' will be accepted to approve.
2021/06/11 12:15:28 [DEBUG] command: asking for input: "Do you want to perform these actions?"
Enter a value: 2021/06/11 12:15:30 [ERR] Checkpoint error: Get "https://checkpoint-api.hashicorp.com/v1/check/terraform?arch=amd64&os=linux&signature=&version=0.14.5": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
yes
2021/06/11 12:15:31 [INFO] backend/local: apply calling Apply
2021/06/11 12:15:31 [INFO] terraform: building graph: GraphTypeApply
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.ConfigTransformer
2021/06/11 12:15:31 [TRACE] ConfigTransformer: Starting for path:
2021/06/11 12:15:31 [TRACE] ConfigTransformer: Starting for path: module.dns-test
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.ConfigTransformer with new graph:
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.RootVariableTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.RootVariableTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.ModuleVariableTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.ModuleVariableTransformer with new graph:
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.LocalTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.LocalTransformer with new graph:
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.OutputTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.OutputTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.DiffTransformer
2021/06/11 12:15:31 [TRACE] DiffTransformer starting
2021/06/11 12:15:31 [TRACE] DiffTransformer: found Create change for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] DiffTransformer: module.dns-test.dns_ptr_record.dns_ptr will be represented by module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] DiffTransformer: found NoOp change for module.dns-test.dns_a_record_set.dns_a
2021/06/11 12:15:31 [TRACE] DiffTransformer complete
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.DiffTransformer with new graph:
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.AttachStateTransformer
2021/06/11 12:15:31 [DEBUG] Resource state not found for node "module.dns-test.dns_ptr_record.dns_ptr", instance module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.AttachStateTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.OrphanOutputTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.OrphanOutputTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.AttachResourceConfigTransformer
2021/06/11 12:15:31 [TRACE] AttachResourceConfigTransformer: attaching to "module.dns-test.dns_a_record_set.dns_a (expand)" (*terraform.nodeExpandApplyableResource) config from test1/prt_test.tf:7,1-36
2021/06/11 12:15:31 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.dns-test.dns_a_record_set.dns_a (expand)
2021/06/11 12:15:31 [TRACE] AttachResourceConfigTransformer: attaching to "module.dns-test.dns_ptr_record.dns_ptr (expand)" (*terraform.nodeExpandApplyableResource) config from test1/prt_test.tf:19,1-36
2021/06/11 12:15:31 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.dns-test.dns_ptr_record.dns_ptr (expand)
2021/06/11 12:15:31 [TRACE] AttachResourceConfigTransformer: attaching to "module.dns-test.dns_ptr_record.dns_ptr" (*terraform.NodeApplyableResourceInstance) config from test1/prt_test.tf:19,1-36
2021/06/11 12:15:31 [TRACE] AttachResourceConfigTransformer: attaching provider meta configs to module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.AttachResourceConfigTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.MissingProvisionerTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.MissingProvisionerTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.ProvisionerTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.ProvisionerTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.graphTransformerMulti
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderConfigTransformer
2021/06/11 12:15:31 [TRACE] ProviderConfigTransformer: attaching to "provider[\"registry.terraform.io/hashicorp/dns\"]" provider configuration from dns_test2.tf:1,1-15
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderConfigTransformer with new graph:
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
------
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.MissingProviderTransformer
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.MissingProviderTransformer (no changes)
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ProviderTransformer
2021/06/11 12:15:31 [TRACE] ProviderTransformer: module.dns-test.dns_ptr_record.dns_ptr uses inherited configuration provider["registry.terraform.io/hashicorp/dns"]
2021/06/11 12:15:31 [DEBUG] ProviderTransformer: "module.dns-test.dns_ptr_record.dns_ptr" (*terraform.NodeApplyableResourceInstance) needs provider["registry.terraform.io/hashicorp/dns"]
2021/06/11 12:15:31 [TRACE] ProviderTransformer: module.dns-test.dns_a_record_set.dns_a (expand) uses inherited configuration provider["registry.terraform.io/hashicorp/dns"]
2021/06/11 12:15:31 [DEBUG] ProviderTransformer: "module.dns-test.dns_a_record_set.dns_a (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2021/06/11 12:15:31 [TRACE] ProviderTransformer: module.dns-test.dns_ptr_record.dns_ptr (expand) uses inherited configuration provider["registry.terraform.io/hashicorp/dns"]
2021/06/11 12:15:31 [DEBUG] ProviderTransformer: "module.dns-test.dns_ptr_record.dns_ptr (expand)" (*terraform.nodeExpandApplyableResource) needs provider["registry.terraform.io/hashicorp/dns"]
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ProviderTransformer with new graph:
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
------
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.PruneProviderTransformer
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.PruneProviderTransformer (no changes)
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Executing graph transform *terraform.ParentProviderTransformer
2021/06/11 12:15:31 [TRACE] (graphTransformerMulti) Completed graph transform *terraform.ParentProviderTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.graphTransformerMulti with new graph:
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.RemovedModuleTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.RemovedModuleTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.AttachSchemaTransformer
2021/06/11 12:15:31 [TRACE] AttachSchemaTransformer: attaching resource schema to module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] AttachSchemaTransformer: attaching provider config schema to provider["registry.terraform.io/hashicorp/dns"]
2021/06/11 12:15:31 [TRACE] AttachSchemaTransformer: attaching resource schema to module.dns-test.dns_a_record_set.dns_a (expand)
2021/06/11 12:15:31 [TRACE] AttachSchemaTransformer: attaching resource schema to module.dns-test.dns_ptr_record.dns_ptr (expand)
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.AttachSchemaTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.ModuleExpansionTransformer
2021/06/11 12:15:31 [TRACE] ModuleExpansionTransformer: Added module.dns-test as *terraform.nodeExpandModule
2021/06/11 12:15:31 [TRACE] ModuleExpansionTransformer: module.dns-test.dns_a_record_set.dns_a (expand) must wait for expansion of module.dns-test
2021/06/11 12:15:31 [TRACE] ModuleExpansionTransformer: module.dns-test.dns_ptr_record.dns_ptr (expand) must wait for expansion of module.dns-test
2021/06/11 12:15:31 [TRACE] ModuleExpansionTransformer: module.dns-test (close) must wait for expansion of module.dns-test
2021/06/11 12:15:31 [TRACE] ModuleExpansionTransformer: module.dns-test.var.default_ip_address (expand) must wait for expansion of module.dns-test
2021/06/11 12:15:31 [TRACE] ModuleExpansionTransformer: module.dns-test.var.name (expand) must wait for expansion of module.dns-test
2021/06/11 12:15:31 [TRACE] ModuleExpansionTransformer: module.dns-test.local.domain (expand) must wait for expansion of module.dns-test
2021/06/11 12:15:31 [TRACE] ModuleExpansionTransformer: module.dns-test.dns_ptr_record.dns_ptr must wait for expansion of module.dns-test
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.ModuleExpansionTransformer with new graph:
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.ReferenceTransformer
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "module.dns-test.var.default_ip_address (expand)" references: []
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "module.dns-test.var.name (expand)" references: []
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "module.dns-test.local.domain (expand)" references: []
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "module.dns-test.dns_ptr_record.dns_ptr" references: [module.dns-test.var.default_ip_address (expand) module.dns-test.var.name (expand) module.dns-test.local.domain (expand)]
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "provider[\"registry.terraform.io/hashicorp/dns\"]" references: []
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "module.dns-test (expand)" references: []
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "module.dns-test.dns_a_record_set.dns_a (expand)" references: []
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "module.dns-test.dns_ptr_record.dns_ptr (expand)" references: []
2021/06/11 12:15:31 [DEBUG] ReferenceTransformer: "module.dns-test (close)" references: []
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.ReferenceTransformer with new graph:
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_a_record_set.dns_a (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.AttachDependenciesTransformer
2021/06/11 12:15:31 [TRACE] AttachDependenciesTransformer: module.dns-test.dns_ptr_record.dns_ptr depends on []
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.AttachDependenciesTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.ForcedCBDTransformer
2021/06/11 12:15:31 [TRACE] ForcedCBDTransformer: "module.dns-test.dns_ptr_record.dns_ptr" (*terraform.NodeApplyableResourceInstance) has no CBD descendent, so skipping
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.ForcedCBDTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.DestroyEdgeTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.DestroyEdgeTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.CBDEdgeTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.CBDEdgeTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.pruneUnusedNodesTransformer
2021/06/11 12:15:31 [DEBUG] pruneUnusedNodes: module.dns-test.dns_a_record_set.dns_a (expand) is no longer needed, removing
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.pruneUnusedNodesTransformer with new graph:
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.TargetsTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.TargetsTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.CountBoundaryTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.CountBoundaryTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.CloseProviderTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.CloseProviderTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.CloseProvisionerTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.CloseProvisionerTransformer (no changes)
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.CloseRootModuleTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.CloseRootModuleTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (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
------
2021/06/11 12:15:31 [TRACE] Executing graph transform *terraform.TransitiveReductionTransformer
2021/06/11 12:15:31 [TRACE] Completed graph transform *terraform.TransitiveReductionTransformer with new graph:
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test (close) - *terraform.nodeCloseModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test.dns_ptr_record.dns_ptr (expand) - *terraform.nodeExpandApplyableResource
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
module.dns-test.local.domain (expand) - *terraform.nodeExpandLocal
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.default_ip_address (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
module.dns-test.var.name (expand) - *terraform.nodeExpandModuleVariable
module.dns-test (expand) - *terraform.nodeExpandModule
provider["registry.terraform.io/hashicorp/dns"] - *terraform.NodeApplyableProvider
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
module.dns-test.dns_ptr_record.dns_ptr - *terraform.NodeApplyableResourceInstance
root - *terraform.nodeCloseModule
meta.count-boundary (EachMode fixup) - *terraform.NodeCountBoundary
provider["registry.terraform.io/hashicorp/dns"] (close) - *terraform.graphNodeCloseProvider
------
2021/06/11 12:15:31 [DEBUG] Starting graph walk: walkApply
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "provider[\"registry.terraform.io/hashicorp/dns\"]"
2021/06/11 12:15:31 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": starting visit (*terraform.NodeApplyableProvider)
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test (expand)"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test (expand)": starting visit (*terraform.nodeExpandModule)
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test (expand)": visit complete
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.var.default_ip_address (expand)"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.default_ip_address (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.default_ip_address (expand)": expanding dynamic subgraph
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.default_ip_address (expand)": entering dynamic subgraph
2021-06-11T12:15:31.582+0300 [INFO] plugin: configuring client automatic mTLS
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.var.default_ip_address"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.default_ip_address": starting visit (*terraform.nodeModuleVariable)
2021/06/11 12:15:31 [TRACE] evalVariableValidations: not active for module.dns-test.var.default_ip_address, so skipping
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.default_ip_address": visit complete
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.default_ip_address (expand)": dynamic subgraph completed successfully
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.default_ip_address (expand)": visit complete
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.var.name (expand)"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.name (expand)": starting visit (*terraform.nodeExpandModuleVariable)
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.name (expand)": expanding dynamic subgraph
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.name (expand)": entering dynamic subgraph
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.var.name"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.name": starting visit (*terraform.nodeModuleVariable)
2021/06/11 12:15:31 [TRACE] evalVariableValidations: not active for module.dns-test.var.name, so skipping
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.name": visit complete
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.local.domain (expand)"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.local.domain (expand)": starting visit (*terraform.nodeExpandLocal)
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.local.domain (expand)": expanding dynamic subgraph
2021/06/11 12:15:31 [TRACE] Expanding local: adding module.dns-test.local.domain as *terraform.NodeLocal
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.local.domain (expand)": entering dynamic subgraph
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.local.domain"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.name (expand)": dynamic subgraph completed successfully
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.var.name (expand)": visit complete
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.local.domain": starting visit (*terraform.NodeLocal)
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.local.domain": visit complete
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.local.domain (expand)": dynamic subgraph completed successfully
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.local.domain (expand)": visit complete
2021-06-11T12:15:31.622+0300 [DEBUG] plugin: starting plugin: path=.terraform/providers/registry.terraform.io/hashicorp/dns/3.1.0/linux_amd64/terraform-provider-dns_v3.1.0_x5 args=[.terraform/providers/registry.terraform.io/hashicorp/dns/3.1.0/linux_amd64/terraform-provider-dns_v3.1.0_x5]
2021-06-11T12:15:31.622+0300 [DEBUG] plugin: plugin started: path=.terraform/providers/registry.terraform.io/hashicorp/dns/3.1.0/linux_amd64/terraform-provider-dns_v3.1.0_x5 pid=60411
2021-06-11T12:15:31.622+0300 [DEBUG] plugin: waiting for RPC address: path=.terraform/providers/registry.terraform.io/hashicorp/dns/3.1.0/linux_amd64/terraform-provider-dns_v3.1.0_x5
2021-06-11T12:15:31.640+0300 [INFO] plugin.terraform-provider-dns_v3.1.0_x5: configuring server automatic mTLS: timestamp=2021-06-11T12:15:31.640+0300
2021-06-11T12:15:31.694+0300 [DEBUG] plugin: using plugin: version=5
2021-06-11T12:15:31.694+0300 [DEBUG] plugin.terraform-provider-dns_v3.1.0_x5: plugin address: network=unix address=/tmp/plugin935084776 timestamp=2021-06-11T12:15:31.693+0300
2021/06/11 12:15:31 [TRACE] BuiltinEvalContext: Initialized "provider[\"registry.terraform.io/hashicorp/dns\"]" provider for provider["registry.terraform.io/hashicorp/dns"]
2021/06/11 12:15:31 [TRACE] buildProviderConfig for provider["registry.terraform.io/hashicorp/dns"]: using explicit config only
2021/06/11 12:15:31 [TRACE] GRPCProvider: GetSchema
2021-06-11T12:15:31.767+0300 [TRACE] plugin.stdio: waiting for stdio data
2021/06/11 12:15:31 [TRACE] GRPCProvider: Configure
2021-06-11T12:15:31.773+0300 [DEBUG] plugin.terraform-provider-dns_v3.1.0_x5: 2021/06/11 12:15:31 [INFO] Building DNSClient config structure
2021/06/11 12:15:31 [TRACE] vertex "provider[\"registry.terraform.io/hashicorp/dns\"]": visit complete
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.dns_ptr_record.dns_ptr (expand)"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr (expand)": starting visit (*terraform.nodeExpandApplyableResource)
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr (expand)": expanding dynamic subgraph
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr (expand)": entering dynamic subgraph
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.dns_ptr_record.dns_ptr"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr": starting visit (*terraform.NodeApplyableResource)
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr": visit complete
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr (expand)": dynamic subgraph completed successfully
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr (expand)": visit complete
2021/06/11 12:15:31 [TRACE] dag/walk: visiting "module.dns-test.dns_ptr_record.dns_ptr"
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr": starting visit (*terraform.NodeApplyableResourceInstance)
2021/06/11 12:15:31 [TRACE] EvalReadDiff: Read Create change from plan for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] EvalReadState: reading state for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] EvalReadState: no state present for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] EvalReadDiff: Read Create change from plan for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] Re-validating config for "module.dns-test.dns_ptr_record.dns_ptr"
2021/06/11 12:15:31 [TRACE] GRPCProvider: ValidateResourceTypeConfig
2021/06/11 12:15:31 [TRACE] GRPCProvider: PlanResourceChange
module.dns-test.dns_ptr_record.dns_ptr: Creating...
2021/06/11 12:15:31 [TRACE] EvalCheckPlannedChange: Verifying that actual change (action Create) matches planned change (action Create)
2021/06/11 12:15:31 [TRACE] EvalReadState: reading state for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] EvalReadState: no state present for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [DEBUG] EvalApply: ProviderMeta config value set
2021/06/11 12:15:31 [DEBUG] module.dns-test.dns_ptr_record.dns_ptr: applying the planned Create change
2021/06/11 12:15:31 [TRACE] GRPCProvider: ApplyResourceChange
2021/06/11 12:15:31 [DEBUG] module.dns-test.dns_ptr_record.dns_ptr: apply errored, but we're indicating that via the Error pointer rather than returning it: Provider produced inconsistent result after apply: When applying changes to module.dns-test.dns_ptr_record.dns_ptr, provider "registry.terraform.io/hashicorp/dns" produced an unexpected new value: Root resource was present, but now absent.
This is a bug in the provider, which should be reported in the provider's own issue tracker.
2021/06/11 12:15:31 [TRACE] EvalMaybeTainted: module.dns-test.dns_ptr_record.dns_ptr encountered an error during creation, so it is now marked as tainted
2021/06/11 12:15:31 [TRACE] EvalWriteState: removing state object for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] EvalApplyProvisioners: dns_ptr_record.dns_ptr has no state, so skipping provisioners
2021/06/11 12:15:31 [TRACE] EvalMaybeTainted: module.dns-test.dns_ptr_record.dns_ptr encountered an error during creation, so it is now marked as tainted
2021/06/11 12:15:31 [TRACE] EvalWriteState: removing state object for module.dns-test.dns_ptr_record.dns_ptr
2021/06/11 12:15:31 [TRACE] vertex "module.dns-test.dns_ptr_record.dns_ptr": visit complete
2021/06/11 12:15:31 [TRACE] dag/walk: upstream of "provider[\"registry.terraform.io/hashicorp/dns\"] (close)" errored, so skipping
2021/06/11 12:15:31 [TRACE] dag/walk: upstream of "module.dns-test (close)" errored, so skipping
2021/06/11 12:15:31 [TRACE] dag/walk: upstream of "meta.count-boundary (EachMode fixup)" errored, so skipping
2021/06/11 12:15:31 [TRACE] dag/walk: upstream of "root" errored, so skipping
2021/06/11 12:15:31 [TRACE] statemgr.Filesystem: not making a backup, because the new snapshot is identical to the old
2021/06/11 12:15:31 [TRACE] statemgr.Filesystem: no state changes since last snapshot
2021/06/11 12:15:31 [TRACE] statemgr.Filesystem: writing snapshot at terraform.tfstate
Error: Provider produced inconsistent result after apply
When applying changes to module.dns-test.dns_ptr_record.dns_ptr, provider
"registry.terraform.io/hashicorp/dns" produced an unexpected new value: Root
resource was present, but now absent.
This is a bug in the provider, which should be reported in the provider's own
issue tracker.
2021/06/11 12:15:31 [TRACE] statemgr.Filesystem: removing lock metadata file .terraform.tfstate.lock.info
2021/06/11 12:15:31 [TRACE] statemgr.Filesystem: unlocking terraform.tfstate using fcntl flock
2021-06-11T12:15:31.840+0300 [WARN] plugin.stdio: received EOF, stopping recv loop: err="rpc error: code = Unavailable desc = transport is closing"
2021-06-11T12:15:31.844+0300 [DEBUG] plugin: plugin process exited: path=.terraform/providers/registry.terraform.io/hashicorp/dns/3.1.0/linux_amd64/terraform-provider-dns_v3.1.0_x5 pid=60411
2021-06-11T12:15:31.844+0300 [DEBUG] plugin: plugin exited
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment