run

fun run(block: suspend (Context) -> Unit)

Run a Pulumi stack callback and wait for result. In case of an error terminates the process with System.exit.

Parameters

block

the stack to run in Pulumi runtime