mirror of
https://github.com/captn3m0/terraform-data-duo-ips.git
synced 2024-09-17 01:40:20 +00:00
Add new IPs for new release
This commit is contained in:
parent
708dd80d8f
commit
20e6cba80a
@ -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.1.0"
|
||||
version = "1.2.0"
|
||||
}
|
||||
|
||||
resource "aws_security_group_rule" "allow_all_to_duo" {
|
||||
@ -22,6 +22,9 @@ resource "aws_security_group_rule" "allow_all_to_duo" {
|
||||
|
||||
## Changelog
|
||||
|
||||
### 1.2.0
|
||||
- Added new CIDRs
|
||||
|
||||
### 1.1.0
|
||||
|
||||
- Removed `http://` from hostname values.
|
||||
|
@ -8,7 +8,9 @@ output "cidrs" {
|
||||
"52.32.63.128/26",
|
||||
"52.59.243.192/26",
|
||||
"35.182.14.128/26",
|
||||
"3.25.48.128/26"
|
||||
"3.25.48.128/26",
|
||||
"35.74.77.64/26",
|
||||
"13.213.75.128/26"
|
||||
]
|
||||
}
|
||||
|
||||
@ -21,7 +23,9 @@ output "trusted_endpoints_cidrs" {
|
||||
"52.19.127.200/30",
|
||||
"52.59.243.200/30",
|
||||
"35.182.14.128/30",
|
||||
"3.24.48.188/30"
|
||||
"3.24.48.188/30",
|
||||
"35.74.77.124/30",
|
||||
"13.213.75.172/30"
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user