Fraser Waters
Fraser Waters
> Today that doesn’t work but it doesn’t seem too difficult to enable this, and it would retain the fact that a secret is a secret transitively, unlike encrypting the...
> this is not apparently possible. It's possible, you just create the bucket objects inside an apply. It's just not ideal because preview can't see those resources. Also pretty sure...
Not really. The only solution we currently have is "don't do this", make sure that `register_outputs` is always called _outside_ the apply statement. `register_outputs` can itself take an output as...
There might be actually now we have context vars, we could set a flag on one for when we call into apply and warn if we see that set during...
> Is this the same request as https://github.com/pulumi/pulumi/issues/9878? Yes
OK not sure what changed but I can repro this now.
So I tracked this down to the runtime not waiting for all applys to run before quitting. The other language SDKs have global registration lists for Outputs so we always...
> pulumi env set I don't think programs can generally set the environment of the containing shell. The other two command (Just `pulumi env` and `pulumi env SOME_KEY`) sound fine...
Give the above & https://github.com/pulumi/pulumi/issues/11275 I think we should reopen this. We'll need to be careful to explain that this _can not_ be used for "try get or create" logic,...
> If we do know the type of example It's not resolved, so we don't.