pulumi
Intro
Installation and setup
- Install pulumi
brew install pulumi/tap/pulumi
- Login
pulumi login
Stacks
Pulumi works in stacks, where all resources you spin up and deploy will be deployed in the context of the current stack.
pulumi stack init: creates a new stack with the YAML configuration for the stack inPulumi.<stack-name>.yamlpulumi stack ls: lists all the stackspulumi stack select <stack-name>: selects a stack