diff --git a/sceptre/diffing/stack_differ.py b/sceptre/diffing/stack_differ.py index 6f1603ec6..e49ef665d 100644 --- a/sceptre/diffing/stack_differ.py +++ b/sceptre/diffing/stack_differ.py @@ -102,7 +102,7 @@ class StackDiffer(Generic[DiffType]): "DELETE_COMPLETE", ] - NO_ECHO_REPLACEMENT = "***HIDDEN***" + NO_ECHO_REPLACEMENT = "****" def __init__(self, show_no_echo=False): """Initializes the StackDiffer.