Skip to content

Commit

Permalink
Code example incorrect (#8473)
Browse files Browse the repository at this point in the history
Code example incorrect
  • Loading branch information
nywilken authored May 3, 2019
2 parents a9d2f6d + aefc852 commit aa0c95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/secretsmanager_secret_version.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ The following arguments are supported:
`aws_secretsmanager_secret_version` can be imported by using the secret ID and version ID, e.g.

```
$ terraform import aws_secretsmanager_secret.example arn:aws:secretsmanager:us-east-1:123456789012:secret:example-123456|xxxxx-xxxxxxx-xxxxxxx-xxxxx
$ terraform import aws_secretsmanager_secret_version.example arn:aws:secretsmanager:us-east-1:123456789012:secret:example-123456|xxxxx-xxxxxxx-xxxxxxx-xxxxx
```

0 comments on commit aa0c95a

Please sign in to comment.