Skip to content

v0.1.0

Latest

Choose a tag to compare

@valentindeaconu valentindeaconu released this 14 Feb 14:03
· 4 commits to master since this release
38cdf34

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.