From c74bb87b21aed835bc8528701d8b930b9f29c2a3 Mon Sep 17 00:00:00 2001 From: clouddrove-ci Date: Tue, 17 May 2022 14:31:01 +0000 Subject: [PATCH] update README.md --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f86b7c1..6312e8d 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,16 @@

- Terraform + Terraform - Licence + Licence + + + tfsec + + + static-checks @@ -51,7 +57,7 @@ We have [*fifty plus terraform modules*][terraform_modules]. A few of them are c This module has a few dependencies: -- [Terraform 0.13](https://learn.hashicorp.com/terraform/getting-started/install.html) +- [Terraform 1.x.x](https://learn.hashicorp.com/terraform/getting-started/install.html) - [Go](https://golang.org/doc/install) - [github.com/stretchr/testify/assert](https://github.com/stretchr/testify) - [github.com/gruntwork-io/terratest/modules/terraform](https://github.com/gruntwork-io/terratest) @@ -73,7 +79,7 @@ Here is an example of how you can use this module in your inventory structure: ```hcl module "cloudtrail-slack-notification" { source = "clouddrove/lambdasite-monitor/aws" - version = "0.15.0" + version = "1.0.1" name = "site-monitor" environment = "test"