Getting started with Infrastructure as Code (CODE)
Sep 25, 2018
Description
Demo project demonstrating how to manage an infrastructure in Digital Ocean via Terraform.
Installation
git clone https://github.com/damyanbogoev/iac-getting-started.git
Usage
# initializing the project
terraform init
# applying the configurations using the terraform.tfvars variable file
terraform apply -var-file=terraform.tfvars
# destroying the configurations using the terraform.tfvars variable file
terraform destroy -var-file=terraform.tfvars
Changelog
1.0
- provision droplets for web servers usage
- firewalls setup access to the web servers instances
- tags assignment
License
The demo project is released under the MIT License, see LICENSE.