-
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
resource/aws_service_discovery_service: Add type argument #28778
resource/aws_service_discovery_service: Add type argument #28778
Conversation
Community NoteVoting for Prioritization
For Submitters
|
e0333e5
to
4334d67
Compare
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.
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! 😃
4334d67
to
9302f34
Compare
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=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
@andrewradamis-paay Thanks for the contribution 🎉 👏. |
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! |
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
Adds
type
argument toresource/aws_service_discovery_service
Relations
Closes #18401
References
Output from Acceptance Testing