mirror of https://github.com/pulumi/pulumi.git
695 B
695 B
(built-in-provider)=
The built-in provider
The built-in provider is a special provider that is always available to Pulumi
programs (see for its
definition and for its
injection into deployments as part of the provider registry). It is used to
manage resources and functionality that are core to the Pulumi programming
model, such as stack
references
and rehydrating resource references. It exposes the pulumi
package
and provider instances thus belong to the package pulumi:providers:pulumi
.