diff --git a/website/docs/r/db_snapshot.html.markdown b/website/docs/r/db_snapshot.html.markdown index c2a0fc1564f..8e725805a68 100644 --- a/website/docs/r/db_snapshot.html.markdown +++ b/website/docs/r/db_snapshot.html.markdown @@ -64,8 +64,8 @@ In addition to all arguments above, the following attributes are exported: ## Import -`aws_db_snapshot` can be imported by using the cluster snapshot identifier, e.g. +`aws_db_snapshot` can be imported by using the snapshot identifier, e.g. ``` $ terraform import aws_db_snapshot.example my-snapshot -``` \ No newline at end of file +```