Skip to content

Commit f1e4f3f

Browse files
modular-magicianchrisst
authored andcommitted
Fix beta website docs (hashicorp#822)
Signed-off-by: Modular Magician <[email protected]>
1 parent 5f4ea1f commit f1e4f3f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

website/docs/r/compute_backend_service.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description: |-
2424

2525
A Backend Service defines a group of virtual machines that will serve
2626
traffic for load balancing. This resource is a global backend service,
27-
appropriate for external load balancing or self-managed internal load balancing.
27+
appropriate for external load balancing or self-managed internal load balancing.
2828
For managed internal load balancing, use a regional backend service instead.
2929

3030
Currently self-managed internal load balancing is only available in beta.

website/docs/r/compute_resource_policy.html.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The following arguments are supported:
105105
The name of the resource, provided by the client when initially creating
106106
the resource. The resource name must be 1-63 characters long, and comply
107107
with RFC1035. Specifically, the name must be 1-63 characters long and
108-
match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the
108+
match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])`? which means the
109109
first character must be a lowercase letter, and all following characters
110110
must be a dash, lowercase letter, or digit, except the last character,
111111
which cannot be a dash.

website/google.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@
535535

536536

537537
<li<%= sidebar_current("docs-google-compute-resource-policy") %>>
538-
<a href="/docs/providers/google/r/compute_resource_policy.html">google_compute_resource_policy<a/>
538+
<a href="/docs/providers/google/r/compute_resource_policy.html">google_compute_resource_policy</a>
539539
</li>
540540

541541
<li<%= sidebar_current("docs-google-compute-route-x") %>>

0 commit comments

Comments
 (0)