From 6f0c347d2a39ee8dd14c87098914e363d39e1eff Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 18 Jun 2021 16:55:45 +0530 Subject: [PATCH] [docs] Update version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index adc79e9..f87617f 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,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 = "v2.0.1" + version = "v2.0.2" } resource "aws_security_group_rule" "allow_all_from_looker_aws_us" {