We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a4aafb + 0cca939 commit 48c9497Copy full SHA for 48c9497
terraform/shared/modules/assets-backup/README.md
@@ -16,3 +16,10 @@ To backup a new bucket, you need to:
16
```
17
18
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