10000 Merge pull request #295 from hashicorp/sensitive-var-key · hashicorp/packer-plugin-sdk@d2010b9 · GitHub
[go: up one dir, main page]

Skip to content

Commit d2010b9

Browse files
authored
Merge pull request #295 from hashicorp/sensitive-var-key
Added the SensitiveVarsConfigKey
2 parents 7a5a8ab + a1bc735 commit d2010b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

common/packer_config.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ const (
3838
// This key contains a map[string]string of the user variables for
3939
// template processing.
4040
UserVariablesConfigKey = "packer_user_variables"
41+
42+
// This key contains a list of sensitive variables that
43+
// should not be logged or printed in any way.
44+
SensitiveVarsConfigKey = "packer_sensitive_variables"
4145
)
4246

4347
// PackerConfig is a struct that contains the configuration keys that

0 commit comments

Comments
 (0)
0