/pulumi-local

Primary LanguageMakefileApache License 2.0Apache-2.0

Actions Status NPM version NuGet version PkgGoDev License

Local Resource Provider

Note

This provider exists to support users converting from Terraform to Pulumi. It is not recommended for new users to use this provider. Users looking to execute commands in Pulumi should use the pulumi-command provider. It offers a more flexible and powerful way to execute commands in Pulumi.

The Local resource provider for Pulumi lets you use Local resources in your cloud programs. To use this package, please install the Pulumi CLI first.

[!NOTE] As of v0.1.6, this provider is DEPRECATED and will no longer be maintained by Pulumi. We recommend using the Local Provider version of this package, which can be generated from the Local Terraform provider as follows: pulumi package add terraform-provider registry.opentofu.org/hashicorp/local <version> and follow the instructions.

Migration

The currently equivalent upstream version to pulumi-local@v0.1.6 is search.opentofu.org/provider/hashicorp/local v2.5.2. We recommend that you migrate between these versions of each provider. To perform the migration of existing Local resources, we recommend running pulumi import in a fresh stack which uses the locally built provider package.

Reference

For further information, please visit Local reference documentation.

-->