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: Support HealthCheckCustomConfig #4083

Conversation

jeffnappi
Copy link
Contributor

Adds HealthCheckCustomConfig support.

Setting HealcheckCustomConfig / Threshold to 1 is currently required for AWS Service Discovery to work properly.

Closes #4082

@ghost ghost added the size/M Managed by automation to categorize the size of a PR. label Apr 6, 2018
@jeffnappi
Copy link
Contributor Author

Let me know if you have any comments on this one @atsushi-ishibashi :)

@jeffnappi jeffnappi force-pushed the 4082-service-discovery-service-health-check-custom branch from a0f407d to f4756e8 Compare April 6, 2018 00:14
@ghost ghost added the size/M Managed by automation to categorize the size of a PR. label Apr 6, 2018
@jeffnappi jeffnappi force-pushed the 4082-service-discovery-service-health-check-custom branch from f4756e8 to cd98402 Compare April 6, 2018 01:00
@ghost ghost added the size/M Managed by automation to categorize the size of a PR. label Apr 6, 2018
@jeffnappi jeffnappi force-pushed the 4082-service-discovery-service-health-check-custom branch from cd98402 to 37d411b Compare April 6, 2018 01:08
@ghost ghost added the size/M Managed by automation to categorize the size of a PR. label Apr 6, 2018
@jen20 jen20 added enhancement Requests to existing resources that expand the functionality or scope. service/servicediscovery Issues and PRs that pertain to the servicediscovery service. labels Apr 7, 2018
@jeffnappi
Copy link
Contributor Author

@bflad Is there anything else you'd like to see here? Thanks!

@ryanvm
Copy link

ryanvm commented Apr 13, 2018

I have verified that this PR does indeed fix the stated bug. Without it, I am unable to use Service Discovery with private tasks on Fargate.

@bflad bflad added this to the v1.15.0 milestone Apr 13, 2018
Copy link
Contributor

@bflad bflad left a comment

Choose a reason for hiding this comment

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

Thanks @jeffnappi! 🚀 Pulling this in although I have some concerns we're not testing the mentioned failure scenario nor mentioning the issue in our documentation.

=== RUN   TestAccAWSServiceDiscoveryService_import
--- PASS: TestAccAWSServiceDiscoveryService_import (12.49s)
=== RUN   TestAccAWSServiceDiscoveryService_private
--- PASS: TestAccAWSServiceDiscoveryService_private (18.78s)
=== RUN   TestAccAWSServiceDiscoveryService_public
--- PASS: TestAccAWSServiceDiscoveryService_public (22.17s)

@bflad bflad merged commit 4e06986 into hashicorp:master Apr 13, 2018
bflad added a commit that referenced this pull request Apr 13, 2018
@bflad
Copy link
Contributor

bflad commented Apr 18, 2018

This has been released in version 1.15.0 of the AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

@jeffnappi jeffnappi deleted the 4082-service-discovery-service-health-check-custom branch April 18, 2018 20:19
@ghost
Copy link

ghost commented Apr 6, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add HealthCheckCustomConfig/FailureThreshold support to aws_service_discovery_service
4 participants