This message was deleted.
# general
s
This message was deleted.
g
One of the things making Pulumi interesting from my point of view is the fact that it allows such customizations since it is just code
r
g
Cheers! Will look over that one
OK, I see... This is actually very interesting stuff and it would allow me to do exactly what I wanted. The thing is, if I go this route then I need to make my whole setup by using Automation API and users cannot use
pulumi up
anymore. Which is totally fine in my opinion and the correct way to go now that I think of it but I won't have time to redo all of this that way right now
l
Not quite. Automation-api can run "ordinary" Pulumi programs from their own directories. You can even mix inline Pulumi and external Pulumi programs within the same automation-api file / module.
1
And if you are using Pulumi's new Packages (the 3rd type, Component Packages) you can mix and match all sorts of Pulumi code in all sorts of different ways.
r
@gorgeous-country-43026 specifically look at the local program example for how to run a traditional cli-driven program with pulumi up. But dunno how this would cooperate with your desire to set config using automation api
g
Cheers for the info 👍
partypus 8bit 1