Hello! :wave: I am coming from a Terraform backgro...
# general
a
Hello! 👋 I am coming from a Terraform background and would like to know if there is any existing initiatives to add import as code feature to the Pulumi core.
a
Thanks for the information Ringo. What I am looking for is a similar implementation of https://developer.hashicorp.com/terraform/language/import https://developer.hashicorp.com/terraform/language/moved within Pulumi.
l
@agreeable-author-91109 there are a few ways you can import: • CLI: https://www.pulumi.com/docs/iac/cli/commands/pulumi_import/ • in your code: https://www.pulumi.com/docs/iac/concepts/options/import/ The counterpart to
moved
, as far as I understood TF docs is: • https://www.pulumi.com/docs/iac/concepts/options/aliases/ • blog article: https://www.pulumi.com/blog/cumundi-guest-post/
a
Hi Ringo, thanks a lot! I don't know how I could miss that page. 🤔