tall-crowd-93084
11/06/2022, 1:52 PMconfig set
on a key that a provider expects and one that you've made up yourself?
I've have run pulumi config set sendinblue:smtp <XXX> --secret
and it's not showing up in the config section of my stack whereas hcloud:token
which was set in the same way is...
I get this in my console when trying to do cfg.requireSecret("sendinblue:smtp")
Diagnostics:
pulumi:pulumi:Stack (infra-dev):
error: Missing required configuration variable 'infra:sendinblue:smtp'
please set a value using the command `pulumi config set infra:sendinblue:smtp <value>`
❯ pulumi config
KEY VALUE
hcloud:token [secret]
hetznerdns:apitoken [secret]
sendinblue:smtp [secret]
It seems to be in my config, so I'm not sure why I need to refer to it with my stack (my stack is called infra), or why it doesn't show up in the pulumi web app:
in it and when pulumi up succeeded I now seeechoing-dinner-19531
11/06/2022, 3:05 PMnew pulumi.Config("sendinblue");