Skip to content

Commit

Permalink
[Resolves #1460] Update NO_ECHO_REPLACEMENT (#1461)
Browse files Browse the repository at this point in the history
Update NO_ECHO_REPLACEMENT to remove some false positives when calling sceptre diff on stacks containing parameters with NoEcho: True.
  • Loading branch information
p7-mark committed Apr 30, 2024
1 parent 88d62b3 commit a6952c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sceptre/diffing/stack_differ.py
Expand Up @@ -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.
Expand Down

0 comments on commit a6952c7

Please sign in to comment.