# README
Forked hcl/ext/dynblock
package
This package is a fork of github.com/hashicorp/hcl/ext/dynblock
. TFLint maintains its own dynblock implementation to support not only dynamic blocks, but also count/for_each meta-arguments in the HCL layer.
# Functions
Expand "dynamic" blocks and count/for_for_each meta-arguments resources in the given body, returning a new body that has those blocks expanded.
ExpandExpressionsHCLExt is ExpandVariablesHCLExt which returns []hcl.Expression instead of []hcl.Traversal.
ExpandVariablesHCLExt is a wrapper around dynblock.WalkVariables that uses the given hclext.BodySchema to automatically drive the recursive walk through nested blocks in the given body.
No description provided by the author
No description provided by the author
WalkExpandExpressions is dynblock.WalkExpandVariables for expressions.
# Structs
No description provided by the author
No description provided by the author