Skip to content

Example Terragen configuration files and associated Terraform modules

Notifications You must be signed in to change notification settings

hunt3ri/terragen-example-configs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terragen-example-configs

This repo contains example configuration files for the Terragen project and associated Terraform Modules

Terragen

Terragen is a framework for generating and automatically applying Terraform modules to simplify the management of sophisticated Cloud Architectures.

You can get full details and documentation from the project repo here

Running examples

Update your AWS information in ./config/sandbox before running commands below

Create Infra

EC2 Sandbox Example

terragen -cd ./config build.debug=False environment.dev.profile=hunter_ops_prod environment.dev.bucket=hunter-ops-tfstate -cn sandbox

Serverless Example

terragen -cd ./config build.debug=False build.infra_shared=pass -cn serverless

Destroy Infra

terragen -cd ./config build.debug=False build.infra_shared=destroy build.infra_app=destroy -cn sandbox
terragen -cd ./config build.debug=False build.infra_shared=pass build.infra_app=destroy -cn serverless

About

Example Terragen configuration files and associated Terraform modules

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published