I’m using project-factory module to create projects and that is working great. I’ve been tasked with assigning each newly-created project to a bigquery reservation. I haven’t found any method of doing this in terraform.
I do have a way to do this in gcloud using “bq mk --reservation_grant”, but I’d prefer to do it natively in terraform. If there isn’t any current native solution, is it possible to somehow run a gcloud command inside of terraform using outputs from the project-factory module?