Giter Site home page Giter Site logo

Comments (7)

shibug avatar shibug commented on September 27, 2024 1

You may close this issue. It has been resolved. The issue was with an ending . on name field

from terraform-provider-dns.

apparentlymart avatar apparentlymart commented on September 27, 2024

Hi @shibug! Sorry for this crash and thanks for reporting it.

Here's the stack trace from the log, for easier reference:

2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: panic: runtime error: invalid memory address or nil pointer dereference
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: [signal 0xc0000005 code=0x0 addr=0x20 pc=0x9ade8e]
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: goroutine 41 [running]:
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/miekg/dns.(*Msg).Insert(0xc04226b7b0, 0xc04226b6b0, 0x1, 0x1)
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/miekg/dns/update.go:71 +0x8e
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: github.com/terraform-providers/terraform-provider-dns/dns.resourceDnsPtrRecordUpdate(0xc0422435e0, 0xa64a40, 0xc0420e6640, 0x2, 0x2)
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/dns/resource_dns_ptr_record.go:151 +0x94f
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: github.com/terraform-providers/terraform-provider-dns/dns.resourceDnsPtrRecordCreate(0xc0422435e0, 0xa64a40, 0xc0420e6640, 0x0, 0x0)
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/dns/resource_dns_ptr_record.go:61 +0x457
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema.(*Resource).Apply(0xc042247e60, 0xc042244780, 0xc04230c180, 0xa64a40, 0xc0420e6640, 0x1, 0x28, 0xc0422fc660)
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema/resource.go:186 +0x494
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema.(*Provider).Apply(0xc04224aa80, 0xc042244730, 0xc042244780, 0xc04230c180, 0x1690db0, 0x0, 0x0)
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/helper/schema/provider.go:242 +0xa2
2017-09-19T17:07:16.112-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/plugin.(*ResourceProviderServer).Apply(0xc0420e98e0, 0xc042231c00, 0xc04230a1d0, 0x0, 0x0)
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/opt/teamcity-agent/work/222ea50a1b4f75f4/src/github.com/terraform-providers/terraform-provider-dns/vendor/github.com/hashicorp/terraform/plugin/resource_provider.go:488 +0x5e
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: reflect.Value.call(0xc0421fe180, 0xc0420ea3c0, 0x13, 0xb7c38e, 0x4, 0xc042237f20, 0x3, 0x3, 0xc0420f1760, 0xa72840, ...)
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/usr/local/go/src/reflect/value.go:434 +0x926
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: reflect.Value.Call(0xc0421fe180, 0xc0420ea3c0, 0x13, 0xc042237f20, 0x3, 0x3, 0xc0421618f0, 0x0, 0x0)
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/usr/local/go/src/reflect/value.go:302 +0xab
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: net/rpc.(*service).call(0xc0422ee0c0, 0xc0422ee080, 0xc0422c61a8, 0xc04224e900, 0xc0422f61e0, 0xa66580, 0xc042231c00, 0x16, 0xa665c0, 0xc04230a1d0, ...)
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/usr/local/go/src/net/rpc/server.go:387 +0x14b
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: created by net/rpc.(*Server).ServeCodec
2017-09-19T17:07:16.113-0500 [DEBUG] plugin.terraform-provider-dns_v0.1.0_x4.exe: 	/usr/local/go/src/net/rpc/server.go:481 +0x40b

from terraform-provider-dns.

shibug avatar shibug commented on September 27, 2024

from terraform-provider-dns.

katbyte avatar katbyte commented on September 27, 2024

Hello @shibug,

Sorry to see your having this issue. As its been over 8 months just checking to see if this is still a problem with the latest version of the provider? If so could you please supply a fully working terraform example exhibiting the issue? The terraform above is sourcing data from a var that has not been supplied. Thanks!

from terraform-provider-dns.

shibug avatar shibug commented on September 27, 2024

from terraform-provider-dns.

katbyte avatar katbyte commented on September 27, 2024

Thank you for checking, glad to hear it has been resolved!

from terraform-provider-dns.

github-actions avatar github-actions commented on September 27, 2024

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

from terraform-provider-dns.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.