google_monitoring_uptime_check_ips

Returns the list of IP addresses that checkers run from. For more information see the official documentation.

Example Usage

data "google_monitoring_uptime_check_ips" "ips" {
}

output "ip_list" {
  value = data.google_monitoring_uptime_check_ips.ips.uptime_check_ips
}

Attributes Reference

The following computed attributes are exported: