From 67eadbe0f3ebaa4c94011fb554d01b70c1729cf8 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 28 Nov 2018 15:44:56 -0800 Subject: [PATCH] Adding rubocop for generated inspec files (#2539) /cc @slevenick --- website/docs/r/monitoring_uptime_check_config.html.markdown | 6 +++--- website/google.erb | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/website/docs/r/monitoring_uptime_check_config.html.markdown b/website/docs/r/monitoring_uptime_check_config.html.markdown index 07ba6842..16002c75 100644 --- a/website/docs/r/monitoring_uptime_check_config.html.markdown +++ b/website/docs/r/monitoring_uptime_check_config.html.markdown @@ -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/)
@@ -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]. diff --git a/website/google.erb b/website/google.erb index 94797446..9b62fda8 100644 --- a/website/google.erb +++ b/website/google.erb @@ -721,6 +721,12 @@ > google_monitoring_alert_policy + > + google_monitoring_notification_channel + + > + google_monitoring_uptime_check_config +