Hi! I'm new to pulumi, evaluating it for our org, ...
# getting-started
l
Hi! I'm new to pulumi, evaluating it for our org, where we are using terraform currently. Have some questions how to reproduce features we actively use in terraform. The most interesting thing at the moment is: we use
terraform plan -out=planfile.json
to ensure that the reviewed and pproved plan executed by a downstream ci ci step is the exact one reviewed (executed by
terraform apply -input=planfile.json