Skip to content

Commit 66efbbe

Browse files
Adding missing pingsCount, userLabels, and customContentType fields (#9388) (#588)
[upstream:db30f03c14dba7507463a0ef6b5b2932be77ec2f] Signed-off-by: Modular Magician <magic-modules@google.com>
1 parent c07b05f commit 66efbbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

uptime_check_tcp/main.tf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ resource "google_monitoring_uptime_check_config" "tcp_group" {
44

55
tcp_check {
66
port = 888
7+
ping_config {
8+
pings_count = 2
9+
}
710
}
811

912
resource_group {

0 commit comments

Comments
 (0)