Application is a functional grouping of Services and Workloads that helps achieve a desired end-to-end business functionality. Services and Workloads are owned by the Application.
data "google_apphub_application" "application" {
project = "project-id"
application_id = "application"
location = "location"
}
See google_resource_application resource for details of the available attributes.