pulumi/developer-docs/index.md
Pat Gavlin 134d7cb818
[apitype] Add a JSON schema for deployments. (#8002)
This schema can be used to validate the contents of a Pulumi deployment.
If a deployment validates against this schema, it should be considered
syntactically valid, though it may contain certain classes of semantic
errors (e.g. references to unknown resources in dependency lists,
dependency cycles, etc.).

This schema is not yet used for validation in practice and may not be
entirely accurate.

These changes also add this schema (and the schemas on which it depends)
to the developer documentation. jsonschema2md.go has been updated to
support multi-file schemas.
2021-09-21 21:37:06 -07:00

607 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
:hidden:
:caption: Resource Providers

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

build