Commit 7b6c8d83 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

adjust documentation (take 2)

parent 6a946255
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ The `instances` is the only required parameter. It is an array to allow
multiple instances to be configured:
```
gcp_cloudsql_proxy { 'example1':
  instances => ["myg-gcp-project:us-west1:mysql-1=tcp:3306"],
  instances => ["my-gcp-project:us-west1:mysql-1=tcp:3306"],
}
```