2017-09-11 23:56:31 +00:00
|
|
|
# HCL Extensions
|
2017-07-26 01:30:59 +00:00
|
|
|
|
2017-09-11 23:56:31 +00:00
|
|
|
This directory contains some packages implementing some extensions to HCL
|
|
|
|
that add features by building on the core API in the main `hcl` package.
|
2017-07-26 01:30:59 +00:00
|
|
|
|
|
|
|
These serve as optional language extensions for use-cases that are limited only
|
|
|
|
to specific callers. Generally these make the language more expressive at
|
|
|
|
the expense of increased dynamic behavior that may be undesirable for
|
|
|
|
applications that need to impose more rigid structure on configuration.
|