Skip to content

Commit

Permalink
Fix beta website docs (hashicorp#822)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>
  • Loading branch information
modular-magician authored and chrisst committed Jun 6, 2019
1 parent 5f4ea1f commit f1e4f3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/docs/r/compute_backend_service.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/compute_resource_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion website/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@


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

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

0 comments on commit f1e4f3f

Please sign in to comment.