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

r/dataexchanage_revision - new resource #22933

Merged
merged 5 commits into from
Feb 4, 2022

Conversation

DrFaust92
Copy link
Collaborator

@DrFaust92 DrFaust92 commented Feb 4, 2022

Community Note

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

Relates #22237

Output from acceptance testing:

$ make testacc TESTS=TestAccDataExchangeRevision_ PKG=dataexchange

--- PASS: TestAccDataExchangeRevision_disappears_dataSet (29.34s)
--- PASS: TestAccDataExchangeRevision_disappears (34.00s)
--- PASS: TestAccDataExchangeRevision_basic (38.65s)
--- PASS: TestAccDataExchangeRevision_tags (91.46s)

@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. service/dataexchange Issues and PRs that pertain to the dataexchange service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. size/XL Managed by automation to categorize the size of a PR. and removed documentation Introduces or discusses updates to documentation. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. provider Pertains to the provider itself, rather than any interaction with AWS. service/dataexchange Issues and PRs that pertain to the dataexchange service. labels Feb 4, 2022
@DrFaust92 DrFaust92 added new-resource Introduces a new resource. service/dataexchange Issues and PRs that pertain to the dataexchange service. labels Feb 4, 2022
@github-actions github-actions bot added documentation Introduces or discusses updates to documentation. provider Pertains to the provider itself, rather than any interaction with AWS. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Feb 4, 2022
@DrFaust92 DrFaust92 changed the title r/dataexchnage_revision r/dataexchnage_revision - new service Feb 4, 2022
@DrFaust92 DrFaust92 marked this pull request as ready for review February 4, 2022 04:14
@DrFaust92 DrFaust92 changed the title r/dataexchnage_revision - new service r/dataexchnage_revision - new resource Feb 4, 2022
@DrFaust92 DrFaust92 changed the title r/dataexchnage_revision - new resource r/dataexchanage_revision - new resource Feb 4, 2022
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 🚀.

Commercial
% make testacc TESTS=TestAccDataExchangeRevision_ PKG=dataexchange
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/dataexchange/... -v -count 1 -parallel 20 -run='TestAccDataExchangeRevision_'  -timeout 180m
=== RUN   TestAccDataExchangeRevision_basic
=== PAUSE TestAccDataExchangeRevision_basic
=== RUN   TestAccDataExchangeRevision_tags
=== PAUSE TestAccDataExchangeRevision_tags
=== RUN   TestAccDataExchangeRevision_disappears
=== PAUSE TestAccDataExchangeRevision_disappears
=== RUN   TestAccDataExchangeRevision_disappears_dataSet
=== PAUSE TestAccDataExchangeRevision_disappears_dataSet
=== CONT  TestAccDataExchangeRevision_basic
=== CONT  TestAccDataExchangeRevision_disappears
=== CONT  TestAccDataExchangeRevision_tags
=== CONT  TestAccDataExchangeRevision_disappears_dataSet
--- PASS: TestAccDataExchangeRevision_disappears_dataSet (17.42s)
--- PASS: TestAccDataExchangeRevision_basic (20.76s)
--- PASS: TestAccDataExchangeRevision_disappears (21.72s)
--- PASS: TestAccDataExchangeRevision_tags (53.26s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/dataexchange	56.774s
GovCloud
% make testacc TESTS=TestAccDataExchangeRevision_ PKG=dataexchange
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/dataexchange/... -v -count 1 -parallel 20 -run='TestAccDataExchangeRevision_'  -timeout 180m
=== RUN   TestAccDataExchangeRevision_basic
=== PAUSE TestAccDataExchangeRevision_basic
=== RUN   TestAccDataExchangeRevision_tags
=== PAUSE TestAccDataExchangeRevision_tags
=== RUN   TestAccDataExchangeRevision_disappears
=== PAUSE TestAccDataExchangeRevision_disappears
=== RUN   TestAccDataExchangeRevision_disappears_dataSet
=== PAUSE TestAccDataExchangeRevision_disappears_dataSet
=== CONT  TestAccDataExchangeRevision_basic
=== CONT  TestAccDataExchangeRevision_disappears
=== CONT  TestAccDataExchangeRevision_tags
=== CONT  TestAccDataExchangeRevision_disappears_dataSet
=== CONT  TestAccDataExchangeRevision_basic
    acctest.go:609: skipping tests; partition aws-us-gov does not support dataexchange service
=== CONT  TestAccDataExchangeRevision_disappears
    acctest.go:609: skipping tests; partition aws-us-gov does not support dataexchange service
=== CONT  TestAccDataExchangeRevision_disappears_dataSet
    acctest.go:609: skipping tests; partition aws-us-gov does not support dataexchange service
--- SKIP: TestAccDataExchangeRevision_basic (1.41s)
--- SKIP: TestAccDataExchangeRevision_disappears (1.41s)
=== CONT  TestAccDataExchangeRevision_tags
    acctest.go:609: skipping tests; partition aws-us-gov does not support dataexchange service
--- SKIP: TestAccDataExchangeRevision_disappears_dataSet (1.41s)
--- SKIP: TestAccDataExchangeRevision_tags (1.41s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/dataexchange	4.932s

@ewbankkit
Copy link
Contributor

@DrFaust92 Thanks for the contribution 🎉 👏.

@ewbankkit ewbankkit merged commit 43f48aa into hashicorp:main Feb 4, 2022
@github-actions github-actions bot added this to the v4.0.0 milestone Feb 4, 2022
@DrFaust92 DrFaust92 deleted the r/dataexchnage_event_action branch February 4, 2022 16:39
@github-actions
Copy link

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

@github-actions
Copy link

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 May 22, 2022
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. new-resource Introduces a new resource. provider Pertains to the provider itself, rather than any interaction with AWS. service/dataexchange Issues and PRs that pertain to the dataexchange 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.

2 participants