Controlling your cloud services with Terraform
11/11/2019: Terraform is a popular tool for managing your infrastructure – but it’s much more than just a configuration management tool. It’s more of a configuration orchestration system that provides an additional layer of functionality compared to other configuration management tools such as Ansible, Puppet and SaltStack. Unlike them, Terraform concentrates more on server provisioning. It uses infrastructure as code (IAC) and works with any cloud – whether private on-premises or public. That of course includes IaaS providers such as AWS, Azure, Google Cloud, Oracle Cloud, OpenStack and Alibaba...