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

Add import logic for dyn_record #19

Closed bhops closed 6 years ago

bhops commented 6 years ago

This allows dyn records to be imported with the following syntax:

terraform import dyn_record.foobar {type}/{zone}/{fqdn}[/{id}]

Additionally, this fixes TestAccDynRecord_CNAME_topLevelDomain which assumed that the DYN_ZONE provided was hashicorptest.com

Closes #7 Closes #18

bhops commented 6 years ago

@radeksimko I've addressed your comment.