[docs] This uses data provider, not http

This commit is contained in:
Nemo 2020-09-08 14:05:11 +05:30
parent b24c9442d1
commit eb3e8c9195
1 changed files with 2 additions and 2 deletions

View File

@ -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"
}