DEV Community

Discussion on: Terraform Discussion

Collapse
 
paulmicheli profile image
Paul Micheli

The native tools also allow spin up and tear down of environments and infrastructure as code in any shape or form can be in source control.

I have a repo that contains all of my cloud formation and it is written in such a way that it is also reusable.

Collapse
 
csgeek profile image
csgeek

I guess what I was getting at is that the reusable code can be applied to multiple cloud environments which would be the appeal.

Though at the end of the day use whichever tool you like as long as it works for you.