Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hcldec must use WithoutOptionalAttributesDeep #635

Merged
merged 1 commit into from
Oct 18, 2023

Commits on Oct 17, 2023

  1. hcldec must use WithoutOptionalAttributesDeep

    When hcldec needs to return a synthetic value, it must use
    WithoutOptionalAttributesDeep to ensure the correct type for Null or
    Unknown values. Optional attributes are normally removed from the value
    type when decoding, but since hcldec is dealing with the decoder spec
    directly, the optional attr types are still going to be present in these
    cases.
    jbardin committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    9847e90 View commit details
    Browse the repository at this point in the history