From 03b184de5e9c7fd89b38aec6065cdbebe53d4ec2 Mon Sep 17 00:00:00 2001 From: Alex Stephen Date: Wed, 2 May 2018 16:13:26 +0000 Subject: [PATCH] Backend bucket fixes per https://github.com/ansible/ansible/pull/38610 Change-Id: I8911679ded1040416f79344a4747fd3f61af37ac --- products/compute/api.yaml | 2 +- templates/ansible/resource.erb | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/products/compute/api.yaml b/products/compute/api.yaml index 5c8fb123bdfb..cad60c6458c6 100644 --- a/products/compute/api.yaml +++ b/products/compute/api.yaml @@ -95,7 +95,7 @@ objects: Backend buckets allow you to use Google Cloud Storage buckets with HTTP(S) load balancing. - An HTTP(S) load balancing can direct traffic to specified URLs to a + 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. diff --git a/templates/ansible/resource.erb b/templates/ansible/resource.erb index 9db146423453..7fef0e593d79 100644 --- a/templates/ansible/resource.erb +++ b/templates/ansible/resource.erb @@ -37,7 +37,6 @@ options: state: description: - Whether the given object should exist in GCP - required: true choices: ['present', 'absent'] default: 'present' <% object.all_user_properties.reject(&:output).each do |prop| -%>