Giter VIP home page Giter VIP logo

terraform-aws-vpc-peering's Introduction

aws-vpc-peering

Opstree Solutions
Opstree Solutions

  • This repository consists of the Terraform module for AWS VPC Peering Service with in & cross region.
  • This project is a part of opstree's ot-aws initiative for terraform modules.

Usage

$   cat main.tf
/*-------------------------------------------------------*/
module "aws_vpc_peering" {
  source                                  = "../aws-vpc-peering"
  requester_region                        = "us-east-1"
  acceptor_region                    = "us-east-1"
  requester_vpc_cidr                      = "10.0.0.0/16"
  acceptor_vpc_cidr                       = "172.31.0.0/16"
  vpc_peering_connection_requester_name   = "requester"
  vpc_peering_connection_acceptor_name    = "acceptor"
}
/*-------------------------------------------------------*/
$   cat output.tf
/*-------------------------------------------------------*/
output "vpc_peering_id" {
  value = module.aws_vpc_peering.id
}
/*-------------------------------------------------------*/

Inputs

Name Description Type Default Required
requester_region The region of the requester VPC. string us-east-1 yes
accepter_region The region of the accepter VPC. string us-east-1 yes
requester_vpc_cidr The CIDR of the requester VPC. string 10.0.0.0/16 yes
accepter_vpc_cidr The CIDR of the accepter VPC. string 172.31.0.0/16 yes
vpc_peering_connection_requester_name The NAME of the requester VPC peering connection. string requester yes
vpc_peering_connection_accepter_name The NAME of the accepter VPC peering connection. string accepter yes

Outputs

Name Description
id The ID of the VPC Peering Connection

Related Projects

Check out these related projects.

  • network_skeleton - Terraform module for providing a general purpose Networking solution
  • security_group - Terraform module for creating dynamic Security groups
  • eks - Terraform module for creating elastic kubernetes cluster.
  • HA_ec2_alb - Terraform module for creating a Highly available setup of an EC2 instance with quick disater recovery.
  • HA_ec2 - Terraform module for creating a Highly available setup of an EC2 instance with quick disater recovery.
  • rolling_deployment - This terraform module will orchestrate rolling deployment.

Contributors

Shweta Tyagi
Shweta Tyagi

terraform-aws-vpc-peering's People

Contributors

rajatvats-devops avatar shwetatyagi-ot 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.