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

feat: support provider defined functions for Terraform HCL #99

Merged
merged 5 commits into from
Feb 22, 2024

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    1b110a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    3659378 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. fix: allow -_ in function namespaces and their names, only allow lett…

    …ers at the beginning of both
    ansgarm committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    43d9461 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. fix: allow true, false, and null in provider and function name of pro…

    …vider defined functions to reflect Terraforms constraints on these
    ansgarm committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    c98a17f View commit details
    Browse the repository at this point in the history
  2. chore: make regex more readable by replacing negation with the opposite

    Co-authored-by: Daniel Banck <dbanck@users.noreply.github.com>
    ansgarm and dbanck committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b8a932a View commit details
    Browse the repository at this point in the history