pulumi/sdk
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
..
dotnet [automation-api] Exclude tests from test_fast. (#7986) 2021-09-16 17:33:33 -07:00
go [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
nodejs [automation-api] Exclude tests from test_fast. (#7986) 2021-09-16 17:33:33 -07:00
proto Add monitor feature for output values (#7870) 2021-09-15 14:16:00 -07:00
python [sdk/python] Fix serializing output values within dicts (#7996) 2021-09-17 20:53:29 -07:00
README.md Updating .NET references 2020-04-27 12:42:11 -07:00
go.mod Initial support for (un)marshaling output values (#7861) 2021-09-13 09:05:31 -07:00
go.sum Initial support for (un)marshaling output values (#7861) 2021-09-13 09:05:31 -07:00

README.md

Pulumi Language SDKs

This directory contains the Pulumi SDKs for all supported languages.

Please see the respective READMEs for information about installing and using these libraries:

The language providers work by implementing gRPC interfaces defined in proto/.