-
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: Bedrock Agent Alias #36905
Conversation
…rovider-aws into f-aws_bedrockagent_alias
Community NoteVoting for Prioritization
For Submitters
|
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=TestAccBedrockAgentAlias_' 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=TestAccBedrockAgentAlias_ -timeout 360m
=== RUN TestAccBedrockAgentAlias_basic
=== PAUSE TestAccBedrockAgentAlias_basic
=== RUN TestAccBedrockAgentAlias_disappears
=== PAUSE TestAccBedrockAgentAlias_disappears
=== RUN TestAccBedrockAgentAlias_update
=== PAUSE TestAccBedrockAgentAlias_update
=== RUN TestAccBedrockAgentAlias_routingUpdate
=== PAUSE TestAccBedrockAgentAlias_routingUpdate
=== RUN TestAccBedrockAgentAlias_tags
=== PAUSE TestAccBedrockAgentAlias_tags
=== CONT TestAccBedrockAgentAlias_basic
=== CONT TestAccBedrockAgentAlias_routingUpdate
--- PASS: TestAccBedrockAgentAlias_basic (38.03s)
=== CONT TestAccBedrockAgentAlias_tags
--- PASS: TestAccBedrockAgentAlias_routingUpdate (57.97s)
=== CONT TestAccBedrockAgentAlias_update
--- PASS: TestAccBedrockAgentAlias_update (61.61s)
=== CONT TestAccBedrockAgentAlias_disappears
--- PASS: TestAccBedrockAgentAlias_tags (96.03s)
--- PASS: TestAccBedrockAgentAlias_disappears (32.79s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/bedrockagent 164.222s
@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 for Bedrock Agent Alias
Relations
Depends on #36851
Output from Acceptance Testing