Skip to content

Commit

Permalink
docs/resource/aws_guardduty_filter: Fix incorrect import doc instruct…
Browse files Browse the repository at this point in the history
…ions (#15058)
  • Loading branch information
dimisjim authored Sep 8, 2020
1 parent e7ef866 commit 2868f97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/guardduty_filter.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ In addition to all arguments above, the following attribute is exported:

## Import

GuardDuty filters can be imported using the detector ID and filter's name separated by underscore, e.g.
GuardDuty filters can be imported using the detector ID and filter's name separated by a colon, e.g.

```
$ terraform import aws_guardduty_filter.MyFilter 00b00fd5aecc0ab60a708659477e9617_MyFilter
$ terraform import aws_guardduty_filter.MyFilter 00b00fd5aecc0ab60a708659477e9617:MyFilter
```

0 comments on commit 2868f97

Please sign in to comment.