Skip to content

Commit 6a5913d

Browse files
committed
vault config here
1 parent d370128 commit 6a5913d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Vaults/AwsSsmVault.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ protected function client(): SsmClient
253253
{
254254
return $this->client ??= new SsmClient([
255255
'version' => 'latest',
256-
'region' => config('keep.aws.region'),
256+
'region' => $this->config['region'] ?? 'us-east-1',
257257
]);
258258
}
259259
}

0 commit comments

Comments
 (0)