Initial release 馃帀
The func provider is a powerful and unique Terraform provider that enables you to define and execute custom functions. It seamlessly blends functional and declarative paradigms, unlocking new possibilities for managing infrastructure with greater flexibility and efficiency.
In essence, the func provider allows you to build functional libraries that integrate natively into your Terraform codebase. These libraries are evaluated at runtime, eliminating the need to develop an entire provider just to introduce a small piece of functionality. With func, you can extend Terraform dynamically, keeping your infrastructure code clean, modular, and adaptable.
This provider is currently in the proof-of-concept phase. I do not recommend it for production use.