From 20e6cba80a038fb58c9684949eb4c155e12503c9 Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 21 Dec 2021 14:23:45 +0530 Subject: [PATCH] Add new IPs for new release --- README.md | 5 ++++- outputs.tf | 8 ++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 507d088..443ec49 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/outputs.tf b/outputs.tf index a99d82e..a920cbd 100644 --- a/outputs.tf +++ b/outputs.tf @@ -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" ] }