format
This commit is contained in:
@@ -48,7 +48,8 @@ const worker2VmId = vmIdsOutput.apply((ids) => String(ids.worker2));
|
|||||||
|
|
||||||
// SSH connection helper
|
// SSH connection helper
|
||||||
function conn(
|
function conn(
|
||||||
ip: pulumi.Input<string>): command.types.input.remote.ConnectionArgs {
|
ip: pulumi.Input<string>,
|
||||||
|
): command.types.input.remote.ConnectionArgs {
|
||||||
return { host: ip, user: "ubuntu", privateKey: ciRunnerPrivateKey };
|
return { host: ip, user: "ubuntu", privateKey: ciRunnerPrivateKey };
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user