google_compute_instance_group

Get a Compute Instance Group within GCE. For more information, see the official documentation and API

data "google_compute_instance_group" "all" {
    name = "instance-group-name"
    zone = "us-central1-a"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following arguments are exported: