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
There should be a parameter to allow a health check to be associated with a specific backend.
Actual Behavior
There is no way to associate a defined health check with a backend. The backend definitions in VCL end up being generated with no .probe = { } block. Health check definitions are effectively ignored.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
Define a fastly_service_v1 resource similar to the example above, and run terraform apply.
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v0.9.11
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
There should be a parameter to allow a health check to be associated with a specific backend.
Actual Behavior
There is no way to associate a defined health check with a backend. The backend definitions in VCL end up being generated with no
.probe = { }
block. Health check definitions are effectively ignored.Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
fastly_service_v1
resource similar to the example above, and runterraform apply
.The text was updated successfully, but these errors were encountered: