hashicorp / terraform-provider-dyn

Terraform Dyn provider. Please note: This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
https://registry.terraform.io
Mozilla Public License 2.0
7 stars 16 forks source link

Failure to import when fqdn contains special characters #23

Open max-l-weaver opened 6 years ago

max-l-weaver commented 6 years ago

Terraform Version

0.11.0

Affected Resource(s)

terraform import dyn_record

Terraform Configuration Files

resource "dyn_record" "corp__xmpp_server__tcp_132" {
  zone  = "corp.com"
  name  = "_xmpp-server._tcp"
  value = "20"
  type  = "SRV"
  ttl   = "21600"
}

Debug Output

https://gist.github.com/max-l-weaver/3cf0c16e124076d378ce790dfb44f0bd

Expected Behavior

should have imported the state

Actual Behavior

see gist

Steps to Reproduce

  1. terraform import
max-l-weaver commented 6 years ago

I imagine this is an issue with the dynect-go library