google_datastream_static_ips

Returns the list of IP addresses that Datastream connects from. For more information see the official documentation.

Example Usage

data "google_datastream_static_ips" "datastream_ips" {
  location       = "us-west1"
  project        = "my-project"
}


output "ip_list" {
  value = data.google_datastream_static_ips.datastream_ips.static_ips
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: