jainmickey / terraform-config-generator

Generate configuration of terraform for a project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Configuration Generator

Currently includes Dev / QA server only

Install terraform with brew install terraform

It includes following resources for now:

  • Cloudflare
  • Elastic IPs
  • Publicly available EC2 instance
  • Relevant security groups for both.

To run, configure your AWS provider as described in

https://www.terraform.io/docs/providers/aws/index.html

To generate the configuration run:

python generate_dev_terraform.py

About

Generate configuration of terraform for a project

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:HCL 73.6%Language:Python 26.4%