From 72db1c14f6c5f440439358aa515a7111debef66f Mon Sep 17 00:00:00 2001 From: Paul Johnson Date: Mon, 8 Sep 2025 15:48:35 +0100 Subject: [PATCH] User needs to be a sensitive output or it will cause failures in strict mode / opentofu --- modules/user-group/outputs.tf | 1 + 1 file changed, 1 insertion(+) 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 }