Skip to content

Commit e9cbd19

Browse files
Add missing closing backtick for gae_app in monitoring uptime check resource (#10819) (#18299)
[upstream:cf980e17b2aca585a0b9b5816f6eaa453fd6c2e5] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent 29bb502 commit e9cbd19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

google/services/monitoring/resource_monitoring_uptime_check_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ configuration. The following monitored resource types are supported for
287287
uptime checks:
288288
* 'aws_ec2_instance'
289289
* 'aws_elb_load_balancer'
290-
* 'gae_app
290+
* 'gae_app'
291291
* 'gce_instance'
292292
* 'k8s_service'
293293
* 'servicedirectory_service'

website/docs/r/monitoring_uptime_check_config.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ The following arguments are supported:
300300
uptime checks:
301301
* `aws_ec2_instance`
302302
* `aws_elb_load_balancer`
303-
* `gae_app
303+
* `gae_app`
304304
* `gce_instance`
305305
* `k8s_service`
306306
* `servicedirectory_service`

0 commit comments

Comments
 (0)