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

import: Record ID *not* optional #22

Closed max-l-weaver closed 6 years ago

max-l-weaver commented 6 years ago

Terraform Version

v0.10.8

Affected Resource(s)

import

Terraform Configuration Files

n/a

Debug Output

https://gist.github.com/max-l-weaver/8d89221df00d83069bbcb3f542e3fd71

Expected Behavior

As import states ID is optional, it shouldn't have failed when not providing it.

Dyn records can be imported using a combination of the type, zone, fdqn, and optionally id.

Actual Behavior

When skipping providing record ID the import failed

Steps to Reproduce

https://gist.github.com/max-l-weaver/8d89221df00d83069bbcb3f542e3fd71

max-l-weaver commented 6 years ago

closed because not getting a response and tbh not that big of a deal