From 3c80817e53210dc08a7fff67cc5c5d4738a09318 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Tue, 23 Apr 2024 11:38:52 +0100 Subject: [PATCH] chore: adding an sensitive option --- outputs.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/outputs.tf b/outputs.tf index 4bf5e90..d87d257 100644 --- a/outputs.tf +++ b/outputs.tf @@ -27,4 +27,5 @@ output "vpn_endpoint_dns_name" { output "client_configuration" { value = module.client_vpn.client_configuration description = "VPN Client Configuration data." + sensitive = true }