package
1.3.12
Repository: https://github.com/mcuadros/ascode.git
Documentation: pkg.go.dev

# Functions

NewRuntime returns a new Runtime for the given terraform.PluginManager.

# Structs

Runtime represents the AsCode runtime, it defines the available modules, the predeclared globals and handles how the `load` function behaves.

# Type aliases

LoadModuleFunc is a concurrency-safe and idempotent function that returns the module when is called from the `load` funcion.