[Enhancement]: Need a mechanism to associate guardrails to an agent during creation of aws_bedrockagent_agent resources #39404
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/bedrockagent
Issues and PRs that pertain to the bedrockagent service.
Milestone
Description
Currently, there's no way to associate the guardrails created through the aws_bedrock_guardrail resource to a aws_bedrockagent_agent through Terraform.
The SDK call for the creation or update of Bedrock agents allow for the inclusion of a guardrailConfiguration dictionary containing the guardrail identifier and the guardrail version as strings. This can also be achieved through the console or CLI.
Two ways this could be achieved:
Affected Resource(s) and/or Data Source(s)
aws_bedrock_guardrail
aws_bedrockagent_agent
Potential Terraform Configuration
References
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: