Update route53_record.html.markdown (#13677)

Added set_identifier example for import
This commit is contained in:
Viktor Voltaire 2017-04-23 11:49:15 +02:00 committed by Radek Simko
parent eced7e39d4
commit 42473d5129
1 changed files with 2 additions and 2 deletions

View File

@ -144,5 +144,5 @@ Weighted routing policies support the following:
Route53 Records can be imported using ID of the record, e.g.
```
$ terraform import aws_route53_record.myrecord Z4KAPRWWNC7JR_dev.example.com_NS
```
$ terraform import aws_route53_record.myrecord Z4KAPRWWNC7JR_dev.example.com_NS_dev
```