Allow passing ip type to cloud-sql-connector
Signed-off-by: Tomasz Szuba <tszuba@box.com>
This commit is contained in:
+4
@@ -429,6 +429,10 @@ export interface Config {
|
||||
* The instance connection name for the cloudsql instance, e.g. `project:region:instance`
|
||||
*/
|
||||
instance: string;
|
||||
/**
|
||||
* The ip address type to use for the connection. Defaults to 'PUBLIC'
|
||||
*/
|
||||
ipAddressType?: 'PUBLIC' | 'PRIVATE' | 'PSC';
|
||||
}
|
||||
| {
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user