diff --git a/modules/user-group/outputs.tf b/modules/user-group/outputs.tf index fda2a7e..fba001c 100644 --- a/modules/user-group/outputs.tf +++ b/modules/user-group/outputs.tf @@ -19,4 +19,5 @@ output "group_id" { output "users" { description = "A map of users created and their attributes" value = aws_elasticache_user.this + sensitive = true }