AWS HealthCheck API supports Enabling/Disabling Healthcheck. https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#API_UpdateHealthCheck_RequestSyntax#Disabled
Currently, terraform module resource_aws_route53_health_check is not handling disabled state information. Request is to update terraform to include HealthCheck disabled state information.
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
I'm planning to work on this enhancement.
Description
HealthCheck Disabled state information is helpful for finding/manipulating Health status of Route53 HealthCheck.
New or Affected Resource(s)
Potential Terraform Configuration
# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.
References
https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#API_UpdateHealthCheck_RequestSyntax#Disabled
AWS HealthCheck API supports Enabling/Disabling Healthcheck. https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#API_UpdateHealthCheck_RequestSyntax#Disabled
Currently, terraform module resource_aws_route53_health_check is not handling disabled state information. Request is to update terraform to include HealthCheck disabled state information.
Community Note
I'm planning to work on this enhancement.
Description
HealthCheck Disabled state information is helpful for finding/manipulating Health status of Route53 HealthCheck.
New or Affected Resource(s)
Potential Terraform Configuration
References
https://docs.aws.amazon.com/Route53/latest/APIReference/API_UpdateHealthCheck.html#API_UpdateHealthCheck_RequestSyntax#Disabled