careful-television-82602
09/16/2021, 3:53 PMbillowy-army-68599
09/16/2021, 4:48 PMpulumi up
against the code you've checked into your repocareful-television-82602
09/16/2021, 4:56 PMpulumi.Run
pulumi up
even needed?pulumi up
and pulumi destroy
read very terraform'ishgreen-stone-37839
09/16/2021, 5:09 PMup
preview
destroy
etc)billowy-army-68599
09/16/2021, 5:21 PMcareful-television-82602
09/16/2021, 5:57 PMbillowy-army-68599
09/16/2021, 7:30 PMcareful-television-82602
09/16/2021, 7:55 PMpulumi up
to make these changes happen - while my infrastructure definition code is in another binary. So how does pulumi up
execute the code that I am writing?pulumi
loads?billowy-army-68599
09/16/2021, 8:17 PMcareful-television-82602
09/16/2021, 8:31 PMpulumi up
?billowy-army-68599
09/16/2021, 10:12 PMpulumi
binary locally on your machine yescareful-television-82602
09/16/2021, 11:09 PMbillowy-army-68599
09/16/2021, 11:11 PMcareful-television-82602
09/16/2021, 11:11 PMpulumi up
from within your project directory. This command creates an isolated and configurable instance of your program, known as a stack."func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
}
}
What's the pulumi up
for?billowy-army-68599
09/16/2021, 11:25 PMcareful-television-82602
09/16/2021, 11:26 PMbillowy-army-68599
09/16/2021, 11:26 PMcareful-television-82602
09/16/2021, 11:26 PMbillowy-army-68599
09/16/2021, 11:27 PMcareful-television-82602
09/16/2021, 11:27 PMbillowy-army-68599
09/16/2021, 11:28 PMcareful-television-82602
09/16/2021, 11:30 PMbillowy-army-68599
09/16/2021, 11:43 PMcareful-television-82602
09/16/2021, 11:47 PMbillowy-army-68599
09/17/2021, 12:16 AMcareful-television-82602
09/17/2021, 12:33 AMpulumi
process, that calls the binary with the infrastructure code.