As we already know, the goal of DevOps is to perform software delivery more efficiently, and we need some tools to make this delivery quickly and e...
For further actions, you may consider blocking this person and/or reporting abuse
I like terraform a lot. I was previously using CloudFormation with cloudformation-ruby-dsl and a lot of custom code to generate and maintain my AWS infrastructure. CloudFormation has many advantages like that it is for managing AWS infrastructure and it is maintained by AWS itself; however, developing both new and existing templates is arduous and the test/validation cycle is long because CloudFormation is pretty slow. There is also no real equivalent of the
terraform plancommand in CloudFormation, other than creating a Change Set which is not always very helpful. Terraform has significantly sped up development and has become very valuable for my team!I've never used Terraform but heard good things.
It is a simple but powerful tool for infrastructure orchestration. Love this tool! We use it.