mirror of https://github.com/pulumi/pulumi.git
8b6a65f00d
Presently, we expect resources with a defined `parent` to inherit two things: * Any explicit `providers` configured by their parent (or parent's parents, etc.) * Any `protect` flags set on their parent (or parent's parents, etc.) This commit adds a new conformance test, `l2-resource-parent-inheritance`, that codifies these expectations. Presently it is skipped for Go, since Go does not correctly propagate `protect` (#12431) -- this will be fixed in a subsequent commit. |
||
---|---|---|
.. | ||
classes | ||
sdks | ||
setuppy | ||
toml |