package
0.5.61
Repository: https://github.com/jumppad-labs/jumppad.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

createTestFile creates a hcl file from the given contents.
createsTestFiles creates a temporary directory and stores temp files into it returns directory containing files cleanup function usage: d, cleanup := createTestFiles(t, `cluster "abc" {}`, `docs "bcdf" {}`) defer cleanup().
No description provided by the author
setupHCLConfig configures the HCLConfig package and registers the custom types.
No description provided by the author
ParseVars converts a map[string]cty.Value into map[string]interface where the interface are generic go types like string, number, bool, slice, map.
RegisterResource allows a resource to register itself with the parser.
No description provided by the author

# Structs

ConfigWrapper allows the provider config to be deserialized to a type.
No description provided by the author

# Interfaces

Provider defines an interface to be implemented by providers go:generate mockery --name Provider --filename provider.go.
No description provided by the author