This message was deleted.
# general
s
This message was deleted.
b
you can use the pulumi config set method, is that not working?
each time you do a config set, it’s set at the stack level
r
I didn't know there was a config set method, https://www.pulumi.com/docs/concepts/config/#code only shows Get & Require, am I looking in the wrong place?
b
i’m perhaps confused by what you’re trying to do
r
imagine we have a map of github orgs we want configured in a particular way, from a single stack, and each org should have a repo called admin, when pulumi creates the repo it will do it in the org that created the PAT or the org set via
pulumi config set github:owner YYYYYYYYYYYYYY
, but I can only set that once for the stack.
b
so you want to target different github org inside a single stack?
r
yeah
b
r
ah!!! Thank you!
beer['ghent']++
😉
❤️ 1