java/java-dataflow-samples/read-pubsub-write-bigquery/infrastructure/02.network/data.tf (4 lines of code) (raw):
// Query the Dataflow Worker Service Account
data "google_service_account" "dataflow_worker" {
account_id = var.dataflow_worker_service_account_id
}