From b1f7e2947c52ee6189292eb079e5f96074ad74d8 Mon Sep 17 00:00:00 2001 From: Arnaud Lheureux Date: Mon, 1 Feb 2021 12:45:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6a9a74b8d1..e0d6a16a48 100755 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ It can be invoked from the [Terraform registry](https://registry.terraform.io/mo ```terraform module "caf" { source = "aztfmod/caf/azurerm" - version = "~>4.21" + version = "~>5.1.0" # insert the 7 required variables here } ``` @@ -51,7 +51,7 @@ You can also reach us on [Gitter](https://gitter.im/aztfmod/community?utm_source ## Contributing -In order to contribute to the project, please review the module contribution and [conventions guidelines](./documentation/conventions.md) +In order to contribute to the project, [please review the module contribution and conventions guidelines](./documentation/conventions.md) This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us