Commit 8ea5cf77 authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

adjust documentation (take 3)

parent 7b6c8d83
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ If you have put the service account JSON credentials in a wallet object,
indicate this by using the `service_credentials_wallet_name` parameter:
```
gcp_cloudsql_proxy { 'example1':
  instances => ["myg-gcp-project:us-west1:mysql-1=tcp:3306"],
  instances => ["my-gcp-project:us-west1:mysql-1=tcp:3306"],
  service_credentials_wallet_name
            => 'config/abcd/gcp-service-account/cloud-sql-proxy-1',
}