Skip to content

adrianruizmora/infra-delivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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.

Templates

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"
// }

Useful commands

Retrieve Solution Stacks to set variable in templates/set_tf_vars.sh script

aws elasticbeanstalk list-available-solution-stacks --query "SolutionStacks"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors