-
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_action_group #36935
New Resource: aws_bedrockagent_agent_action_group #36935
Conversation
This reverts commit c50d19b.
Community NoteVoting for Prioritization
For Submitters
|
# Conflicts: # internal/service/bedrockagent/exports_test.go
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=TestAccBedrockAgentActionGroup_' 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=TestAccBedrockAgentActionGroup_ -timeout 360m
=== RUN TestAccBedrockAgentActionGroup_basic
=== PAUSE TestAccBedrockAgentActionGroup_basic
=== RUN TestAccBedrockAgentActionGroup_s3APISchema
=== PAUSE TestAccBedrockAgentActionGroup_s3APISchema
=== RUN TestAccBedrockAgentActionGroup_update
=== PAUSE TestAccBedrockAgentActionGroup_update
=== CONT TestAccBedrockAgentActionGroup_basic
=== CONT TestAccBedrockAgentActionGroup_update
--- PASS: TestAccBedrockAgentActionGroup_basic (38.66s)
=== CONT TestAccBedrockAgentActionGroup_s3APISchema
--- PASS: TestAccBedrockAgentActionGroup_update (66.07s)
--- PASS: TestAccBedrockAgentActionGroup_s3APISchema (38.80s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/bedrockagent 89.349s
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 to manager AWS Bedrock Agents Action Groups
Relations
Depends on #36905
Output from Acceptance Testing