Mahmood Ali
Mahmood Ali
Expose a callback to handle unknown variables found in hcl syntax. This is useful in situations where the variables aren't known statically upfront. When a chain of EvalContexts is used,...
Supporting having the label field to be a pointer (e.g. `*string`).
HCLv2 gohcl supports parsing labeled blocks into slices (e.g. `[]customStruct`). This adds support for decoding labeled blocks into map types (e.g. `map[string]customStruct`), with the additional constraint that labels are unique....
Many of version checking related functions (e.g. [`lxc.VersionNumber`](https://godoc.org/gopkg.in/lxc/go-lxc.v2#VersionNumber), [`lxc.VersionAtLeast`](https://godoc.org/gopkg.in/lxc/go-lxc.v2#VersionAtLeast), [`VERSION_AT_LEAST`](https://github.com/lxc/go-lxc/blob/79d3cbb2d58e61204c82bfa17d3f1bfca851210c/lxc-binding.h#L5-L8) ` refer to the lxc versions present at compile time in build host rather than the runtime lxc version linked...
Currently, bnd script only uses the provided main resources when packaging, and seems to ignore generated resources within the build (e.g. minified js, css, etc). While it is possible to...
For compliance and consistency across jobs in a company, it's very useful to have a library of tasks/configuration that job submitters can invoke. Terraform has module system to enable such...