Add documentation for route53_record import

This commit is contained in:
Jake Champlin 2017-01-11 17:43:26 -05:00
parent e579c1c90f
commit 2bd3c26fb1
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2
1 changed files with 9 additions and 0 deletions

View File

@ -133,3 +133,12 @@ Weighted routing policies support the following:
## Attributes Reference
* `fqdn` - [FQDN](https://en.wikipedia.org/wiki/Fully_qualified_domain_name) built using the zone domain and `name`
## Import
Route53 Records can be imported using ID of the record, e.g.
```
$ terraform import aws_route53_record.myrecord Z4KAPRWWNC7JR_dev.example.com_NS
```