From 6e6929ef7885249c32bfab95b5e9f3219e10f8fb Mon Sep 17 00:00:00 2001 From: Yurii Rochniak Date: Thu, 20 Jun 2019 13:51:22 +0300 Subject: [PATCH] Add tagging convention to README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 36cd812..3725fda 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,12 @@ Preamble **Always make sure you pinned the module version!** Please, be aware that any new code in `master` may intorduce some regressions. Moreover, sometimes I can easily miss some of them because I personally doen't use all the VPC peering features on daily basis. -### Terraform 12 -Current `master` has the code, which works with Terraform 0.11. +Terraform versions +---- + +Terraform 0.12. Pin module version to `~> v2.0`. Submit pull-requests to `master` branch. -However, [Terraform 0.12](https://www.hashicorp.com/blog/announcing-terraform-0-12) is here. Thus, I'm going to update this module to work with it. All existing work would be migrated to the `terraform011` branch. +Terraform 0.11. Pin module version to `~> v1.0`. Submit pull-requests to `terraform011` branch. Changelog ----