artur-sak13 / terraform-ami-bakery

Terraform modules for deploying and automated AMI build pipeline on AWS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

terraform-ami-bakery

Codacy

A Terraform module for automating AMI builds using AWS CodePipeline

Getting Started

Usage

Plan the infrastructure changes

make plan

Create the infrastructure

make apply

Update state file against real resources

make refresh

Run the included Lambda notification webhook locally

make run

Using the Makefile

$ make help
all                            Runs terraform plan and apply
apply                          Run terraform apply
destroy                        Run terraform destroy
plan                           Run terraform plan
refresh                        Refresh terraform state
run                            Runs the lambda function locally

About

Terraform modules for deploying and automated AMI build pipeline on AWS

License:MIT License


Languages

Language:HCL 71.7%Language:Python 14.5%Language:Makefile 13.7%