Giter Club home page Giter Club logo

terraform-aws-transit-gateway-route-table's Introduction

terraform-aws-transit-gateway-route-table

Terraform Release

Deploy a Transit Gateway Route Table, it's associations, propagations, and routes

Requirements

Name Version
terraform ~> 1.0
aws >= 3.0, < 5.0.0

Providers

Name Version
aws >= 3.0, < 5.0.0

Modules

No modules.

Resources

Name Type
aws_ec2_transit_gateway_route.route resource
aws_ec2_transit_gateway_route_table.this resource
aws_ec2_transit_gateway_route_table_association.tgw_assoc resource
aws_ec2_transit_gateway_route_table_propagation.tgw_propagation resource

Inputs

Name Description Type Default Required
name The name of the TGW Route Table string n/a yes
routes A list of route maps list(map(string)) [] no
tags The tags of the TGW Route Table map(string)
{
"test": "tag"
}
no
tgw_id The Id of the Transit Gateway to attach this route table to string n/a yes
vpc_attachments A list of vpc attachment maps (see below for details) map(map(string)) {} no

Outputs

Name Description
tgw_route_table_id TGW Route Table ID

Appendix

VPC Attachment Map

attach_name = {
  attachment_id = "tgw-attach-xxxxxxxxxxxxxxxx"
  associate     = true
  propagate     = true
},
Name Description Type Default Required
attachment_id ID of the TGW attachment. string n/a yes
associate Should the attachment be associated with this RT? (Can only asscoiated with a single RT at a time). bool false no
propagate Should the attachment be propagated to this RT? (Can only propagated to many RTs at once). bool true no

Route map

{
  destination_cidr_block = "0.0.0.0/0"
  attachment_id          = "tgw-attach-xxxxxxxxxxxxxxxx"
  blackhole              = true
},
Name Description Type Default Required
destination_cidr_block CIDR range of the route's destination. string n/a yes
attachment_id ID of the TGW attachment to send traffic to for this route. string n/a yes
blackhole Blackhole this traffic. If set to true, this will override and attachment_id. bool false no

terraform-aws-transit-gateway-route-table's People

Contributors

github-actions[bot] avatar gooygeek 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.