corranmac / LAMP-terraform-ibm

Automate deployment of environments using Infrastructure as Code

Home Page:https://console.bluemix.net/docs/tutorials/infrastructure-as-code-terraform.html#automate-deployment-of-environments-using-terraform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Automate deployment of environments using Infrastructure as Code

https://console.bluemix.net/docs/tutorials/infrastructure-as-code-terraform.html#automate-deployment-of-environments-using-terraform

License:Apache License 2.0


Languages

Language:HCL 100.0%