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 ----