Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crashed while creating DigitalOcean NS records #15133

Closed
snick opened this issue Jun 6, 2017 · 1 comment
Closed

Crashed while creating DigitalOcean NS records #15133

snick opened this issue Jun 6, 2017 · 1 comment

Comments

@snick
Copy link

snick commented Jun 6, 2017

Terraform Version

0.9.6

Affected Resource(s)

  • digitalocean_domain
  • digitalocean_record

Terraform Configuration Files

resource "digitalocean_domain" "xxx" {
  name = "xxx"
  ip_address = "${digitalocean_droplet.xxx.ipv4_address}"
}

<-- many a, cname, mx records-->

resource "digitalocean_record" "xxx_txt1" {
  domain = "${digitalocean_domain.xxx.name}"
  type = "TXT"
  name = "@"
  value = "google-site-verification=xxx"
  priority = 10
}

Debug Output

https://gist.github.com/snick/1af3abe993a60639a302c5e1f8331a70

Panic Output

https://gist.github.com/snick/08a531a54a1b9193b2184bb44ec369a8

Expected Behavior

Not crashed

Actual Behavior

Crashed

Steps to Reproduce

  1. terraform apply
  2. That's all

Important Factoids

Nope

References

Nope (maybe)

@ghost
Copy link

ghost commented Apr 9, 2020

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.

@ghost ghost locked and limited conversation to collaborators Apr 9, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants