Skip to content

Commit

Permalink
Add resource policy attachment to docs, bump docs to GA (#2346)
Browse files Browse the repository at this point in the history
Merged PR #2346.
  • Loading branch information
rileykarson authored and modular-magician committed Sep 19, 2019
1 parent b525204 commit 860a957
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/terraform
2 changes: 1 addition & 1 deletion build/terraform-beta
6 changes: 4 additions & 2 deletions third_party/terraform/website-compiled/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,10 @@
<a href="/docs/providers/google/r/compute_disk.html">google_compute_disk</a>
</li>

<li<%%= sidebar_current("docs-google-compute-disk-resource-policy-attachment") %>>
<a href="/docs/providers/google/r/compute_disk_resource_policy_attachment.html">google_compute_disk_resource_policy_attachment</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>
Expand Down Expand Up @@ -642,12 +646,10 @@
<a href="/docs/providers/google/r/compute_reservation.html">google_compute_reservation</a>
</li>

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

<% end -%>
<li<%%= sidebar_current("docs-google-compute-route-x") %>>
<a href="/docs/providers/google/r/compute_route.html">google_compute_route</a>
</li>
Expand Down

0 comments on commit 860a957

Please sign in to comment.