Commit 92d761c
authored
Updating the wrapper output as sensitive to prevent exposure of secret values in terragrunt apply logs
This PR updates the output "wrapper" block in the cloudfront support module wrapper to set the sensitive flag to "true" value.
Terragrunt apply logs for cloudfront distributions expose a secret value being inserted for custom origin request header when passed through this wrapper output.
By marking the wrapper output as sensitive we ensure consistent redaction of secrets across all stages of terragrunt output, avoiding any accidental exposure of sensitive vault derived values in logs.1 parent d66669f commit 92d761c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
0 commit comments