Skip to content

Commit

Permalink
remove unneeded space (#23403)
Browse files Browse the repository at this point in the history
  • Loading branch information
iaoiui authored Feb 28, 2022
1 parent d32049d commit 3457e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/kms_grant.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ In addition to all arguments above, the following attributes are exported:
KMS Grants can be imported using the Key ID and Grant ID separated by a colon (`:`), e.g.,

```
$ terraform import aws_kms_grant.test 1234abcd-12ab-34cd-56ef-1234567890ab: abcde1237f76e4ba7987489ac329fbfba6ad343d6f7075dbd1ef191f0120514
$ terraform import aws_kms_grant.test 1234abcd-12ab-34cd-56ef-1234567890ab:abcde1237f76e4ba7987489ac329fbfba6ad343d6f7075dbd1ef191f0120514
```

0 comments on commit 3457e7e

Please sign in to comment.