pulumi/developer-docs/index.md
Pat Gavlin 3a545de34a
[developer-docs] Document resource import. (#8137)
These changes add a page to the developer docs that describes the design
and implementation of the `import` resource option and the `pulumi
import` command.

Co-authored-by: Levi Blackstone <levi@pulumi.com>
2021-10-07 12:14:37 -07:00

652 B

Pulumi Developer Documentation

Welcome to the Pulumi developer documentation! This documentation provides details on Pulumi internals, including but not limited to:

  • How to build and test Pulumi
  • Pulumi architectural details
  • Specifications

Use the navigation bar to the left to browse the docs.

:hidden:
:caption: System Architecture

architecture/overview
architecture/resource-registration
architecture/deployment-schema
architecture/type-system
architecture/import
:hidden:
:caption: Resource Providers

providers/implementers-guide
providers/metaschema
:hidden:
:caption: Meta

build