Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/IBM-Cloud/LAMP-terraform-ibm

Automate deployment of environments using Infrastructure as Code
https://github.com/IBM-Cloud/LAMP-terraform-ibm

ibm-cloud ibm-cloud-solutions infrastructure-as-code object-storage terraform virtual-server

Last synced: about 2 months ago
JSON representation

Automate deployment of environments using Infrastructure as Code

Awesome Lists containing this project

README

        

This repository is archived as the associated tutorial was retired in favor of the LAMP Stack on VPC tutorial: https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-lamp-stack-on-vpc

# Deploy a LAMP stack using Terraform

[Terraform](https://www.terraform.io/) 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 **L**inux virtual server, with **A**pache web server, **M**ySQL, and **P**HP 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](https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-infrastructure-as-code-terraform).