Code Monkey home page Code Monkey logo

terraform-aws-vpc-peering-inter-region's Introduction

terraform-aws-vpc-peering

Lint Status LICENSE

This terraform module provide resources to manage Virtual Private Cloud (VPC) peering connections inter regions. A VPC peering connection is a networking connection between two VPCs that enables you to route traffic between them using private IPv4 addresses or IPv6 addresses.

The following resources will be created:

  • A VPC requester - VPC that sends a request to the owner of the accepter VPC to create the VPC peering connection
  • A VPC Accepter - VPC that accepts the VPC peering connection request to activate the VPC peering connection.
  • A route table - That contains a set of rules, called routes, that are used to determine where network traffic from your subnet or gateway is directed.
  • Network Access Control list (ACL) - NACLs provide a rule-based tool for controlling network traffic ingress and egress at the protocol and subnet level.
    • in_accepter_public_from_requester
    • out_accepter_public_to_requester
    • in_accepter_private_from_requester
    • out_accepter_private_to_requester
    • in_accepter_secure_from_requester
    • out_accepter_secure_to_requester
    • in_requester_from_accepter
    • out_requester_to_accepter

Requirements

Name Version
terraform >= 0.12.0

Providers

Name Version
aws.accepter n/a
aws.requester n/a

Inputs

Name Description Type Default Required
accepter_owner_id Account ID of accepter any n/a yes
accepter_region Region of acccepter any n/a yes
accepter_vpc_id VPC ID of accepter any n/a yes
requester_owner_id Account ID of requester any n/a yes
requester_region Region of requester any n/a yes
requester_subnet Name of the requester subnet tag to be peered string "transit" no
requester_vpc_id VPC ID of requester any n/a yes
serial Number of this peering, distinct from others, to avoid conflict with NACL rule number number 0 no

Outputs

No output.

Author

Module managed by DNX Solutions.

License

Apache 2 Licensed. See LICENSE for full details.

terraform-aws-vpc-peering-inter-region's People

Contributors

jrpradojr avatar caiovfernandes avatar alexandrealvao avatar

Stargazers

arun9theja avatar

Watchers

James Cloos avatar Helder Klemp avatar  avatar

terraform-aws-vpc-peering-inter-region's Issues

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.