local block names a reusable expression to avoid repetition across blocks. Equivalent to Terraform’s locals block.
Syntax
value is allowed. Any other attribute is a compile error. for_each is not supported on local blocks.
Resolved Value
Pending<T> Value
A local that holds a Pending<T> value stores the Pulumi Output<T> reference directly — no .apply() wrapper at declaration, it is passed through to consumers:
