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

resource/aws_service_discovery_service: Add type argument #28778

Conversation

andrewradamis-paay
Copy link
Contributor

@andrewradamis-paay andrewradamis-paay commented Jan 9, 2023

Description

Adds type argument to resource/aws_service_discovery_service

Relations

Closes #18401

References

Output from Acceptance Testing

$ make testacc TESTS=TestAccServiceDiscoveryService_private PKG=servicediscovery
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/servicediscovery/... -v -count 1 -parallel 20 -run='TestAccServiceDiscoveryService_private'  -timeout 180m
=== RUN   TestAccServiceDiscoveryService_private
=== PAUSE TestAccServiceDiscoveryService_private
=== RUN   TestAccServiceDiscoveryService_private_http
=== PAUSE TestAccServiceDiscoveryService_private_http
=== CONT  TestAccServiceDiscoveryService_private
=== CONT  TestAccServiceDiscoveryService_private_http
--- PASS: TestAccServiceDiscoveryService_private_http (108.28s)
--- PASS: TestAccServiceDiscoveryService_private (121.71s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/servicediscovery	123.822s

@github-actions
Copy link

github-actions bot commented Jan 9, 2023

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/M Managed by automation to categorize the size of a PR. documentation Introduces or discusses updates to documentation. needs-triage Waiting for first response or review from a maintainer. service/servicediscovery Issues and PRs that pertain to the servicediscovery service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Jan 9, 2023
@andrewradamis-paay andrewradamis-paay force-pushed the f-aws_service_discovery_service_type branch 2 times, most recently from e0333e5 to 4334d67 Compare January 9, 2023 23:25
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 @andrewradamis-paay 👋

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! 😃

@andrewradamis-paay andrewradamis-paay force-pushed the f-aws_service_discovery_service_type branch from 4334d67 to 9302f34 Compare January 9, 2023 23:45
@andrewradamis-paay andrewradamis-paay changed the title [WIP] resource/aws_service_discovery_service: Add attribute resource/aws_service_discovery_service: Add attribute Jan 9, 2023
@andrewradamis-paay andrewradamis-paay marked this pull request as ready for review January 9, 2023 23:49
@andrewradamis-paay andrewradamis-paay changed the title resource/aws_service_discovery_service: Add attribute resource/aws_service_discovery_service: Add type argument Jan 9, 2023
@ewbankkit ewbankkit added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Jan 10, 2023
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=TestAccServiceDiscoveryService_' PKG=servicediscovery ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/servicediscovery/... -v -count 1 -parallel 3  -run=TestAccServiceDiscoveryService_ -timeout 180m
=== RUN   TestAccServiceDiscoveryService_private
=== PAUSE TestAccServiceDiscoveryService_private
=== RUN   TestAccServiceDiscoveryService_public
=== PAUSE TestAccServiceDiscoveryService_public
=== RUN   TestAccServiceDiscoveryService_private_http
=== PAUSE TestAccServiceDiscoveryService_private_http
=== RUN   TestAccServiceDiscoveryService_http
=== PAUSE TestAccServiceDiscoveryService_http
=== RUN   TestAccServiceDiscoveryService_disappears
=== PAUSE TestAccServiceDiscoveryService_disappears
=== RUN   TestAccServiceDiscoveryService_tags
=== PAUSE TestAccServiceDiscoveryService_tags
=== CONT  TestAccServiceDiscoveryService_private
=== CONT  TestAccServiceDiscoveryService_http
=== CONT  TestAccServiceDiscoveryService_private_http
--- PASS: TestAccServiceDiscoveryService_http (110.94s)
=== CONT  TestAccServiceDiscoveryService_public
--- PASS: TestAccServiceDiscoveryService_private_http (115.90s)
=== CONT  TestAccServiceDiscoveryService_tags
--- PASS: TestAccServiceDiscoveryService_private (134.34s)
=== CONT  TestAccServiceDiscoveryService_disappears
--- PASS: TestAccServiceDiscoveryService_disappears (107.29s)
--- PASS: TestAccServiceDiscoveryService_public (142.83s)
--- PASS: TestAccServiceDiscoveryService_tags (141.66s)
PASS
ok  	github.com/hashicorp/terraform-provider-aws/internal/service/servicediscovery	265.642s

@ewbankkit ewbankkit merged commit 1979829 into hashicorp:main Jan 10, 2023
@github-actions github-actions bot added this to the v4.50.0 milestone Jan 10, 2023
@ewbankkit
Copy link
Contributor

@andrewradamis-paay Thanks for the contribution 🎉 👏.

@github-actions
Copy link

This functionality has been released in v4.50.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 Feb 13, 2023
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. enhancement Requests to existing resources that expand the functionality or scope. service/servicediscovery Issues and PRs that pertain to the servicediscovery service. size/M 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.

AWS Cloud Map now supports API-only services in namespaces configured with DNS resolution
2 participants