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

Method FixConfig

packer/run_interfaces.go:92–92  ·  view source on GitHub ↗

FixConfig will output the config in a fixed manner.

(FixConfigOptions)

Source from the content-addressed store, hash-verified

90type ConfigFixer interface {
91 // FixConfig will output the config in a fixed manner.
92 FixConfig(FixConfigOptions) hcl.Diagnostics
93}
94
95type InspectConfigOptions struct {

Callers 1

RunContextMethod · 0.65

Implementers 2

PackerConfighcl2template/types.packer_config.go
Corepacker/core.go

Calls

no outgoing calls

Tested by

no test coverage detected