What is the bare minimum set of permissions terraform needs to manage GCP project?
Some resources suggest simply assigning terraform's service account with "Compute Admin" role, but perhaps there is a more specific list of permissions that terraform really needs.
Compute Admin
suffices for setting up GCE instances but won't grant you access to GCS buckets, for example. - Aleksi