andreivmaksimov / ngn-bibf-techtalk-how-to-cook-your-cloud

Terraform and Ansible examples for NGN-BIBF TechTalk at Bahrain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is code examples for "How to cook your cloud, have free time and save money" TechTalk at Bahrain.

Slides are available at SlideShare

All you need is to clone this repository, install Terraform and Ansible and play with this examples:

Init terraform

This command will download Terraform AWS plugin

terraform init

Show changes

terraform plan

Apply changes

terraform apply

Get dependency graph

terraform graph | dot -Tpng > graph.png

About

Terraform and Ansible examples for NGN-BIBF TechTalk at Bahrain


Languages

Language:HCL 100.0%