Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/opentofu/terraform-provider-lua


https://github.com/opentofu/terraform-provider-lua

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# terraform-provider-lua

This is an experimental OpenTofu and Terraform function provider based on terraform-plugin-go.

It provides an "exec" function which takes a lua program as the first parameter and passes all additional parameters to the function defined in the lua file.

```hcl
locals {
lua_echo = <