From 708dd80d8f1103f269f674c725573f7f7e32e957 Mon Sep 17 00:00:00 2001 From: Nemo Date: Mon, 3 May 2021 13:15:00 +0530 Subject: [PATCH] Fix description for AU hostname --- outputs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/outputs.tf b/outputs.tf index c946938..a99d82e 100644 --- a/outputs.tf +++ b/outputs.tf @@ -44,6 +44,6 @@ output "ad_hostnames_us" { } output "ad_hostnames_au" { - description = "Map of Duo's Microsoft Azure Active Directory Conditional Access application for US deployments" + description = "Map of Duo's Microsoft Azure Active Directory Conditional Access application for AU deployments" values = ["ase2.azureauth.duosecurity.com"] }