Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months ago
JSON representation
Automate deployment of environments using Infrastructure as Code
- Host: GitHub
- URL: https://github.com/IBM-Cloud/LAMP-terraform-ibm
- Owner: IBM-Cloud
- License: apache-2.0
- Archived: true
- Created: 2018-01-19T17:28:29.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-08T19:29:09.000Z (over 4 years ago)
- Last Synced: 2024-08-04T00:04:23.544Z (6 months ago)
- Topics: ibm-cloud, ibm-cloud-solutions, infrastructure-as-code, object-storage, terraform, virtual-server
- Language: HCL
- Homepage: https://cloud.ibm.com/docs/solution-tutorials?topic=solution-tutorials-infrastructure-as-code-terraform
- Size: 13.7 KB
- Stars: 5
- Watchers: 13
- Forks: 80
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ibmcloud - lamp-terraform-ibm - Automate deployment of environments using Infrastructure as Code. (Infrastructure)
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).