Skip to content

Commit 3008e97

Browse files
authored
Add creating/deleting instructions to Spanner README (GoogleCloudPlatform#920)
1 parent c5a1b21 commit 3008e97

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

spanner/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@ authentication:
4949
[additional_scopes]: https://cloud.google.com/compute/docs/authentication#using
5050
[service_account_key_file]: https://developers.google.com/identity/protocols/OAuth2ServiceAccount#creatinganaccount
5151

52+
### Create an instance
53+
54+
These samples require you to first set up a [Spanner Instance][create-instance].
55+
Once you've finished with the samples, you can [delete your instance][delete-instance]
56+
to prevent incuring any additional charges.
57+
58+
[create-instance]: https://cloud.google.com/spanner/docs/create-manage-instances
59+
[delete-instance]: https://cloud.google.com/spanner/docs/create-manage-instances#delete-instance
60+
5261
## Install Dependencies
5362

5463
1. Ensure the [gRPC PHP Extension][php_grpc] is installed and enabled on your machine.

0 commit comments

Comments
 (0)