Adding rubocop for generated inspec files (#2539)

<!-- This change is generated by MagicModules. -->
/cc @slevenick
This commit is contained in:
The Magician 2018-11-28 15:44:56 -08:00 committed by Nathan McKinley
parent f2dd796f8c
commit 67eadbe0f3
2 changed files with 9 additions and 3 deletions

View File

@ -28,7 +28,7 @@ To get more information about UptimeCheckConfig, see:
* [API documentation](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.uptimeCheckConfigs)
* How-to Guides
* [Official Documentation](https://cloud.google.com/monitoring/api/v3/)
* [Official Documentation](https://cloud.google.com/monitoring/uptime-checks/)
<div class = "oics-button" style="float: right; margin: 0 0 -15px">
<a href="https://console.cloud.google.com/cloudshell/open?cloudshell_git_repo=https%3A%2F%2Fgithub.com%2Fterraform-google-modules%2Fdocs-examples.git&cloudshell_working_dir=uptime_check_config_http&cloudshell_image=gcr.io%2Fgraphite-cloud-shell-images%2Fterraform%3Alatest&open_in_editor=main.tf&cloudshell_print=.%2Fmotd&cloudshell_tutorial=.%2Ftutorial.md" target="_blank">
@ -165,7 +165,7 @@ The `internal_checkers` block supports:
* `name` -
(Optional)
A unique resource name for this InternalChecker. The format is:projects/[PROJECT_ID]/internalCheckers/[INTERNAL_CHECKER_ID].PROJECT_ID is the stackdriver workspace project for the uptime check config associated with the internal checker.
A unique resource name for this InternalChecker. The format is projects/[PROJECT_ID]/internalCheckers/[INTERNAL_CHECKER_ID]. PROJECT_ID is the stackdriver workspace project for the uptime check config associated with the internal checker.
* `network` -
(Optional)
@ -244,7 +244,7 @@ In addition to the arguments listed above, the following computed attributes are
* `name` -
A unique resource name for this UptimeCheckConfig. The format is:projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID]. on create the resource name is assigned by the server and included in the response.
A unique resource name for this UptimeCheckConfig. The format is projects/[PROJECT_ID]/uptimeCheckConfigs/[UPTIME_CHECK_ID].

View File

@ -721,6 +721,12 @@
<li<%= sidebar_current("docs-google-monitoring-alert-policy") %>>
<a href="/docs/providers/google/r/monitoring_alert_policy.html">google_monitoring_alert_policy</a>
</li>
<li<%= sidebar_current("docs-google-monitoring-notification-channel") %>>
<a href="/docs/providers/google/r/monitoring_notification_channel.html">google_monitoring_notification_channel</a>
</li>
<li<%= sidebar_current("docs-google-monitoring-uptime-check-config") %>>
<a href="/docs/providers/google/r/monitoring_uptime_check_config.html">google_monitoring_uptime_check_config</a>
</li>
</ul>
</li>