-
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
New Resource aws_bedrockagent_agent #36851
Conversation
… broken for prompt override configuration at the second
…erride configuration is created for us, limited to V5 protocol server
…er on read isn't guaranteed it seems
Community NoteVoting for Prioritization
For Submitters
|
…ListAttribute' due to proto5 Computed+Optional nested block limitations.
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=TestAccBedrockAgent_' PKG=bedrockagent ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/bedrockagent/... -v -count 1 -parallel 2 -run=TestAccBedrockAgent_ -timeout 360m
=== RUN TestAccBedrockAgent_basic
=== PAUSE TestAccBedrockAgent_basic
=== RUN TestAccBedrockAgent_full
=== PAUSE TestAccBedrockAgent_full
=== RUN TestAccBedrockAgent_update
=== PAUSE TestAccBedrockAgent_update
=== RUN TestAccBedrockAgent_tags
=== PAUSE TestAccBedrockAgent_tags
=== CONT TestAccBedrockAgent_basic
=== CONT TestAccBedrockAgent_update
--- PASS: TestAccBedrockAgent_basic (29.05s)
=== CONT TestAccBedrockAgent_tags
--- PASS: TestAccBedrockAgent_tags (53.41s)
=== CONT TestAccBedrockAgent_full
--- PASS: TestAccBedrockAgent_update (64.20s)
--- PASS: TestAccBedrockAgent_full (25.65s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/bedrockagent 100.004s
@drewtul Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.47.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
New resource
aws_bedrockagent_agent
for managing Agents for Amazon Bedrock.Output from Acceptance Testing