Skip to content

Commit

Permalink
Add external vpn gateway to beta website
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick committed Jun 11, 2019
1 parent 4975752 commit 044807d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions third_party/terraform/website-compiled/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,12 @@
<a href="/docs/providers/google/r/compute_disk.html">google_compute_disk</a>
</li>

<% unless version == 'ga' %>
<li<%%= sidebar_current("docs-google-compute-external-vpn-gateway") %>>
<a href="/docs/providers/google/r/compute_external_vpn_gateway.html">google_compute_external_vpn_gateway</a>
</li>

<% end -%>
<li<%%= sidebar_current("docs-google-compute-firewall") %>>
<a href="/docs/providers/google/r/compute_firewall.html">google_compute_firewall</a>
</li>
Expand Down

0 comments on commit 044807d

Please sign in to comment.