In DevOps, the gold standard for building a deployment platform is using Infrastructure as Code and a GitOps workflow, and there are a couple of popular tools that can enable you and your team to create Infrastructure as Code files. In this talk, Amy will compare and contrast Terraform and Pulumi, she will demonstrate how to create a DigitalOcean Webserver with Terraform and then Pulumi, and finally she will talk through the benefits and drawbacks of each project.
To join the live Tech Talk, register here.
Thanks for learning with the DigitalOcean Community. Check out our offerings for compute, storage, networking, and managed databases.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Only a few hours left. yay
Lots of debugging. My suggestion is to use the docker container terraform and pulumi images in a clean workspace to showcase the executions. There was a lot of troubleshooting and time wasted doing re-runs and trying to login to the pulumi dashboard after failure to refresh auth tokens. thanks though
I like terraform more. It’s simpler to use and breaks down less often. Had way fewer problems with it than with pulumi.