Comments on How to configure Apache virtual hosts on Ubuntu using Terraform
For hosting multiple websites, administrators commonly rely on ‘Virtual Hosting’ technique. In this tutorial, we will see how we can host two virtual hosts on an Ubuntu 22.04 system using Terraform. We will use the Apache web server to perform this lab.
1 Comment(s)
Add comment
Comments
By: IGnatius T Foobar
This is a pretty good example of how to make Terraform "do things" other than just deploy a machine. Thank you for this.