| 915 | } |
| 916 | |
| 917 | type VariableParser struct { |
| 918 | WithAnnotations bool |
| 919 | variablesOut []byte |
| 920 | localsOut []byte |
| 921 | } |
| 922 | |
| 923 | func makeLocal(variable *template.Variable, sensitive bool, localBody *hclwrite.Body, localsContent *hclwrite.File, hasLocals *bool) []byte { |
| 924 | if sensitive { |
nothing calls this directly
no outgoing calls
no test coverage detected