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

add aws_appfabric_ingestion_destination resource #37627

Merged

Conversation

professional-ian
Copy link
Contributor

@professional-ian professional-ian commented May 21, 2024

Description

This pr adds a resource for aws_appfabric_ingestion_destination

Relations

Closes #34549.

References

https://docs.aws.amazon.com/appfabric/latest/api/API_CreateIngestionDestination.html

Output from Acceptance Testing

% make testacc TESTS=TestAccAppFabricIngestionDestination PKG=appfabric
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.21.8 test ./internal/service/appfabric/... -v -count 1 -parallel 20 -run='TestAccAppFabricIngestionDestination'  -timeout 360m
=== RUN   TestAccAppFabricIngestionDestination_basic
=== PAUSE TestAccAppFabricIngestionDestination_basic
=== RUN   TestAccAppFabricIngestionDestination_firehose
--- PASS: TestAccAppFabricIngestionDestination_firehose (10.18s)
=== RUN   TestAccAppFabricIngestionDestination_destinationUpdate
=== PAUSE TestAccAppFabricIngestionDestination_destinationUpdate
=== RUN   TestAccAppFabricIngestionDestination_disappears
=== PAUSE TestAccAppFabricIngestionDestination_disappears
=== CONT  TestAccAppFabricIngestionDestination_basic
=== CONT  TestAccAppFabricIngestionDestination_disappears
=== CONT  TestAccAppFabricIngestionDestination_destinationUpdate
--- PASS: TestAccAppFabricIngestionDestination_disappears (10.71s)
--- PASS: TestAccAppFabricIngestionDestination_basic (12.63s)
--- PASS: TestAccAppFabricIngestionDestination_destinationUpdate (19.96s)
PASS
ok      github.com/hashicorp/terraform-provider-aws/internal/service/appfabric  36.599s

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 size/XL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. generators Relates to code generators. service/appfabric Issues and PRs that pertain to the appfabric service. labels May 21, 2024
@terraform-aws-provider terraform-aws-provider bot added the needs-triage Waiting for first response or review from a maintainer. label May 21, 2024
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome @professional-ian 👋

It looks like this is your first Pull Request submission to the Terraform AWS Provider! If you haven’t already done so please make sure you have checked out our CONTRIBUTOR guide and FAQ to make sure your contribution is adhering to best practice and has all the necessary elements in place for a successful approval.

Also take a look at our FAQ which details how we prioritize Pull Requests for inclusion.

Thanks again, and welcome to the community! 😃

@justinretzolk justinretzolk added new-resource Introduces a new resource. and removed needs-triage Waiting for first response or review from a maintainer. labels May 24, 2024
Copy link
Contributor

@meetreks meetreks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good now. I think we are still missing change log and html documentation,

Copy link

Thank you for your contribution! 🚀

A new usage of AWS SDK for Go V1 was detected. Please prefer AWS SDK for Go V2 for all net-new services. If this is an enhancement or bug fix to an existing AWS SDK Go V1 based resource, this comment can be safely ignored.

For additional information refer to the AWS SDK for Go Versions page in the contributor guide.

Copy link
Contributor

@meetreks meetreks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very good first contribution. A few things to check

  1. Has the tests covered all possible API values populated even though they are optional?
  2. Similar comment for fields which can be updated.
  3. you can move all wait code to a separate file

@breathingdust breathingdust added the partner Contribution from a partner. label Jun 5, 2024
@nam054 nam054 self-assigned this Jun 17, 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 Jun 17, 2024
@ewbankkit ewbankkit assigned ewbankkit and unassigned nam054 Jun 24, 2024
@ewbankkit ewbankkit requested a review from a team as a code owner June 25, 2024 20:13
@github-actions github-actions bot added the documentation Introduces or discusses updates to documentation. label Jun 25, 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 🚀.

% AWS_APPFABRIC_TERRAFORMCLOUD_TENANT_ID=... AWS_APPFABRIC_TERRAFORMCLOUD_SERVICE_ACCOUNT_TOKEN=... AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccAppFabric_serial/IngestionDestination' PKG=appfabric 
make: Verifying source code with gofmt...
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go1.22.4 test ./internal/service/appfabric/... -v -count 1 -parallel 20  -run=TestAccAppFabric_serial/IngestionDestination -timeout 360m
=== RUN   TestAccAppFabric_serial
=== PAUSE TestAccAppFabric_serial
=== CONT  TestAccAppFabric_serial
=== RUN   TestAccAppFabric_serial/IngestionDestination
=== RUN   TestAccAppFabric_serial/IngestionDestination/tags
=== RUN   TestAccAppFabric_serial/IngestionDestination/update
=== RUN   TestAccAppFabric_serial/IngestionDestination/firehose
=== RUN   TestAccAppFabric_serial/IngestionDestination/basic
=== RUN   TestAccAppFabric_serial/IngestionDestination/disappears
--- PASS: TestAccAppFabric_serial (223.51s)
    --- PASS: TestAccAppFabric_serial/IngestionDestination (223.51s)
        --- PASS: TestAccAppFabric_serial/IngestionDestination/tags (35.35s)
        --- PASS: TestAccAppFabric_serial/IngestionDestination/update (28.53s)
        --- PASS: TestAccAppFabric_serial/IngestionDestination/firehose (110.26s)
        --- PASS: TestAccAppFabric_serial/IngestionDestination/basic (21.80s)
        --- PASS: TestAccAppFabric_serial/IngestionDestination/disappears (20.22s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/appfabric	227.813s

@ewbankkit
Copy link
Contributor

@professional-ian Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 7768df5 into hashicorp:main Jun 25, 2024
44 checks passed
@github-actions github-actions bot added this to the v5.56.0 milestone Jun 25, 2024
@github-actions github-actions bot removed the prioritized Part of the maintainer teams immediate focus. To be addressed within the current quarter. label Jun 27, 2024
Copy link

This functionality has been released in v5.56.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!

Copy link

github-actions bot commented Aug 1, 2024

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.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Introduces or discusses updates to documentation. generators Relates to code generators. new-resource Introduces a new resource. partner Contribution from a partner. service/appfabric Issues and PRs that pertain to the appfabric service. size/XL Managed by automation to categorize the size of a PR. 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.

[New Service]: AppFabric
7 participants