-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[New Resource] aws_bedrockagent_agent_collaborator to manage multi-agent collaboration #40559
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_collaborator to manage multi-agent collaboration #40559
Conversation
Community NoteVoting for Prioritization
For Submitters
|
…ved the last collaborator
…to f-bedrock-agent-collab-associate
…d updating as required to remove any connection to collaborator alias
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=TestAccBedrockAgentAgentCollaborator_\|TestAccBedrockAgentAgent_' PKG=bedrockagent ACCTEST_PARALLELISM=3
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.23.3 test ./internal/service/bedrockagent/... -v -count 1 -parallel 3 -run=TestAccBedrockAgentAgentCollaborator_\|TestAccBedrockAgentAgent_ -timeout 360m
2025/01/08 09:03:12 Initializing Terraform AWS Provider...
=== RUN TestAccBedrockAgentAgentCollaborator_basic
=== PAUSE TestAccBedrockAgentAgentCollaborator_basic
=== RUN TestAccBedrockAgentAgentCollaborator_update
=== PAUSE TestAccBedrockAgentAgentCollaborator_update
=== RUN TestAccBedrockAgentAgentCollaborator_disappears
=== PAUSE TestAccBedrockAgentAgentCollaborator_disappears
=== RUN TestAccBedrockAgentAgent_basic
=== PAUSE TestAccBedrockAgentAgent_basic
=== RUN TestAccBedrockAgentAgent_full
=== PAUSE TestAccBedrockAgentAgent_full
=== RUN TestAccBedrockAgentAgent_singlePrompt
=== PAUSE TestAccBedrockAgentAgent_singlePrompt
=== RUN TestAccBedrockAgentAgent_singlePromptUpdate
=== PAUSE TestAccBedrockAgentAgent_singlePromptUpdate
=== RUN TestAccBedrockAgentAgent_addPrompt
=== PAUSE TestAccBedrockAgentAgent_addPrompt
=== RUN TestAccBedrockAgentAgent_guardrail
=== PAUSE TestAccBedrockAgentAgent_guardrail
=== RUN TestAccBedrockAgentAgent_update
=== PAUSE TestAccBedrockAgentAgent_update
=== RUN TestAccBedrockAgentAgent_tags
=== PAUSE TestAccBedrockAgentAgent_tags
=== RUN TestAccBedrockAgentAgent_kms
=== PAUSE TestAccBedrockAgentAgent_kms
=== RUN TestAccBedrockAgentAgent_agentCollaboration
=== PAUSE TestAccBedrockAgentAgent_agentCollaboration
=== CONT TestAccBedrockAgentAgentCollaborator_basic
=== CONT TestAccBedrockAgentAgent_addPrompt
=== CONT TestAccBedrockAgentAgent_full
--- PASS: TestAccBedrockAgentAgent_full (21.42s)
=== CONT TestAccBedrockAgentAgent_singlePromptUpdate
--- PASS: TestAccBedrockAgentAgentCollaborator_basic (32.51s)
=== CONT TestAccBedrockAgentAgentCollaborator_disappears
--- PASS: TestAccBedrockAgentAgent_singlePromptUpdate (29.17s)
=== CONT TestAccBedrockAgentAgent_basic
--- PASS: TestAccBedrockAgentAgent_addPrompt (54.93s)
=== CONT TestAccBedrockAgentAgent_tags
--- PASS: TestAccBedrockAgentAgentCollaborator_disappears (31.63s)
=== CONT TestAccBedrockAgentAgent_agentCollaboration
--- PASS: TestAccBedrockAgentAgent_basic (19.33s)
=== CONT TestAccBedrockAgentAgent_kms
--- PASS: TestAccBedrockAgentAgent_agentCollaboration (26.24s)
=== CONT TestAccBedrockAgentAgent_update
--- PASS: TestAccBedrockAgentAgent_tags (39.45s)
=== CONT TestAccBedrockAgentAgent_singlePrompt
--- PASS: TestAccBedrockAgentAgent_kms (35.08s)
=== CONT TestAccBedrockAgentAgent_guardrail
--- PASS: TestAccBedrockAgentAgent_singlePrompt (19.54s)
=== CONT TestAccBedrockAgentAgentCollaborator_update
--- PASS: TestAccBedrockAgentAgent_update (39.52s)
--- PASS: TestAccBedrockAgentAgent_guardrail (51.96s)
--- PASS: TestAccBedrockAgentAgentCollaborator_update (50.15s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/bedrockagent 169.447s
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.
A few documentation nits, otherwise LGTM
It's not a hard requirement yet, but we could also remove the id
attribute in favor of setting the mutli-part key values during import, if desired.
Co-authored-by: Jared Baker <[email protected]>
Co-authored-by: Jared Baker <[email protected]>
Co-authored-by: Jared Baker <[email protected]>
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 🚀.
@drewtul Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.83.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
Relations
Depends on #40543
References
Output from Acceptance Testing