From 1ca9bcddb037ef1397744b18651aba7484a65ac3 Mon Sep 17 00:00:00 2001 From: Nemo Date: Thu, 18 Apr 2019 17:06:02 +0530 Subject: [PATCH] Points docs to Terraform Registry --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba46184..1875f68 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,10 @@ This module scrapes the SetCronJob IPs from their website and makes them availab # Usage ```hcl -module "scj" { - source = "github.com/captn3m0/terraform-http-setcronjob-whitelist" + +module "setcronjob-whitelist" { + source = "captn3m0/setcronjob-whitelist/http" + version = "0.0.1" } resource "aws_security_group_rule" "allow_all_from_scj" {