MCPcopy
hub / github.com/hashicorp/packer / VariableParser

Struct VariableParser

command/hcl2_upgrade.go:917–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected