pulumi/pkg/resource/stack
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
..
testdata Add a version property to checkpoints 2018-03-10 13:03:05 -08:00
checkpoint.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
checkpoint_test.go Add license headers 2018-05-22 15:02:47 -07:00
deployment.go [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
deployment_test.go [apitype] Add a JSON schema for deployments. (#8002) 2021-09-21 21:37:06 -07:00
doc.go Document Go packages (#6009) 2021-01-11 11:07:59 -07:00
secrets.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00
secrets_test.go [breaking] Changing the version of go.mod in sdk / pkg to be v3 2021-04-14 19:32:18 +01:00