Git Product home page Git Product logo

aws-vpc's Introduction

tf-aws-vpc

Terraform module to create AWS VPC.

Requirements

No requirements.

Providers

Name Version
aws n/a

Modules

No modules.

Resources

Name Type
aws_default_security_group.default resource
aws_internet_gateway.default resource
aws_vpc.default resource

Inputs

Name Description Type Default Required
cidr_block IPv4 CIDR to assign to the VPC string n/a yes
default_security_group_deny_all When true, manage the default security group and remove all rules, disabling all ingress and egress.
When false, do not manage the default security group, allowing it to be managed by another component
bool true no
dsg_name optionally define a custom value for the default security group name.
By default, it is defined as a construction from var.labels
string "default" no
igw_name optionally define a custom value for the internet gateway name.
By default, it is defined as a construction from var.labels
string "default" no
labels Minimum required map of labels(tags) for creating aws resources
object({
prefix = string
stack = string
component = string
env = string
})
n/a yes
tags Additional tags map(string) {} no
vpc_name optionally define a custom value for the vpc.
By default, it is defined as a construction from var.labels
string "default" no

Outputs

Name Description
igw_id The ID of the Internet Gateway
vpc_cidr_block The CIDR block of the VPC
vpc_default_route_table_id The ID of the route table created by default on VPC creation
vpc_default_security_group_id The ID of the security group created by default on VPC creation
vpc_id The ID of the VPC
vpc_main_route_table_id The ID of the main route table associated with this VPC

aws-vpc's People

Contributors

mbelousov7 avatar mikhail-belousov-rft 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.