No, for AWS Route53 zones the ID is not the domain (#9302)

For AWS Route53 zones the ID is not the domain name, it is the Zone ID.

When I took your "If you're unsure, feel free to just try an ID." advice to heart I figured it out pretty quickly, but still, getting it right the first time would be nice.
This commit is contained in:
Christopher Brown 2016-10-09 11:29:38 -05:00 committed by Radek Simko
parent 467d52f964
commit 9763702a6c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ into modules as well directly into the root of your state.
ID is dependent on the resource type being imported. For example, for AWS
instances it is the instance ID (`i-abcd1234`) but for AWS Route53 zones
it is the domain. Please reference the provider documentation for details
it is the zone ID (`Z12ABC4UGMOZ2N`). Please reference the provider documentation for details
on the ID format. If you're unsure, feel free to just try an ID. If the ID
is invalid, you'll just receive an error message.