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| -%>