From aa46f09ada92ceed519c881058b997a7baae5ee5 Mon Sep 17 00:00:00 2001 From: Ty Larrabee Date: Mon, 16 Sep 2019 23:44:13 +0000 Subject: [PATCH] Add beta fields to BackendService to support traffic director Signed-off-by: Modular Magician --- docs/resources/google_compute_backend_service.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/google_compute_backend_service.md b/docs/resources/google_compute_backend_service.md index dcc81b830..f20c90ead 100644 --- a/docs/resources/google_compute_backend_service.md +++ b/docs/resources/google_compute_backend_service.md @@ -93,7 +93,7 @@ Properties that can be accessed from the `google_compute_backend_service` resour * `security_policy`: The security policy associated with this backend service. - * `session_affinity`: Type of session affinity to use. The default is NONE. When the load balancing scheme is EXTERNAL, can be NONE, CLIENT_IP, or GENERATED_COOKIE. When the protocol is UDP, this field is not used. + * `session_affinity`: Type of session affinity to use. The default is NONE. Session affinity is not applicable if the protocol is UDP. * `timeout_sec`: How many seconds to wait for the backend before considering it a failed request. Default is 30 seconds. Valid range is [1, 86400].