Registry / utility / hashicorp-hil

hashicorp-hil

JSON →
library0.0.0-20260522071922-2aba794a53bagogounverified

HIL is a library for evaluating interpolated strings in HashiCorp configuration languages.

go get github.com/hashicorp/hil
INSTALL
IMPORT
SIG · HASHICORP-HIL
H
hashicorp-hil
utilitygov0.0.0-20260522071922-2aba794a53ba
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

hil
github.com/hashicorp/hil

Evaluate a simple HIL expression

package main import ( "fmt" "github.com/hashicorp/hil" ) func main() { result, err := hil.Eval("hello ${var.world}", &hil.EvalConfig{}) if err != nil { panic(err) } fmt.Println(result) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20260522071922-2aba794a53balatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
hashicorp-hil — go get hashicorp-hil · libregistry