google_vmwareengine_cluster

Use this data source to get details about a cluster resource.

To get more information about private cloud cluster, see:

Example Usage

data "google_vmwareengine_cluster" "my_cluster" {
  name     = "my-cluster"
  parent   = "project/locations/us-west1-a/privateClouds/my-cloud"
}

Argument Reference

The following arguments are supported:

Attributes Reference

See google_vmwareengine_cluster resource for details of all the available attributes.