🏡 index : github.com/captn3m0/terraform-data-duo-ips.git

author Nemo <me@captnemo.in> 2020-09-08 14:05:11.0 +05:30:00
committer Nemo <me@captnemo.in> 2020-09-08 14:05:11.0 +05:30:00
commit
eb3e8c91956de11d7d67cde4de030e9aed6cdabb [patch]
tree
7acf0d6364901cd6eb96348dd803668350fd50a9
parent
b24c9442d1ddf2ab200428275f935738dd25b24d
download
eb3e8c91956de11d7d67cde4de030e9aed6cdabb.tar.gz

[docs] This uses data provider, not http



Diff

 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
+++ a/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 @@

```hcl

module "duo-ips" {
  source  = "captn3m0/duo-ips/http"
  source  = "captn3m0/duo-ips/data"
  version = "1.0.2"
}