Code Monkey home page Code Monkey logo

terraform-aws-vpc's Introduction

terraform-aws-vpc

Open Source VPC module for AWS. By Samuel Crudge

Requirements

Name Version
aws ~> 3.0

Providers

Name Version
aws ~> 3.0

Modules

No modules.

Resources

Name Type
aws_default_security_group.default resource
aws_internet_gateway.default resource
aws_vpc.default resource
aws_vpc.main data source

Inputs

Name Description Type Default Required
aws_vpc n/a map(any) { "assign_generated_ipv6_cidr_block": false, "enable_classiclink": false, "enable_dns_hostnames": false, "enable_dns_support": true, "instance_tenancy": "default" } no
cidr_block n/a string "172.31.0.0/16" no
default_security_group_deny_all n/a bool true no
default_sg n/a bool true no
internet_gateway_enabled n/a bool true no
region AWS Region string "" no
tags n/a map(any) { "Customer": "CHANGEME", "Environment": "CHANGEME", "Name": "Default", "Owner": "Cyber-Duck", "Project": "CHANGEME" } no

Outputs

Name Description
default_network_acl_id n/a
default_route_table_id n/a
default_security_group_id n/a
igw_id n/a
nat_arn n/a
nat_name n/a
nat_owner_id n/a
owner_id n/a
route_table_id n/a
sg_arn n/a
sg_description n/a
sg_id n/a
sg_name n/a
sg_owner_id n/a
vpc_id ### VPC
vpc_name n/a

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.