Git Product home page Git Product logo

terraform-aws's Introduction

AWS Terraform Projects

This repository is a collection of Terraform automation projects that can be used in an AWS environment.
hese projects are intended to be used as a template to demonstrate or build a test environment. You will find a description of what each project does in the directories, and if you want (or need) to customize them, you can change defaults in the different name-variables.tf files.

Which are the projects available?

The projects can be briefly described as follows:

  1. ./gwlb-base-env: It creates a Gateway Load-Balancer Centralized environment composed by Spoke VPCs, CKP Management and Autoscaling-group
  2. ./gwlb-mgmtcfg: It configures an existing Check Point management through APIs with the settings needed in a GWLB Centralized Architecture

Do you want to see more?

Check out my Terraform Microsoft Azure repository here: gbrembati / terraform-azure
Check out my Terraform Google Cloud Platform repository here: gbrembati / terraform-gcp
Check out my Terraform CloudGuard Native repository here: gbrembati / terraform-cloudguard-native

Check the Check Point official CloudGuard IaaS repository here: CheckPointSW / CloudGuardIaaS

How do you use these projects?

The first thing that you need to do is download this repository, either via "git clone" or "download as ZIP".
Choose which are projects that you want to use, and in each directory change the relative terraform.tfvars file.
Once you have done the above, simply go inside the directory of a single project and run these terraform commands.

To prepare the current working directory (and install the required providers) run :

terraform init 

To create an execution plan (and see the changes that will be made in your environment) run :

terraform plan

To apply the changes required to reach the desired state (and create your environment) run :

terraform apply

To destroy the Terraform-managed infrastructure, run:

terraform destroy

terraform-aws's People

Contributors

gbrembati avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.