-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add guardrail_configuration arg for aws_bedrockagent_agent #39440
feat: Add guardrail_configuration arg for aws_bedrockagent_agent #39440
Conversation
Community NoteVoting for Prioritization
For Submitters
|
8fd27cc
to
2fa97eb
Compare
2fa97eb
to
dff90dc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀.
% make testacc TESTARGS='-run=TestAccBedrockAgentAgent_' PKG=bedrockagent ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.7 test ./internal/service/bedrockagent/... -v -count 1 -parallel 3 -run=TestAccBedrockAgentAgent_ -timeout 360m
=== RUN TestAccBedrockAgentAgent_basic
=== PAUSE TestAccBedrockAgentAgent_basic
=== RUN TestAccBedrockAgentAgent_full
=== PAUSE TestAccBedrockAgentAgent_full
=== RUN TestAccBedrockAgentAgent_singlePrompt
=== PAUSE TestAccBedrockAgentAgent_singlePrompt
=== RUN TestAccBedrockAgentAgent_addPrompt
=== PAUSE TestAccBedrockAgentAgent_addPrompt
=== RUN TestAccBedrockAgentAgent_guardrail
=== PAUSE TestAccBedrockAgentAgent_guardrail
=== RUN TestAccBedrockAgentAgent_update
=== PAUSE TestAccBedrockAgentAgent_update
=== RUN TestAccBedrockAgentAgent_tags
=== PAUSE TestAccBedrockAgentAgent_tags
=== CONT TestAccBedrockAgentAgent_basic
=== CONT TestAccBedrockAgentAgent_guardrail
=== CONT TestAccBedrockAgentAgent_tags
--- PASS: TestAccBedrockAgentAgent_basic (22.49s)
=== CONT TestAccBedrockAgentAgent_singlePrompt
--- PASS: TestAccBedrockAgentAgent_singlePrompt (21.61s)
=== CONT TestAccBedrockAgentAgent_addPrompt
--- PASS: TestAccBedrockAgentAgent_tags (53.89s)
=== CONT TestAccBedrockAgentAgent_full
--- PASS: TestAccBedrockAgentAgent_full (20.83s)
=== CONT TestAccBedrockAgentAgent_update
--- PASS: TestAccBedrockAgentAgent_guardrail (76.99s)
--- PASS: TestAccBedrockAgentAgent_addPrompt (55.20s)
--- PASS: TestAccBedrockAgentAgent_update (42.99s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/bedrockagent 123.237s
@acwwat Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.69.0 of the Terraform AWS Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Description
This PR is to add the
guardrail_configuration
config block to theaws_bedrockagent_agent
resource.Relations
Closes #39404
References
Referred to CreateAgent for specs and wordings.
Output from Acceptance Testing