Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/resources/bedrock_blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ resource "awscc_bedrock_blueprint" "example" {
}
}
})
tags = [{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add tags to the main.tf file and re-run make docs, it should render the .md file automatically

key = "ModifiedBy"
value = "AWSCC"
}]
}
```

Expand Down Expand Up @@ -76,4 +80,4 @@ Import is supported using the following syntax:

```shell
$ terraform import awscc_bedrock_blueprint.example "blueprint_arn"
```
```