Skip to content

Commit

Permalink
updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sasidhar-aws committed Aug 7, 2024
1 parent be37d10 commit 7ee202a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/bedrock_guardrail.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashico
```terraform
import {
to = aws_bedrock_guardrail.example
id = "guardrail-id-12345678"
id = "guardrail-id-12345678:DRAFT"
}
```

Using `terraform import`, import Amazon Bedrock Guardrail using the `example_id_arg`. For example:

```console
% terraform import aws_bedrock_guardrail.example guardrail-id-12345678
% terraform import aws_bedrock_guardrail.example guardrail-id-12345678:DRAFT
```

0 comments on commit 7ee202a

Please sign in to comment.