-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add Disabled property to aws_route53_health_check #8937
Comments
Disabled
property to aws_route53_health_check
This issue appears to have been 'duplicated' multiple times, this suggests a number of people would like this feature. This one has been open for almost a year. Does anyone know how we can we progress getting this functionality added? |
It would be very useful for us to have this functionality added, but adding such basic functionality to the terraform provider is a real pain and takes considerable time, effort and skill. It would be great if AWS could just generate the code based on their API spec.. |
This feature been merged and will release with |
Thanks, glad to see this attribute finally ready to go 😅 |
This has been released in version 3.2.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 for triage. Thanks! |
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! |
Community Note
Description
CreateHealthCheck supports creating a disabled health check, but this is not implemented in aws_route53_health_check. I want to be able to disable health checks in certain environments I am deploying to, to avoid unnecessary costs.
New or Affected Resource(s)
aws_route53_health_check
Potential Terraform Configuration
References
The text was updated successfully, but these errors were encountered: