index
:
hcl.git
main
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
2024-02-16
add missing copywrite headers
Radek Simko
2024-02-14
prefer iterator error over for_each
Daniel Schmidt
2023-10-16
ext/dynblock: Allow callers to veto for_each values
Martin Atkins
2023-08-30
Merge pull request #624 from hashicorp/terraform-33757
kmoe
2023-08-30
ext/typeexpr: Avoid refinements on dynamic values
Kazuma Watanabe
2023-08-28
Check for duplicate keys in objects when building types from expressions
Liam Cervante
2023-08-14
Allow can and try functions to handle more unknown
James Bardin
2023-05-31
ext/typeexpr: Refinements when applying defaults with unknown values
Martin Atkins
2023-03-08
Verify type assumptions when retrieving child default values (#594)
Liam Cervante
2023-02-28
[COMPLIANCE] Add Copyright and License Headers (#586)
hashicorp-copywrite[bot]
2023-01-05
Apply defaults using custom traversal of types (#574)
Liam Cervante
2022-11-09
Strip optional metadata from empty default collections (#568)
Liam Cervante
2022-11-04
add test cases that verify behaviour from the forums
Liam Cervante
2022-11-04
remove previous complex test cases
Liam Cervante
2022-11-04
don't insert default values into null objects
Liam Cervante
2022-10-31
Update go-cty and improve documentation for optional and default attributes
Liam Cervante
2022-09-22
ext/typeexpr: Convert defaults for optional attrs
Alisdair McDiarmid
2022-08-23
typeexpr: Optional object attributes with defaults
Alisdair McDiarmid
2021-07-07
decode unknown blocks to ensure they are valid
James Bardin
2021-04-22
ext: TryFunc tests to document handling of marked values
Kristin Laemmert
2021-04-15
dynblock UnknownBody implementation
James Bardin
2020-08-21
ext/userfunc: Fix the package documentation link in the README
Patrick Hagan
2019-12-17
ext/tryfunc: Extension functions for error handling
Martin Atkins
2019-12-17
ext/customdecode: Custom expression decoding extension
Martin Atkins
2019-10-01
ext/dynblock: Go package documentation
Martin Atkins
2019-09-10
ext/include: Remove
Martin Atkins
2019-09-09
Unfold the "hcl" directory up into the root
Martin Atkins
2019-09-09
Change module path to github.com/hashicorp/hcl/v2
Martin Atkins
2019-07-22
Fix typos (#85)
Masayuki Morita
2019-04-30
ext/dynblock: Stub out contents when for_each is unknown
Martin Atkins
2019-03-27
ext/dynblock: Allow WalkVariablesChild callers to get the body
Martin Atkins
2019-03-18
ext/dynblock: Allow interrogation of _all_ references in blocks
Martin Atkins
2018-12-19
ext/dynblock: Make iterator variables visible to nested block for_each
Martin Atkins
2018-12-11
go fmt updates
Martin Atkins
2018-07-28
hcl: Include Expression reference in diagnostics
Martin Atkins
2018-07-28
hcl: Annotate diagnostics with expression EvalContext
Martin Atkins
2018-04-05
ext/typeexpr: correct examples in the README
Martin Atkins
2018-03-04
ext/typeexpr: HCL extension for "type expressions"
Martin Atkins
2018-02-04
ext/userfunc: use bare identifiers for param names
Martin Atkins
2018-01-27
ext/userfunc: update stale references to "zcl"
Martin Atkins
2018-01-27
ext/include: update stale reference to "zcl"
Martin Atkins
2018-01-27
hcl: UnwrapExpression and UnwrapExpressionUntil
Martin Atkins
2018-01-27
ext/dynblock: ForEachVariablesHCLDec helper
Martin Atkins
2018-01-27
ext/dynblock: A more arduous way to find variables required to expand
Martin Atkins
2018-01-27
ext/dynblock: dynamic blocks extension
Martin Atkins
2017-09-11
gohcl: rename struct tag prefix from "zcl:" to "hcl:"
Martin Atkins
2017-09-11
hclparse: rename ParseZCL to ParseHCL
Martin Atkins
2017-09-11
Update doc comments and readmes for zcl -> HCL.
Martin Atkins
2017-09-11
Move the zcl package and its two parsing subpackages to "hcl" names
Martin Atkins
2017-09-11
Rename the ancillary packages from "zcl" to "hcl".
Martin Atkins
[next]