mirror of https://github.com/pulumi/pulumi.git
5267dcc6e6
A new built-in type, `pulumi.json#/Resource` is added to the schema to refer to any resource. This unblocks schematizing resources like `kubernetes.yaml/v2.ConfigFile`, which ideally would declare an output like so: ```json "properties": { "resources": { "type": "array", "items": { "$ref": "pulumi.json#/Resource" }, "description": "Resources created by the ConfigFile." } }, ``` This is a small ergonomic improvement over `pulumi.json#/Any`, and fixes #6346. |
||
---|---|---|
.. | ||
20240327--sdkgen--support-resource-typed-input-and-output-properties.yaml | ||
20240513--docs--resource-docs-emit-supporting-types-beyond-the-200-limit.yaml | ||
20240513--engine--fix-panic-when-using-pulumi-up-refresh-continue-on-error.yaml | ||
20240513--sdk-go--prefer-plugindownloadurloverrides-over-plugindownloadurl-specified-in-the-package.yaml |