Matthew (Matt) Jeffryes
Matthew (Matt) Jeffryes
This appears to be fixed now
This is at some level expected behavior when the resource model in the service API does not actually capture all the dependencies. I think using dependsOn is a reasonable approach....
Thanks for the suggestion @cowwoc! I can think of a few other workarounds for packaging a multiline script into a single command (bash functions, stuffing '; \' at the end...
I don't think so; I can't run `chmod u+x` because I might not be on a *nix host. You as the user could do that since you know the target:...
I'm assuming by the lack of updates that this is no longer a priority concern @automagic, but feel free to reopen if you'd like to dig in with us on...
can we close this as done?
Hi @yellowhat, I tried reproducing this, but it worked just fine for me. Are you sure that `k8s` is a directory or an archive file type like tgz or zip?
Oh that clarifies things quite a bit, I can repro this now. Somehow the `--refresh` option is trying to set state for the `source` (which it can't do seeing as...
Note that this also fails if you call `pulumi refresh` and then `pulumi preview` separately
Looks to be resolved now that v3 is out