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

Bugfix: Upgrade hclv2 to allow terraform-docs to read HCL containing provider functions #770

Merged

Commits on May 17, 2024

  1. Fixed binary name in description output

    Added missing "s" character in description output.
    
    Signed-off-by: @lb1a <github@lb1a.de>
    Signed-off-by: Brittan DeYoung <32572259+brittandeyoung@users.noreply.github.com>
    @lb1a authored and brittandeyoung committed May 17, 2024
    Configuration menu
    Copy the full SHA
    29e186a View commit details
    Browse the repository at this point in the history
  2. more fixes of binary name with missing s

    Signed-off-by: Khosrow Moossavi <khos2ow@gmail.com>
    Signed-off-by: Brittan DeYoung <32572259+brittandeyoung@users.noreply.github.com>
    khos2ow authored and brittandeyoung committed May 17, 2024
    Configuration menu
    Copy the full SHA
    1b2dbab View commit details
    Browse the repository at this point in the history
  3. go get -u github.com/hashicorp/hcl/v2, update to v0.20.1 to support p…

    …rovider functions
    
    Signed-off-by: Brittan DeYoung <32572259+brittandeyoung@users.noreply.github.com>
    brittandeyoung committed May 17, 2024
    Configuration menu
    Copy the full SHA
    740e0a8 View commit details
    Browse the repository at this point in the history
  4. testdata: Amend full-example/main.tf, add local value with provider f…

    …unction to verify terraform-docs can properly parse
    
    Signed-off-by: Brittan DeYoung <32572259+brittandeyoung@users.noreply.github.com>
    brittandeyoung committed May 17, 2024
    Configuration menu
    Copy the full SHA
    fa916db View commit details
    Browse the repository at this point in the history
  5. Bump google.golang.org/protobuf from 1.31.0 to 1.33.0

    Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
    
    ---
    updated-dependencies:
    - dependency-name: google.golang.org/protobuf
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Signed-off-by: Brittan DeYoung <32572259+brittandeyoung@users.noreply.github.com>
    dependabot[bot] authored and brittandeyoung committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ff0ce44 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' into b-provider-functions-parse Signed-off-by: …

    …Brittan DeYoung <32572259+brittandeyoung@users.noreply.github.com>
    brittandeyoung committed May 17, 2024
    Configuration menu
    Copy the full SHA
    4c7cdd6 View commit details
    Browse the repository at this point in the history