Skip to content

Instantly share code, notes, and snippets.

@rtrentin73
Created August 23, 2022 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rtrentin73/690b2c57dc3577b3a9394a215c1a613f to your computer and use it in GitHub Desktop.
Save rtrentin73/690b2c57dc3577b3a9394a215c1a613f to your computer and use it in GitHub Desktop.
resource "aviatrix_transit_gateway_peering" "central-east-peering" {
transit_gateway_name1 = module.east-transit.transit_gateway.id
transit_gateway_name2 = module.central-transit.transit_gateway.id
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment