Skip to content
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

Merged
merged 40 commits into from Apr 19, 2024

Conversation

drewtul
Copy link
Contributor

@drewtul drewtul commented Apr 14, 2024

Description

New Resource for Bedrock Agent Alias

Relations

Depends on #36851

Output from Acceptance Testing

 make testacc TESTS=TestAccBedrockAgentAlias_ PKG=bedrockagent
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/bedrockagent/... -v -count 1 -parallel 20 -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
=== CONT  TestAccBedrockAgentAlias_tags
=== CONT  TestAccBedrockAgentAlias_disappears
=== CONT  TestAccBedrockAgentAlias_update
--- PASS: TestAccBedrockAgentAlias_disappears (35.63s)
--- PASS: TestAccBedrockAgentAlias_basic (39.75s)
--- PASS: TestAccBedrockAgentAlias_update (52.29s)
--- PASS: TestAccBedrockAgentAlias_routingUpdate (53.22s)
--- PASS: TestAccBedrockAgentAlias_tags (61.91s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/bedrockagent       66.673s

Copy link

Community Note

Voting for Prioritization

  • Please vote on this pull request by adding a 👍 reaction to the original post to help the community and maintainers prioritize this pull request.
  • Please see our prioritization guide for information on how we prioritize.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

For Submitters

  • Review the contribution guide relating to the type of change you are making to ensure all of the necessary steps have been taken.
  • For new resources and data sources, use skaff to generate scaffolding with comments detailing common expectations.
  • Whether or not the branch has been rebased will not impact prioritization, but doing so is always a welcome surprise.

@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/XL Managed by automation to categorize the size of a PR. tags Pertains to resource tagging. repository Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog. generators Relates to code generators. github_actions Pull requests that update Github_actions code service/bedrockagent Issues and PRs that pertain to the bedrockagent service. labels Apr 14, 2024
@terraform-aws-provider terraform-aws-provider bot added needs-triage Waiting for first response or review from a maintainer. partner Contribution from a partner. labels Apr 14, 2024
@drewtul drewtul changed the title F aws bedrockagent alias New Resource: Bedrock Agent Alias Apr 14, 2024
@justinretzolk justinretzolk added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels Apr 15, 2024
@ewbankkit ewbankkit self-assigned this Apr 19, 2024
@terraform-aws-provider terraform-aws-provider bot added the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Apr 19, 2024
Copy link
Contributor

@ewbankkit ewbankkit left a 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

@ewbankkit
Copy link
Contributor

@drewtul Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 67e94c9 into hashicorp:main Apr 19, 2024
43 checks passed
@github-actions github-actions bot added this to the v5.47.0 milestone Apr 19, 2024
@ewbankkit ewbankkit mentioned this pull request Apr 19, 2024
6 tasks
@drewtul drewtul deleted the f-aws_bedrockagent_alias branch April 19, 2024 15:20
@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Apr 26, 2024
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Introduces or discusses updates to documentation. generators Relates to code generators. github_actions Pull requests that update Github_actions code new-resource Introduces a new resource. partner Contribution from a partner. repository Repository modifications; GitHub Actions, developer docs, issue templates, codeowners, changelog. service/bedrockagent Issues and PRs that pertain to the bedrockagent service. size/XL Managed by automation to categorize the size of a PR. tags Pertains to resource tagging. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants