Giter VIP home page Giter VIP logo

terraform-aws-networking's Introduction

Networking Terraform Module for AWS

This Terraform module creates the base networking infrastructure on AWS.

Usage

Check valid versions on:

Requirements

Name Version
terraform >= 0.13

Providers

Name Version
aws n/a

Inputs

Name Description Type Default Required
availability_zones List of availability zones to be used by subnets list n/a yes
name_prefix Name prefix for resources on AWS any n/a yes
private_subnets_cidrs_per_availability_zone List of CIDRs to use on each availability zone for private subnets list n/a yes
public_subnets_cidrs_per_availability_zone List of CIDRs to use on each availability zone for public subnets list n/a yes
single_nat enable single NAT Gateway bool false no
vpc_cidr_block AWS VPC CIDR Block any n/a yes

Outputs

Name Description
availability_zones List of availability zones used by subnets
internet_gateway_id ID of the generated Internet Gateway
nat_gw_ids List with the IDs of the NAT Gateways created on public subnets to provide internet to private subnets
private_subnets_ids List with the Private Subnets IDs
private_subnets_route_table_id ID of the Route Table used on Private networks
public_subnets_ids List with the Public Subnets IDs
public_subnets_route_table_id ID of the Route Tables used on Public networks
vpc_cidr_block The CIDR block of the VPC
vpc_id The ID of the VPC

terraform-aws-networking's People

Contributors

jnonino avatar mhmdio avatar

Watchers

James Cloos avatar

Forkers

mra-1

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.