Skip to content

Commit 48c9497

Browse files
authored
Merge pull request #794 from rust-lang/docs-gcp-backup-document-how-to-apply
docs(gcp-backup): document how to apply
2 parents 4a4aafb + 0cca939 commit 48c9497

File tree

1 file changed

+7
-0
lines changed
  • terraform/shared/modules/assets-backup

1 file changed

+7
-0
lines changed

terraform/shared/modules/assets-backup/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ To backup a new bucket, you need to:
1616
```
1717

1818
Env is `prod` or `dev`.
19+
20+
## How to apply
21+
22+
1. Install the [gcloud CLI](https://cloud.google.com/sdk/docs/install).
23+
2. Login to GCP: `gcloud auth application-default login`.
24+
3. Run `cd terraform/assets-backup-prod` or `cd terraform/assets-backup-staging`.
25+
4. Run `terraform apply`.

0 commit comments

Comments
 (0)