bumpy-balloon-53496
08/03/2026, 3:04 AMcreamy-jackal-32404
08/03/2026, 7:25 PMgreen-alligator-37269
08/03/2026, 11:30 PMmodern-spring-15520
08/04/2026, 11:17 AMfuture-controller-70325
08/04/2026, 5:13 PMbig-musician-47500
08/05/2026, 7:17 PMstraight-beach-79533
08/06/2026, 6:57 AMerror: after hook "health-check" failed:
rpc error: code = Unavailable desc = error reading from server: EOF
I opened issue github.com/pulumi/pulumi/issues/24158
Am I doing something wrong or is there a bug ?
thanks!many-yacht-69481
08/06/2026, 2:12 PMlittle-cartoon-10569
08/07/2026, 1:55 AMmanagedObjects: false, because the command (aws sync...) isn't specifying --profile <myprofile>. I presume that there's no way around this and I should either use managedObjects: true, or sync the files myself? It's not hard to sync the files, I'm just checking that my understanding is correct.modern-spring-15520
08/10/2026, 8:05 PMmodern-spring-15520
08/14/2026, 4:37 PMdazzling-sundown-39670
08/17/2026, 2:04 PMstale-twilight-36329
08/17/2026, 7:57 PMsteep-plastic-74107
08/18/2026, 12:08 AMmodern-spring-15520
08/19/2026, 6:27 PMadamant-teacher-18893
08/20/2026, 7:20 PMpulumi new oci-python errors out:
Installing dependencies...
× Failed to build `grpcio==1.51.3`
...
ModuleNotFoundError: No module named 'pkg_resources'
Is this a known issue? How can I get past this error?adamant-teacher-18893
08/20/2026, 7:21 PMlittle-cartoon-10569
08/21/2026, 3:29 AMmodern-spring-15520
08/24/2026, 1:36 PMthousands-area-40147
08/25/2026, 11:02 AMjolly-traffic-63773
08/26/2026, 6:31 PMwide-smartphone-71947
08/27/2026, 9:11 PMquaint-spring-93350
08/29/2026, 11:02 AMmodern-spring-15520
09/01/2026, 1:48 PMfresh-monitor-41571
09/01/2026, 5:56 PMblue-france-59723
09/16/2026, 7:21 PMdynamic-infra stack
I'm aware that we can use target and targetDependents to make deployment's well-scoped regardless of which ownership boundary we decide on but wondering if there are any gotcha's to look out for. Would be great to discuss the pros and cons of each approach.fresh-microphone-45374
09/18/2026, 6:46 PMeager-flower-30096
09/25/2026, 7:42 AMterraform apply -var="image_tag=<new-tag>"
The image tag is therefore a deployment-time input rather than persistent environment configuration.
I’m trying to understand the idiomatic Pulumi equivalent. I know I can use stack configuration but pulumi up --config imageTag=... persists the value to the stack config, whereas I’d prefer not to persist something that changes on every deployment.
I could use an environment variable, but I’d prefer a more explicit input mechanism where a missing value produces a clear validation error.
Is there an idiomatic way in Pulumi to pass ephemeral/runtime inputs to pulumi up, similar to terraform apply -var, without persisting them as stack configuration?miniature-potato-84713
09/25/2026, 11:19 AM