Terraform Aws Vpc Peering Versions Save

Terraform module to create a peering connection between two VPCs in the same AWS account.

0.5.1

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.3.0

4 years ago

what

  • Port module to Terraform 0.12
  • Pin all providers
  • Add example for testing
  • Add bats and terratest for the example
  • Add Codefresh badge to point to the test pipeline in terraform-modules project
  • Update README

why

  • Module currently does not work with 0.12. Much easier syntax
  • Better regression control
  • Automatically test the example on every commit and pull request
  • Provision resources on AWS in the test account and check the outputs for the correct values
  • terraform-modules project contains pipelines for all terraform modules

0.2.0

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

what

Enables users to add all the CIDRs (primary and secondaries) to the created route tables. https://www.terraform.io/docs/providers/aws/d/vpc.html#cidr_block-1

why

AWS provided the ability to extend VPCs with secondary CIDRs https://aws.amazon.com/about-aws/whats-new/2017/08/amazon-virtual-private-cloud-vpc-now-allows-customers-to-expand-their-existing-vpcs/

0.1.2

5 years ago

what

  • Add README.yaml

why

  • Standardize README

0.1.1

6 years ago

what

  • Fix eventual consistency issues

why

  • The module could not find the Route it just created in the same session
* aws_route.requestor: 1 error(s) occurred:

* aws_route.requestor: Error finding route after creating it: 

Unable to find matching route for Route Table (rtb-f40f0c93) and destination CIDR block (10.0.0.0/16).

references

0.1.0

6 years ago

what

  • Terraform module to create a peering connection between two VPCs

why

  • To allow VPCs to communicate