Use this data source to get details about a private cloud resource.
To get more information about private cloud, see:
data "google_vmwareengine_private_cloud" "my_pc" {
name = "my-pc"
location = "us-central1-a"
}
The following arguments are supported:
name
- (Required) Name of the resource.location
- (Required) Location of the resource.project
- (Optional) The ID of the project in which the resource belongs. If it
is not provided, the provider project is used.See google_vmwareengine_private_cloud resource for details of all the available attributes.