10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a5a8ab + a1bc735 commit d2010b9Copy full SHA for d2010b9
common/packer_config.go
@@ -38,6 +38,10 @@ const (
38
// This key contains a map[string]string of the user variables for
39
// template processing.
40
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"
45
)
46
47
// PackerConfig is a struct that contains the configuration keys that
0 commit comments