From 30207db3f43e009ce9bbc6cc904dbf4139f6cfac Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 24 Dec 2020 17:19:16 +0530 Subject: [PATCH] Fix version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d976e5f..15162c5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please make sure to read the Looker documentation before you start using this mo ```hcl module "looker-ips" { source = "captn3m0/looker-ips/data" - version = "1.3.6" + version = "v1.3.7" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {