Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultTagProcessor ¶
type DefaultTagProcessor struct {
}
func (*DefaultTagProcessor) Process ¶
func (p *DefaultTagProcessor) Process(r any)
type MHCLProcessor ¶
type MHCLProcessor struct {
// These will be used to resolve mhcl refs
ResourceRefs map[string]resources.CloudSpecificResource
}
func (*MHCLProcessor) Process ¶
func (p *MHCLProcessor) Process(body hcl.Body, r any, ctx *hcl.EvalContext, cloud common.CloudProvider) hcl.Body
type NameSetter ¶
type NameSetter interface {
SetName(string)
}
Click to show internal directories.
Click to hide internal directories.