Giter Site home page Giter Site logo

terraform-laravel-pipeline's Introduction

Terraform Laravel Pipeline

CircleCI

CircleCI

Install AWSClI

  1. Download & install for Windows
  2. Download & install for Ubunu

Usage

To run this example you need to execute:

terraform init
terraform plan -out terraform.plan
terraform apply terraform.plan

Variables

  • stage - Name of the Environment of application stage prod testing (default: dev)
  • app_name - Name of application (default: example-webapp)
  • instance_type - EC2 Instance type for your applicaton (default: t2.micro)
  • key_name - EC2 Instance PEM Key name, Make sure Enter conrrect pem key as aws region (Required: [])
  • desired_capacity - Desired number of EC2 instances in AutoScaling Group (default: 1)
  • min_size - Minimum number of EC2 instances in AutoScaling Group (default: 1)
  • max_size - Maximum number of EC2 instances in AutoScaling Group (default: 1)

Note: If you're using github account for SCM in aws-pipeline then update below Properties.

  • github_auth_token - Github account authication token (Required: [])
  • github_user - Github account username (Required: [])
  • github_repo - Github account repository, which is you're going to use in pipeline. (Required: [])
  • github_branch - Github repository branch name (default: master)

Outputs

  • ec2_instance_name - The EC2 Instance Name

terraform-laravel-pipeline's People

Contributors

prajavat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.