Version Bump (1.1.0)

This commit is contained in:
Nemo 2021-05-03 13:12:27 +05:30
parent 7ffa8fad10
commit 2ae5692fc9
1 changed files with 5 additions and 1 deletions

View File

@ -7,7 +7,7 @@ This module provides an updated list of Duo's public CIDRs. These are maintained
```hcl
module "duo-ips" {
source = "captn3m0/duo-ips/data"
version = "1.0.3"
version = "1.1.0"
}
resource "aws_security_group_rule" "allow_all_to_duo" {
@ -22,6 +22,10 @@ resource "aws_security_group_rule" "allow_all_to_duo" {
## Changelog
### 1.1.0
- Removed `http://` from hostname values.
### 1.0.3
- Changed the terraform registry module name from [`duo-whitelist`](https://registry.terraform.io/modules/captn3m0/duo-whitelist) to [`duo-ips`](https://registry.terraform.io/modules/captn3m0/duo-ips).