How to configure Apache virtual hosts on Ubuntu using Terraform
For hosting multiple websites, administrators commonly rely on ‘Virtual Hosting’ technique. Virtual hosting hosts multiple websites using a single machine. It can be achieved either by an ‘IP-based’ method or a ‘name-based’ approach. In ‘IP-based’ hosting we have distinct IP addresses for each web site. In case of ‘name-based’ hosting we have multiple names running on each IP address.
How to configure Apache virtual hosts on Ubuntu using Terraform
Howtoforge published a tutorial showing you how to configure Apache virtual hosts on Ubuntu using Terraform.