# 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