# 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.