duo-whitelist
captn3m0/duo-whitelist/data
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
terraform-data-duo-ips !License:MIT !GitHub tag (latest SemVer) !GitHub last commit 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. Supported on both Terraform and OpenTofu. Usage ``hcl // Import the module module "duo-ips" { source = "captn3m0/duo-ips/data" version = "1.5.0" } // Allow traffic for MFA APIs for all region CIDRs // Also open traffic from these to your LDAP Server port 636 if you're using LDAP resource "aws_security_group_rule" "allow_all_to_duo" { type = "egress" from_port = 0 to_port = 443 protocol = "tcp" cidr_blocks = ["${module.duo-ips.cidrs}"] security_group_id = "sg-123456" } // Limit MFA traffic to specific regions resource "aws_security_group_rule" "allow_all_to_duo_
australia-cidrs — List of Duo's Service CIDRs for australia deploymentstrusted_endpoints_cidrs — List of Duo's Trusted Endpoint CIDRs. Allow for ingress from Duotrusted-endpoint-canada-cidrs — List of Duo's Trusted Endpoint CIDRs for Canda Deploymentstrusted-endpoint-japan-cidrs — List of Duo's Trusted Endpoint CIDRs for Japan Deploymentsad_hostnames_asean — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foad_hostnames_ca — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foemea-cidrs — List of Duo's Service CIDRs for EMEA deployments. Same as eu-cidrseu-cidrs — List of Duo's Service CIDRs for EMEA deployments. Same as emea-cidrssoutheast-asia-cidrs — List of Duo's Service CIDRs for southeast-asia deploymentsuk-cidrs — List of Duo's Service CIDRs for UK deploymentstrusted-endpoint-emea-cidrs — List of Duo's Trusted Endpoint CIDRs for EMEA Deploymentstrusted-endpoint-central-europe-cidrs — List of Duo's Trusted Endpoint CIDRs for Central Europe Deploymentstrusted-endpoint-uk-cidrs — List of Duo's Trusted Endpoint CIDRs for UK Deploymentsad_hostnames_au — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foindia-cidrs — List of Duo's Service CIDRs for india deploymentsad_hostnames_us — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foad_hostnames_uk — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foad_hostnames_in — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) fous-cidrs — List of Duo's Service CIDRs for US deploymentscanada-cidrs — List of Duo's Service CIDRs for canada deploymentsuae-cidrs — List of Duo's Service CIDRs for UAE deploymentstrusted-endpoint-southeast-asia-cidrs — List of Duo's Trusted Endpoint CIDRs for Southeast Asia Deploymentstrusted-endpoint-us-cidrs — List of Duo's Trusted Endpoint CIDRs for US Deploymentstrusted-endpoint-uae-cidrs — List of Duo's Trusted Endpoint CIDRs for UAE Deploymentsad_hostnames_jp — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foad_hostnames_uae — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) focidrs — List of all Duo Service CIDRs. Allow for egress to Duocentral-europe-cidrs — List of Duo's Service CIDRs for central-europe deploymentsjapan-cidrs — List of Duo's Service CIDRs for japan deploymentstrusted-endpoint-australia-cidrs — List of Duo's Trusted Endpoint CIDRs for Australia DeploymentsAzure landing zones Terraform module
Terraform supermodule for the Terraform platform engineering for Azure
Terraform module to deploy landing zone subscriptions (and much more) in Azure
Terraform Module to define a consistent naming convention by (namespace, stage,