You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For complex scenario, I need to check when a specific TCP port is coming alive.
I am using a BASH script with netcat right now, specify a timeout in seconds.
It would be much nicer to be able to rely on a native resource like GCP did with compute_health_check
Description
Dear colleagues,
For complex scenario, I need to check when a specific TCP port is coming alive.
I am using a BASH script with netcat right now, specify a timeout in seconds.
It would be much nicer to be able to rely on a native resource like GCP did with
compute_health_check
Doc:
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/compute_health_check
Can we have a
linode_health_check
, please?Thank you!
New or Affected Terraform Resources
No response
Potential Terraform Configuration
No response
The text was updated successfully, but these errors were encountered: