From eb3e8c91956de11d7d67cde4de030e9aed6cdabb Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 8 Sep 2020 14:05:11 +0530 Subject: [PATCH] [docs] This uses data provider, not http --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f3382b..253fb2b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# terraform-http-duo-ips ![](https://img.shields.io/badge/license-MIT-blue.svg) +# terraform-data-duo-ips ![](https://img.shields.io/badge/license-MIT-blue.svg) This module provides an updated list of Duo's public CIDRs. These are maintained against the Duo Documentation: https://help.duo.com/s/article/1337 @@ -6,7 +6,7 @@ This module provides an updated list of Duo's public CIDRs. These are maintained ```hcl module "duo-ips" { - source = "captn3m0/duo-ips/http" + source = "captn3m0/duo-ips/data" version = "1.0.2" }