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

Struct AmazonSecretsDatasourceParser

command/hcl2_upgrade.go:1072–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070}
1071
1072type AmazonSecretsDatasourceParser struct {
1073 WithAnnotations bool
1074 out []byte
1075}
1076
1077func (p *AmazonSecretsDatasourceParser) Parse(_ *template.Template) error {
1078 if p.out == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected