mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-11 08:05:33 -06:00
Merge pull request #7247 from boyvanduuren/google_authentication_documentation
provider/google: Updated the documentation
This commit is contained in:
commit
f4d16a0dda
@ -87,10 +87,10 @@ the process more straightforwarded, it is documented here:
|
||||
1. Log into the [Google Developers Console](https://console.developers.google.com)
|
||||
and select a project.
|
||||
|
||||
2. Click the menu button in the top left corner, and navigate to "Permissions",
|
||||
then "Service accounts", and finally "Create service account".
|
||||
2. The API Manager view should be selected, click on "Credentials" on the left,
|
||||
then "Create credentials", and finally "Service account key".
|
||||
|
||||
3. Provide a name and ID in the corresponding fields, select
|
||||
"Furnish a new private key", and select "JSON" as the key type.
|
||||
3. Select "Compute Engine default service account" in the "Service account"
|
||||
dropdown, and select "JSON" as the key type.
|
||||
|
||||
4. Clicking "Create" will download your `credentials`.
|
||||
|
Loading…
Reference in New Issue
Block a user