hundreds-musician-51496
11/04/2020, 11:04 PMhundreds-receptionist-31352
11/06/2020, 11:36 AMmicroscopic-xylophone-85966
11/12/2020, 2:21 PMcmd := exec.CommandContext(ctx, “pulumi”, args...)
any plans to bring real programmatic api with no dependencies?calm-table-93204
11/13/2020, 1:25 AMmany-psychiatrist-74327
11/16/2020, 8:09 PMlemon-agent-27707
11/16/2020, 10:10 PMquiet-wolf-18467
11/16/2020, 10:27 PMhundreds-musician-51496
11/17/2020, 7:07 PMkind-school-28825
11/22/2020, 1:38 PMwet-soccer-72485
11/22/2020, 5:37 PM+ pulumi-nodejsdynamic:Resource xyz creating error: _my_logger__WEBPACK_IMPORTED_MODULE_6__ is not defined
+ pulumi-nodejsdynamic:Resource xyz **creating failed** error: _my_logger__WEBPACK_IMPORTED_MODULE_6__ is not defined
white-midnight-53747
11/23/2020, 3:24 PMpulumirpc.InvokeRequest
Be grateful if anyone who has seen this could point me in the right direction to progressing past this.
I'm more or less following the example from the documentation page and the output is stuck printing Updating........kind-school-28825
11/24/2020, 4:57 AMwet-soccer-72485
11/29/2020, 8:51 AMfancy-shoe-29676
12/14/2020, 7:42 PMfancy-shoe-29676
12/14/2020, 7:45 PMconst projectName = "project"
const args: InlineProgramArgs = {
stackName: "dev",
projectName: projectName,
program: pulumiProgram
};
const projectSetting: ProjectSettings = {
name: projectName,
runtime: "nodejs",
backend: {
url: "<s3://pulumi-states>"
}
}
const stackSettings: StackSettings = {
secretsProvider: "<awskms://alias/pulumi?region=eu-central-1>"
}
const opts: LocalWorkspaceOptions = {
projectSettings: projectSetting,
stackSettings: {
"dev": stackSettings
},
secretsProvider: "<awskms://alias/pulumi?region=eu-central-1>"
}
// create (or select if one already exists) a stack that uses our inline program
const stack = await LocalWorkspace.createOrSelectStack(args, opts);
fancy-shoe-29676
12/14/2020, 7:55 PMwhite-midnight-53747
12/15/2020, 10:24 AMechoing-angle-67526
12/22/2020, 5:08 AMechoing-angle-67526
12/22/2020, 5:11 AMmagnificent-restaurant-51456
12/23/2020, 10:19 AMproud-pizza-80589
12/26/2020, 1:14 PMproud-pizza-80589
12/26/2020, 1:43 PMawait stack.setConfig("somesecret", { value: "s3cr3t", secret: true });
Is s3cr3t
in this case plain text or the encrypted value i get from a pulumi config set somesecret s3cr3t --secret
?astonishing-shoe-68042
12/27/2020, 10:14 AMawait stack.setConfig('digitalocean:token', secrets['digitalocean:token']);
const v = await stack.getConfig('digitalocean:token');
console.log(v.value);
astonishing-shoe-68042
12/27/2020, 10:14 AMastonishing-shoe-68042
12/27/2020, 10:23 AMawait stack.setConfig('digitalocean:token', { value: secrets['digitalocean:token'], secret: true });
proud-pizza-80589
12/28/2020, 1:17 PMawait stack.up()
would throw?proud-pizza-80589
12/31/2020, 10:11 AMup
is running during a restart, it leaves zombie processes running. Is there a way to cancel an up
cleanly?proud-pizza-80589
01/06/2021, 6:16 PMawait ws.installPlugin('aws', 'v3.22.0');
but i cannot install an eks one so i gathered this is enough?brainy-ocean-92780
01/06/2021, 6:46 PMproud-pizza-80589
01/06/2021, 10:57 PMproud-pizza-80589
01/06/2021, 10:57 PMlemon-agent-27707
01/06/2021, 11:03 PMproud-pizza-80589
01/06/2021, 11:09 PMlemon-agent-27707
01/06/2021, 11:59 PMclever-byte-21551
01/07/2021, 6:48 AM