I want to write a GCP Deployment Manager resource template that can create a IAM policy binding to a service account as a resource. In particular, I want to configure allowing a member to impersonate a single service account with Deployment Manager.
I know this can be done with GCP console, gcloud SDK or Pulumi.
Maybe I'm missing something, but how can I achieve this with Deployment Manager?