mammoth-gold-93338
06/29/2024, 10:01 AMdry-keyboard-94795
06/29/2024, 10:03 AMparent
.
It's possible the preview output isn't respecting dependsOn, what's the behaviour when you actually apply?mammoth-gold-93338
06/29/2024, 10:04 AMparent
as wellmammoth-gold-93338
06/29/2024, 10:05 AMdry-keyboard-94795
06/29/2024, 10:06 AMmammoth-gold-93338
06/29/2024, 10:06 AMmammoth-gold-93338
06/29/2024, 10:08 AMmammoth-gold-93338
06/29/2024, 10:08 AMdry-keyboard-94795
06/29/2024, 10:18 AMpulumi up --parallel 1
, including preview and apply please.
This seems like a bug with depending on component resourcesmammoth-gold-93338
06/29/2024, 10:21 AMmammoth-gold-93338
06/29/2024, 10:33 AMmammoth-gold-93338
06/29/2024, 10:34 AMdry-keyboard-94795
06/29/2024, 10:43 AM-d
will show individual operations in the order they happenmammoth-gold-93338
06/29/2024, 10:51 AMmammoth-gold-93338
06/29/2024, 10:51 AMmammoth-gold-93338
06/29/2024, 10:51 AMmammoth-gold-93338
06/29/2024, 10:56 AMmammoth-gold-93338
06/29/2024, 10:56 AMmammoth-gold-93338
06/29/2024, 10:57 AMdry-keyboard-94795
06/29/2024, 11:05 AMdry-keyboard-94795
06/29/2024, 11:06 AMlocal.command
import * as pulumi from "@pulumi/pulumi";
import * as command from "@pulumi/command";
class Root extends pulumi.ComponentResource {
constructor(name: string, opts?: pulumi.ResourceOptions) {
super("test:index:Root", name, {}, opts);
const c = new command.local.Command("echo", { create: "sleep 5" }, { parent: this });
this.registerOutputs({});
}
}
dry-keyboard-94795
06/29/2024, 11:09 AMmammoth-gold-93338
06/29/2024, 12:19 PMmammoth-gold-93338
06/29/2024, 12:21 PMmammoth-gold-93338
06/29/2024, 12:21 PMmammoth-gold-93338
06/29/2024, 12:21 PMmammoth-gold-93338
06/29/2024, 12:23 PMdry-keyboard-94795
06/29/2024, 12:39 PM