0

When migrating compute resources into GCP, they don't get assigned a service account or API access. I have some knowledge with powershell and I'd like to be able to assign a service account and set of API permissions using that instead of having to learn python or another language. Thanks

nda
  • 1

1 Answers1

0

You don't need any programming language for that. Before migrating you will need to create and configure GCP project with a script (recommended) or manually. After migration you can create and enable additional service accounts and change API access scope.

Emil Gi
  • 101
  • 1