Skip to content

Commit 0cca939

Browse files
committed
docs(gcp-backup): document how to apply
1 parent 4a4aafb commit 0cca939

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)