A Terraform module for automating AMI builds using AWS CodePipeline
Plan the infrastructure changes
make planCreate the infrastructure
make applyUpdate state file against real resources
make refreshRun the included Lambda notification webhook locally
make run$ 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