@pulumi/pulumi 3.17.0-alpha.1635787261 → 3.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/runtime/resource.js +1 -1
- package/version.js +1 -1
package/package.json
CHANGED
package/runtime/resource.js
CHANGED
|
@@ -508,7 +508,7 @@ function getAllTransitivelyReferencedResourceURNs(resources) {
|
|
|
508
508
|
// Then the transitively reachable resources of Comp1 will be [Cust1, Cust2, Cust3, Remote1].
|
|
509
509
|
// It will *not* include:
|
|
510
510
|
// * Cust4 because it is a child of a custom resource
|
|
511
|
-
// * Comp2 because it is a non-remote component
|
|
511
|
+
// * Comp2 because it is a non-remote component resource
|
|
512
512
|
// * Comp3 and Cust5 because Comp3 is a child of a remote component resource
|
|
513
513
|
// To do this, first we just get the transitively reachable set of resources (not diving
|
|
514
514
|
// into custom resources). In the above picture, if we start with 'Comp1', this will be
|
package/version.js
CHANGED