/LAMP-terraform-ibm

Automate deployment of environments using Infrastructure as Code

Primary LanguageHCLApache License 2.0Apache-2.0

Deploy a LAMP stack using Terraform

Terraform enables you to safely and predictably create, change, and improve infrastructure. It is an open source tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

In this tutorial, you will use a sample configuration to provision a Linux virtual server, with Apache web server, MySQL, and PHP server termed as LAMP stack. You will then update the configuration to add the IBM Cloud Object Storage service, scale the resources to tune the environment (memory, CPU, and disk size). Finish by deleting all of the resources created by the configuration.

For full instruction, checkout the solution guide steps.