pie-r / terragrunt-vs-terraspace

Comparison between Terragrunt and Terraspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terragrunt vs Terraspace

This repository is part of a series of articles published in medium:

I strongly recommend to took a look there, before proceed with this repository.


This repo tries to create two resources (VPC + EC2) using Terragrunt and Terraspace.

It's not a fork, but is very similar to this repository: https://github.com/gruntwork-io/terragrunt-infrastructure-live-example

Note: This code is solely for demonstration purposes. This is not production-ready code, so use at your own risk.

How do you deploy the infrastructure in this repo?

The current repository structure is as follow:

/-
  |
  └ accounts: here you have to set AWS_KEY or AWS_PROFILE to deploy stuff in a multi-account setup
  |
  └ terragrunt: all the files and documentation omn the terragrunt project
  |
  └ terraspace: As above, but for terraspace

TERRAGRUNT

Refer to this file: TERRAGRUNT README

TERRASPACE

Refer to this file: TERRASPACE README

About

Comparison between Terragrunt and Terraspace

License:MIT License


Languages

Language:HCL 64.3%Language:Makefile 33.8%Language:Shell 1.0%Language:Ruby 0.9%