Skip to content

Commit

Permalink
update import format in docs to newer style
Browse files Browse the repository at this point in the history
  • Loading branch information
danawillow committed Jun 17, 2019
1 parent 373b0df commit a53b30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions third_party/terraform/website/docs/r/dns_record_set.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -163,11 +163,11 @@ Only the arguments listed above are exposed as attributes.

## Import

DNS record set can be imported using the `zone name`, `record name` and record `type`, with an optional `project`, e.g.
DNS record sets can be imported using either of these accepted formats:

```
$ terraform import google_dns_record_set.frontend prod-zone/frontend.prod.mydomain.com./A
$ terraform import google_dns_record_set.frontend prod-project/prod-zone/frontend.prod.mydomain.com./A
$ terraform import google_dns_record_set.frontend {{project}}/{{zone}}/{{name}}/{{type}}
$ terraform import google_dns_record_set.frontend {{zone}}/{{name}}/{{type}}
```

Note: The record name must include the trailing dot at the end.

0 comments on commit a53b30f

Please sign in to comment.