route/vendor/github.com/hashicorp/hcl2/ext
Cadey Ratio 1ccc27adf7 cmd: add terraform provider 2017-12-02 15:34:35 -08:00
..
include cmd: add terraform provider 2017-12-02 15:34:35 -08:00
transform cmd: add terraform provider 2017-12-02 15:34:35 -08:00
userfunc cmd: add terraform provider 2017-12-02 15:34:35 -08:00
README.md cmd: add terraform provider 2017-12-02 15:34:35 -08:00

README.md

HCL Extensions

This directory contains some packages implementing some extensions to HCL that add features by building on the core API in the main hcl package.

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.