Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opentofu/terraform-provider-lua
https://github.com/opentofu/terraform-provider-lua
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opentofu/terraform-provider-lua
- Owner: opentofu
- License: mpl-2.0
- Created: 2024-04-17T17:04:59.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-24T12:29:44.000Z (8 months ago)
- Last Synced: 2024-04-24T15:54:19.194Z (8 months ago)
- Language: Go
- Size: 27.3 KB
- Stars: 14
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - opentofu/terraform-provider-lua - (Go)
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 = <