Open newhandLiu opened 3 years ago
Reference to Cloud API Document , the Health Check Type only available for TCP
, HTTP
and CUSTOM
. Argument Validation here is consistent with the Cloud API.
but it's supported in the console.
@newhandLiu Sorry to reply so late. We are planning to remove the validation of health check type and port. To learn about more details, recommend to submit a ticket to Cloud Load Balancer team to work out the reason of the inconsistent between console (your snapshot) and API constrait.
Community Note
Terraform Version
terraform -v Terraform v1.0.6 on darwin_amd64
Affected Resource(s)
Terraform Configuration Files
Debug Output
Error: "health_check_type" must contain a valid string value must in array []string{"CUSTOM", "TCP", "HTTP"}, got "PING"
Panic Output
Expected Behavior
Actual Behavior
Steps to Reproduce
terraform apply
Important Factoids
References
0000