Skip to content

Commit

Permalink
Merge pull request #19461 from kangaechu/fix-import-aws_dms_certificate
Browse files Browse the repository at this point in the history
Documentation: fixed import parameter in aws_dms_certificate
  • Loading branch information
ewbankkit authored May 21, 2021
2 parents a632d44 + 02ecfed commit d055ffd
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 @@ -49,8 +49,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 d055ffd

Please sign in to comment.