Get a Dataproc Metastore service from Google Cloud by its id and location.
data "google_dataproc_metastore_service" "foo" {
service_id = "foo-bar"
location = "global"
}
The following arguments are supported:
service_id
- (Required) The ID of the metastore service.location
- (Required) The location where the metastore service resides.project
- (Optional) The project in which the resource belongs. If it
is not provided, the provider project is used.See google_dataproc_metastore_service resource for details of all the available attributes.