Use this data source to get details about a cluster resource.
To get more information about private cloud cluster, see:
data "google_vmwareengine_cluster" "my_cluster" {
name = "my-cluster"
parent = "project/locations/us-west1-a/privateClouds/my-cloud"
}
The following arguments are supported:
name
- (Required) Name of the resource.parent
- (Required) The resource name of the private cloud that this cluster belongs.See google_vmwareengine_cluster resource for details of all the available attributes.