diff --git a/.changelog/10008.txt b/.changelog/10008.txt new file mode 100644 index 0000000000..42b910df15 --- /dev/null +++ b/.changelog/10008.txt @@ -0,0 +1,3 @@ +```release-note:none + +``` \ No newline at end of file diff --git a/website/docs/r/monitoring_custom_service.html.markdown b/website/docs/r/monitoring_custom_service.html.markdown index 1b200870f6..d3da6297b7 100644 --- a/website/docs/r/monitoring_custom_service.html.markdown +++ b/website/docs/r/monitoring_custom_service.html.markdown @@ -15,13 +15,13 @@ subcategory: "Cloud (Stackdriver) Monitoring" description: |- A Service is a discrete, autonomous, and network-accessible unit, - designed to solve an individual concern (Wikipedia). + designed to solve an individual concern. --- # google\_monitoring\_custom\_service A Service is a discrete, autonomous, and network-accessible unit, -designed to solve an individual concern (Wikipedia). In Cloud Monitoring, +designed to solve an individual concern. In Cloud Monitoring, a Service acts as the root resource under which operational aspects of the service are accessible @@ -32,6 +32,7 @@ To get more information about Service, see: * How-to Guides * [Service Monitoring](https://cloud.google.com/monitoring/service-monitoring) * [Monitoring API Documentation](https://cloud.google.com/monitoring/api/v3/) + * [Service-orientation on Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)