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

Namespaced functions #335

Open
MicaiahReid opened this issue Apr 14, 2024 · 2 comments
Open

Namespaced functions #335

MicaiahReid opened this issue Apr 14, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@MicaiahReid
Copy link

The official hcl repo now supports namespaced functions (as of this PR). Is there any plan to support that here? This is what I'd like to be able to do:

block "foo" "bar" { 
  foobar = namespace::some_function() 
}
@martinohmann
Copy link
Owner

Thanks for the hint. I also recently stumbled across this but forgot to create an issue for that myself. I want to support this, especially now that this also landed in terraform. I'm going to read up on the specifics in the next few days and will try to implement it.

@martinohmann martinohmann added the enhancement New feature or request label Apr 17, 2024
@MicaiahReid
Copy link
Author

Beautiful, thanks @martinohmann!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants