Giter Club home page Giter Club logo

terraform-aws-vpc's Introduction

DC/OS VPC

This is an module to create a AWS VPC specially used for DC/OS

This modules creates a subnet for every .

EXAMPLE

module "dcos-vpc" {
  source  = "dcos-terraform/vpc/aws"
  version = "~> 0.2.0"

  cluster_name = "production"
  availability_zones = ["us-east-1b"]
  subnet_range = "172.16.0.0/16"
  # providers {
  # aws = "aws.my-provider"
  # }
}

Inputs

Name Description Type Default Required
cluster_name Name of the DC/OS cluster string n/a yes
availability_zones List of availability_zones to be used as the same format that are required by the platform/cloud providers. i.e ['RegionZone'] list <list> no
subnet_range Private IP space to be used in CIDR format string "172.31.0.0/16" no
tags Add custom tags to all resources map <map> no

Outputs

Name Description
aws_main_route_table_id AWS main route table id
cidr_block Output the cidr_block used within this network
subnet_ids List of subnet IDs created in this network
subnets List of subnet IDs created in this Network
vpc_id AWS VPC ID

terraform-aws-vpc's People

Contributors

bernadinm avatar fatz avatar lloesche avatar sebbrandt87 avatar

Watchers

 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.