MCPcopy Index your code
hub / github.com/coder/coder / ParseHCLFile

Method ParseHCLFile

provisioner/terraform/tfparse/tfparse.go:37–37  ·  view source on GitHub ↗
(filename string)

Source from the content-addressed store, hash-verified

35// easily swap this out for an alternative implementation later on.
36type parseHCLFiler interface {
37 ParseHCLFile(filename string) (*hcl.File, hcl.Diagnostics)
38}
39
40// Parser parses a Terraform module on disk.

Callers 2

WorkspaceTagsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected