Skip to content

Commit

Permalink
Add deprecation notice to README (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
grem11n committed Nov 15, 2019
1 parent 4f6e494 commit 5144c1b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
AWS VPC Peering Connection Module
=================================

[![Build Status](https://travis-ci.org/grem11n/terraform-aws-vpc-peering.svg?branch=master)](https://travis-ci.org/grem11n/terraform-aws-vpc-peering)

Terraform module, which creates a peering connection between two VPCs and adds routes to the local VPC.
Routes on the Peer VPC side should be configured separately.

This module is designed to work with [VPC](https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws/) module from the Terraform Registry

Important Notice
----

HashiCorp has [anounced the deprecation of Terraform 0.11 support in Terraform providers](https://www.hashicorp.com/blog/deprecating-terraform-0-11-support-in-terraform-providers/).

What does it mean for this module? I won't do any active development for the `terraform011` branch. However, PRs are still welcome.

In any case, this module is pretty much mature and covers all the functionality related to the VPC peering. Hence, it's Ok to use versions for Terraform 0.11, but I strongly suggest you to upgrade.

Preamble
----
**Always make sure you pinned the module version!**
Expand Down

0 comments on commit 5144c1b

Please sign in to comment.