pulumi import
all
Import resources into an existing stack. Read syntax for your cloud provider: <https://www.pulumi.com/registry/>.
More info →Examples (4)
Generate the resource definition with a given name for an existing provider resource
pulumi import type_token name idImport an existing AWS user as a `pulumi` resource
pulumi import aws:iam/user:User my_user_resource idImport an existing Cloudflare worker
pulumi import cloudflare:index/workersScript:WorkersScript my_worker_script account_id/script_nameImport from a JSON file for bulk import operations and output to a file instead of `stdout`
pulumi import --file path/to/file.json --out path/to/filemade by @shridhargupta | data from tldr-pages