Giter VIP home page Giter VIP logo

terraform-learn's Introduction

Terraform Learn

This repository aims to provide a helpful set of structural guidelines to follow when working with Terraform, as well giving a basic enablement with the tool through a series of simple demos.

What is Terraform? Have a read here!

How can I install Terraform on my machine? Get it here!

What can you learn?

The end state of this Terraform repository will have the ability to deploy compute and networking infrastructure into the following cloud providers:

Networking infrastructure will contain:

  • VPCs
  • Subnets (public & private)
  • Routing Tables
  • NAT Gateways
  • Internet Gateways
  • Security Groups
  • Elastic Load Balancers

Compute infrastructure will contain:

  • EC2 instances (AWS)
  • Azure instances (Microsoft Azure)
  • Google compute instances (Google Cloud Platform)

Terraform provisioning will contain examples of:

  • Puppet configuration management
  • Chef configuration management
  • Ansible configuration management

When can you learn it?

Terraform code for the above code is to be released incrementally in parts, accompanied by a blog. The releases will be split as follows:

  • Release 1: Directory Structure and Basic Compute in AWS (Find the demo here)
  • Release 2: Basic Compute in Microsoft Azure & Google Cloud Platform (Find the demos here and here respectively)
  • Release 3: Networking Infrastructure
  • Release 4: Terraform Provisioning with Puppet, Chef & Ansible

Each release will also be accompanied with a series of demos relating to the new functionality.

## The Commands

These are the commands that will be at the core of every demo contained in this repository:

Before progressing into any demos, it is also very important to understand 'state' in the context of Terraform, how it is fits in and the criticality of state file management.

Directory Structure

Each directory level will have a explanation of how the sub-directories are all structured, what is contained in them and why they should be set out this way.

This is the base of the Terraform repository, inclusive of sub-directories that are named after the cloud providers that you wish to deploy into using Terraform.

terraform-learn's People

Contributors

joesaby avatar fitsnips avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.