Coder Social home page Coder Social logo

keisukeyamashita / terraform-aws-vpc-peering-connector Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 11 KB

This module creates an AWS VPC peering connector and route

Home Page: https://registry.terraform.io/modules/KeisukeYamashita/vpc-peering-connector/aws

License: Other

Makefile 26.29% HCL 73.71%
terraform module vpc vpc-peering aws

terraform-aws-vpc-peering-connector's Introduction

AWS VPC Peering Connector module

This module creates an AWS VPC peering connector and route.

Usage

module "vpc_peering_connector" {
  source  = "KeisukeYamashita/terraform-aws-vpc-peering-connector"
  version = "~> 1.0"
  
  target_cidr_block = "100.200.100.200/20"
  target_peering_id = "pcx-000111222333444"
  auto_accept       = true
  
  route_table_id = aws_route_table.my_table.id
}

Requirements

Name Version
terraform >= 0.12.0, < 0.14
aws >= 3.0, < 4.0

Inputs

Name Description Type Default Required
auto_accept Accept VPC peering automatically bool false no
route_table_id ID of the route table to associate string null yes
target_cidr_block CIDR block of the target VPC string null yes
target_peering_id ID of the peering target string null yes

Author

License

Apache 2.0 Licensed. See LICENSE for full details.

terraform-aws-vpc-peering-connector's People

Contributors

keisukeyamashita avatar

Watchers

 avatar  avatar  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.