-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
## GCP service account to use with terraform and velero | ||
## GCP service account to use with Terraform and Velero | ||
A service account that has admin access to `google cloud storage` is required for **Terraform** to provision a bucket and for **Velero** to read/write backups to this bucket. <br> | ||
Open [google cloud console](https://console.cloud.google.com) and navigate to `IAM & Admin`>`Service accounts` | ||
- create a new service account. | ||
- Create a new service account. | ||
- Give `cloud storage admin` permission to this account. | ||
- Create a key for this account in `json` format and download it. | ||
- Rename it to `credentials.json` and place it inside this folder. |