GitXplorerGitXplorer
a

terraform-tutorial

public
0 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
ddc116518ea3f103580e1f2247f4ee86c454ff41

Merge pull request #1 from GlennWienke/master

committed 8 years ago
Unverified
b41b16e36b745bbafa2f1f6eb614ca7ccb2155ce

adding note to pull repo to the intro readme

GGlennWienke committed 8 years ago
Unverified
7644df7ab3e820a80a14f7545dcdc1867cc85582

docs: add github-flavored templates

aannapoulakos committed 8 years ago
Unverified
1722443e46b852466bc4ae324d8892be143612ad

feat: add tutoral 4 on remote modules

aannapoulakos committed 8 years ago
Unverified
728e63dfb00db946dcde386f973c5992e365d5f8

chore: add remote module for tutorial 4

aannapoulakos committed 8 years ago
Unverified
8964de2737df75a02082cbc7249b7e846a441e8d

chore: update README for link to local modules tutorial

aannapoulakos committed 8 years ago

README

The README file for this repository.

Terraform Tutorial

This repository is meant to be a tutorial for how to use Terraform for AWS provisioning. It includes basics of deploying simple systems, as well as some tips on how to deploy custom local and remote modules.

Table of Contents

  1. Introduction

    This tutorial goes over the basics of making sure your environment is set up appropriately.

  2. Repeating

    This tutorial goes over the basics of creating multiple resources with a similar configuration using Terraform's repeat functionality.

  3. Local Modules

    This tutorial goes over how to incorporate local modules in order to re-use your code.

  4. Remote Modules

    This tutorial shows how to incorporate remote, git modules in order to re-use code within your team, your organization, and the world.