Add the moitoring top level resource (#2148)

* Add the moitoring top level resource

* Add stackdriver monitoring to the website
This commit is contained in:
Chris Stephens 2018-10-03 19:09:24 -04:00 committed by GitHub
parent 1f76d44ec1
commit ba088fa113
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View File

@ -106,6 +106,7 @@ func Provider() terraform.ResourceProvider {
GeneratedFilestoreResourcesMap,
GeneratedRedisResourcesMap,
GeneratedResourceManagerResourcesMap,
GeneratedMonitoringResourcesMap,
map[string]*schema.Resource{
"google_app_engine_application": resourceAppEngineApplication(),
"google_bigquery_dataset": resourceBigQueryDataset(),

View File

@ -698,6 +698,16 @@
</ul>
</li>
<li<%= sidebar_current("docs-google-monitoring") %>>
<a href="#">Google Stackdriver Monitoring Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-google-monitoring-alert-policy") %>>
<a href="/docs/providers/google/r/monitoring_alert_policy.html">google_monitoring_alert_policy</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-google-storage") %>>
<a href="#">Google Storage Resources</a>
<ul class="nav nav-visible">