command
module
Version:
v0.0.0-...-cfa5f22
Opens a new window with list of versions in this module.
Published: Nov 7, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Dynamic Configuration with HCL
Quick play with Go HCL to understand how it could be used as a dynamic configuration
file mechanism.
Would probably split into a hierarchy of context specific hcl.EvalContext
s for reusability, maybe something like:
- ctx
- stdlib
- envfuncs
- awsStsContext
Using fields as input to other fields e.g. email = split(":", principal)[1]
is more complex (see second links below if
required in the future).
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.