From f1e4f3ffdffb55f20c81c150029701bfe519898a Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 6 Jun 2019 13:00:54 -0700 Subject: [PATCH] Fix beta website docs (#822) Signed-off-by: Modular Magician --- website/docs/r/compute_backend_service.html.markdown | 2 +- website/docs/r/compute_resource_policy.html.markdown | 2 +- website/google.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/r/compute_backend_service.html.markdown b/website/docs/r/compute_backend_service.html.markdown index e943fc51014..23776b4411f 100644 --- a/website/docs/r/compute_backend_service.html.markdown +++ b/website/docs/r/compute_backend_service.html.markdown @@ -24,7 +24,7 @@ description: |- A Backend Service defines a group of virtual machines that will serve traffic for load balancing. This resource is a global backend service, -appropriate for external load balancing or self-managed internal load balancing. +appropriate for external load balancing or self-managed internal load balancing. For managed internal load balancing, use a regional backend service instead. Currently self-managed internal load balancing is only available in beta. diff --git a/website/docs/r/compute_resource_policy.html.markdown b/website/docs/r/compute_resource_policy.html.markdown index 346b2ebc87d..1625ecedf69 100644 --- a/website/docs/r/compute_resource_policy.html.markdown +++ b/website/docs/r/compute_resource_policy.html.markdown @@ -105,7 +105,7 @@ The following arguments are supported: The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and - match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the + match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])`? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. diff --git a/website/google.erb b/website/google.erb index dae89d0ccce..807a4bc163a 100644 --- a/website/google.erb +++ b/website/google.erb @@ -535,7 +535,7 @@ > - google_compute_resource_policy + google_compute_resource_policy >