Fraser Waters
Fraser Waters
> What is the point of a get() function which accepts a range of qualifying parameters when the id param is required? To try and also answer this a bit....
So the issue here is one of async races. Stack outputs are registered by the stack code like so: ``` try: func() finally: self.register_outputs(massage(self.outputs, [])) ``` Which means as soon...
> is this issue still open? It is.
This looks similar to the firewall case @mikhailshilkov pointed out to me in https://github.com/pulumi/pulumi/issues/5464 as an example of a Pulumi program that wasn't quite expressible using applicatives, but also isn't...
I think the only changes needed will be in 'pkg/cmd/pulumi/stack_graph.go'. The main thing to change being lines [180-182](https://github.com/pulumi/pulumi/blob/master/pkg/cmd/pulumi/stack_graph.go#L180-L182) which decide the label for the graph nodes, which currently just returns...
Are teams like orgs? What does it mean for a stack to be in a team? Can a stack be in multiple teams? Does it change the fully qualified name...