This message was deleted.
s
This message was deleted.
q
globalStack, err = auto.UpsertStackInlineSource(globalCtx, stackName, projectName, pulumiFunc)
I am executing this for each DB,
pulumiFunc
contains different data for each DB
and then a
res, err = globalStack.Up(globalCtx, stdoutStreamer)
I am omitting al other provider config stuff
m
But still different stackname and projectname?
q
Hey. No, they are the same. I had to add N calls to snowflake.NewDatabase inside the pulumiFunc