duo-ips
captn3m0/duo-ips/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.3.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_
us-cidrs — List of Duo's Service CIDRs for US deploymentstrusted-endpoint-us-cidrs — List of Duo's Trusted Endpoint CIDRs for US Deploymentstrusted-endpoint-japan-cidrs — List of Duo's Trusted Endpoint CIDRs for Japan Deploymentstrusted-endpoint-uk-cidrs — List of Duo's Trusted Endpoint CIDRs for UK Deploymentsad_hostnames_uk — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foeu-cidrs — List of Duo's Service CIDRs for EMEA deployments. Same as emea-cidrscentral-europe-cidrs — List of Duo's Service CIDRs for central-europe deploymentssoutheast-asia-cidrs — List of Duo's Service CIDRs for southeast-asia deploymentstrusted_endpoints_cidrs — List of Duo's Trusted Endpoint CIDRs. Allow for ingress from Duoauth_cidr_by_deployment — Map of Duo's Service CIDRs by deployment. Lookup by Deployment ID (DUOXX) for a list of CIDRs to alluk-cidrs — List of Duo's Service CIDRs for UK deploymentstrusted-endpoint-southeast-asia-cidrs — List of Duo's Trusted Endpoint CIDRs for Southeast Asia Deploymentsad_hostnames_us — 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) foemea-cidrs — List of Duo's Service CIDRs for EMEA deployments. Same as eu-cidrsjapan-cidrs — List of Duo's Service CIDRs for japan deploymentsindia-cidrs — List of Duo's Service CIDRs for india 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 Deploymentsad_hostnames_eu — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) focanada-cidrs — List of Duo's Service CIDRs for canada deploymentsaustralia-cidrs — List of Duo's Service CIDRs for australia deploymentstrusted-endpoint-australia-cidrs — List of Duo's Trusted Endpoint CIDRs for Australia Deploymentstrusted-endpoint-uae-cidrs — List of Duo's Trusted Endpoint CIDRs for UAE Deploymentsad_hostnames_ca — 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 Duotrusted-endpoint-canada-cidrs — List of Duo's Trusted Endpoint CIDRs for Canda Deploymentstrusted-endpoint-india-cidrs — List of Duo's Trusted Endpoint CIDRs for India Deploymentsad_hostnames_asean — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foad_hostnames_jp — List of Duo's Microsoft Entra ID Conditional Access hostnames (formerly Azure Conditional Access) foAzure 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,