Skip to content

Commit

Permalink
Minor docs updates (cloudspannerecosystem#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybell authored Jan 11, 2024
1 parent 883d704 commit 3fae48e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
4 changes: 4 additions & 0 deletions terraform/cloud-functions/distributed/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,8 @@ Autoscaler infrastructure, with the exception of Cloud Scheduler, lives.
appengine.googleapis.com \
firestore.googleapis.com \
pubsub.googleapis.com \
logging.googleapis.com \
monitoring.googleapis.com \
cloudfunctions.googleapis.com \
cloudbuild.googleapis.com \
cloudresourcemanager.googleapis.com
Expand Down Expand Up @@ -247,6 +249,8 @@ topic and function in the project where the Spanner instances live.
appengine.googleapis.com \
spanner.googleapis.com \
pubsub.googleapis.com \
logging.googleapis.com \
monitoring.googleapis.com \
cloudfunctions.googleapis.com \
cloudscheduler.googleapis.com \
cloudbuild.googleapis.com
Expand Down
7 changes: 5 additions & 2 deletions terraform/cloud-functions/per-project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ In this section you prepare your project for deployment.
firestore.googleapis.com \
spanner.googleapis.com \
pubsub.googleapis.com \
logging.googleapis.com \
monitoring.googleapis.com \
cloudfunctions.googleapis.com \
cloudbuild.googleapis.com \
cloudscheduler.googleapis.com \
Expand Down Expand Up @@ -278,10 +280,11 @@ in this section.
1. List your spanner instances
```sh
gcloud spanner instances list
gcloud spanner instances list --format="table(name)"
```
2. Set the following variable with the instance name to import
2. Set the following variable with the instance name from the output of the
above command that you want to import
```sh
SPANNER_INSTANCE_NAME=<YOUR_SPANNER_INSTANCE_NAME>
Expand Down
7 changes: 5 additions & 2 deletions terraform/gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ In this section you prepare your project for deployment.
cloudbuild.googleapis.com \
cloudresourcemanager.googleapis.com \
container.googleapis.com \
logging.googleapis.com \
monitoring.googleapis.com \
spanner.googleapis.com
```

Expand Down Expand Up @@ -368,10 +370,11 @@ in this section.
1. List your spanner instances
```sh
gcloud spanner instances list
gcloud spanner instances list --format="table(name)"
```
2. Set the following variable with the instance name to import
2. Set the following variable with the instance name from the output of the
above command that you want to import
```sh
SPANNER_INSTANCE_NAME=<YOUR_SPANNER_INSTANCE_NAME>
Expand Down

0 comments on commit 3fae48e

Please sign in to comment.