Skip to content

Commit

Permalink
fixed import parameter in aws_dms_certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
kangaechu committed May 21, 2021
1 parent bc48c21 commit 02ecfed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/dms_certificate.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ In addition to all arguments above, the following attributes are exported:

## Import

Certificates can be imported using the `certificate_arn`, e.g.
Certificates can be imported using the `certificate_id`, e.g.

```
$ terraform import aws_dms_certificate.test arn:aws:dms:us-west-2:123456789:cert:xxxxxxxxxx
$ terraform import aws_dms_certificate.test test-dms-certificate-tf
```

0 comments on commit 02ecfed

Please sign in to comment.