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
/
typeexpr
Age
Commit message (
Expand
)
Author
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-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
2019-12-17
ext/customdecode: Custom expression decoding extension
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
2018-04-05
ext/typeexpr: correct examples in the README
Martin Atkins
2018-03-04
ext/typeexpr: HCL extension for "type expressions"
Martin Atkins