From 2bd3c26fb11bd3d51cdf364c78f36ba767956475 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Wed, 11 Jan 2017 17:43:26 -0500 Subject: [PATCH] Add documentation for route53_record import --- .../docs/providers/aws/r/route53_record.html.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/source/docs/providers/aws/r/route53_record.html.markdown b/website/source/docs/providers/aws/r/route53_record.html.markdown index 80230e7f2..b74c8e56d 100644 --- a/website/source/docs/providers/aws/r/route53_record.html.markdown +++ b/website/source/docs/providers/aws/r/route53_record.html.markdown @@ -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 +``` \ No newline at end of file