-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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_instance: new implementation #17498
resource/aws_service_discovery_instance: new implementation #17498
Conversation
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 @dirk39 👋
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 CONTRIBUTING 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! 😃
567bc8d
to
70c4865
Compare
exactly what we need, too!!! |
Any chance this can be merged? |
70c4865
to
01ccb77
Compare
can we get this merged? |
Any chance this will get merged ? |
Hi, any updates about that PR ? |
any reason not to push the button? Seems like someone has done quite some work to get this far and it would be a shame to let that effort go to waste - plus I could really use this feature that was inexplicably left out in the first place |
This resource also helps to solve this problem with AWS App Mesh |
01ccb77
to
6265e73
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 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSServiceDiscoveryInstance_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSServiceDiscoveryInstance_ -timeout 180m
=== RUN TestAccAWSServiceDiscoveryInstance_private
=== PAUSE TestAccAWSServiceDiscoveryInstance_private
=== RUN TestAccAWSServiceDiscoveryInstance_public
=== PAUSE TestAccAWSServiceDiscoveryInstance_public
=== RUN TestAccAWSServiceDiscoveryInstance_http
=== PAUSE TestAccAWSServiceDiscoveryInstance_http
=== CONT TestAccAWSServiceDiscoveryInstance_private
=== CONT TestAccAWSServiceDiscoveryInstance_http
=== CONT TestAccAWSServiceDiscoveryInstance_public
--- PASS: TestAccAWSServiceDiscoveryInstance_public (139.99s)
--- PASS: TestAccAWSServiceDiscoveryInstance_private (163.20s)
--- PASS: TestAccAWSServiceDiscoveryInstance_http (163.49s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 166.883s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSServiceDiscoveryInstance_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSServiceDiscoveryInstance_ -timeout 180m
=== RUN TestAccAWSServiceDiscoveryInstance_private
=== PAUSE TestAccAWSServiceDiscoveryInstance_private
=== RUN TestAccAWSServiceDiscoveryInstance_public
=== PAUSE TestAccAWSServiceDiscoveryInstance_public
=== RUN TestAccAWSServiceDiscoveryInstance_http
=== PAUSE TestAccAWSServiceDiscoveryInstance_http
=== CONT TestAccAWSServiceDiscoveryInstance_private
=== CONT TestAccAWSServiceDiscoveryInstance_http
=== CONT TestAccAWSServiceDiscoveryInstance_public
=== CONT TestAccAWSServiceDiscoveryInstance_private
provider_test.go:735: skipping tests; partition aws-us-gov does not support servicediscovery service
=== CONT TestAccAWSServiceDiscoveryInstance_http
provider_test.go:735: skipping tests; partition aws-us-gov does not support servicediscovery service
=== CONT TestAccAWSServiceDiscoveryInstance_public
provider_test.go:735: skipping tests; partition aws-us-gov does not support servicediscovery service
--- SKIP: TestAccAWSServiceDiscoveryInstance_public (1.34s)
--- SKIP: TestAccAWSServiceDiscoveryInstance_private (1.34s)
--- SKIP: TestAccAWSServiceDiscoveryInstance_http (1.34s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 4.889s
This functionality has been released in v3.57.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. |
Community Note
Closes #8568
The output from acceptance testing:
This is the implementation of the APIs to Register/Deregister instances into the AWS CloudMap service. Link to the doc here