google_compute_instance_group_manager

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

Example Usage

data "google_compute_instance_group_manager" "igm1" {
  name = "my-igm"
  zone = "us-central1-a"
}

data "google_compute_instance_group_manager" "igm2" {
  self_link = "https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-a/instanceGroupManagers/my-igm"
}

Argument Reference

The following arguments are supported:


Attributes Reference

See google_compute_instance_group_manager resource for details of all the available attributes.