From b3fbdec48cc16f11cb1918d8388d029cf3c6373e Mon Sep 17 00:00:00 2001 From: Riley Karson Date: Fri, 27 Sep 2019 16:46:02 +0000 Subject: [PATCH] Add omitted to to Backend Bucket docs Signed-off-by: Modular Magician --- plugins/modules/gcp_compute_backend_bucket.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/gcp_compute_backend_bucket.py b/plugins/modules/gcp_compute_backend_bucket.py index 318352f..23bfdb1 100644 --- a/plugins/modules/gcp_compute_backend_bucket.py +++ b/plugins/modules/gcp_compute_backend_bucket.py @@ -35,7 +35,7 @@ description: balancing. - An HTTP(S) load balancer can direct traffic to specified URLs to a backend bucket rather than a backend service. It can send requests for static content to a Cloud - Storage bucket and requests for dynamic content a virtual machine instance. + Storage bucket and requests for dynamic content to a virtual machine instance. short_description: Creates a GCP BackendBucket version_added: '2.6' author: Google Inc. (@googlecloudplatform)