Deploy your web applications FAST and EASY with CI/CD and IAC for scalable environments on AWS elasticbeanstalk and cloudflare.
Everything is AUTOMATICALLY added to your projects ! This project aims to abstract some concepts of DevOps so you can focus on writting code !
This is will be a central repo for custom terraform modules as well as a tool that lets you create entire deployment pipelines for your projects.
Set of required and configurable files that will be copied to a new project in order to add a pipeline.
If you want to run terraform locally uncomment the lines in templates/main.tf and change paths to your aws credentials files paths:
// provider "aws" {
// shared_config_files = [""]
// shared_credentials_files = [""]
// profile = "default"
// }Retrieve Solution Stacks to set variable in templates/set_tf_vars.sh script
aws elasticbeanstalk list-available-solution-stacks --query "SolutionStacks"