echoing-noon-85874
05/18/2025, 1:18 PMsome-angle-23288
05/18/2025, 9:15 PMsome-angle-23288
05/18/2025, 9:19 PMsome-angle-23288
05/18/2025, 9:40 PMicy-controller-6092
05/19/2025, 12:39 AMicy-controller-6092
05/19/2025, 12:51 AMadamant-lawyer-19698
05/19/2025, 5:15 AMstrong-wolf-79326
05/19/2025, 8:10 AMbreezy-judge-31680
05/20/2025, 7:19 AMpulumi up
with --yes-if-nothing-dangerous
which, of course, doesn't exist. The idea would be to act like --yes
but only if there are no deletions or replacements.
• are there any plans to add this sort of functionality?
• has anyone come up with something that does this short of dumping preview/etc output and glorified grep
ing it?ancient-dream-54685
05/20/2025, 4:38 PMpulumi refresh --stack org/project/stack
always require a Pulumi.yaml
file? We rely on the automation api extensively, so lots of time there isn't a yaml
file available.bored-sunset-10957
05/21/2025, 12:41 PMfancy-journalist-34790
05/21/2025, 5:40 PMfancy-journalist-34790
05/21/2025, 5:41 PMechoing-noon-85874
05/21/2025, 6:02 PMboundless-receptionist-75917
05/22/2025, 7:46 AMboundless-receptionist-75917
05/22/2025, 7:47 AMmammoth-memory-47255
05/22/2025, 1:20 PMhallowed-vegetable-21271
05/22/2025, 9:23 PMsalmon-leather-17096
05/23/2025, 4:56 PMbroad-animal-7844
05/26/2025, 8:17 AMwide-scientist-6242
05/26/2025, 3:09 PMbillowy-fall-69043
05/27/2025, 5:08 PMelegant-arm-64624
05/31/2025, 3:38 AMelegant-arm-64624
05/31/2025, 3:39 AMadamant-finland-93186
06/02/2025, 1:13 PMpulumi up
without any changes. Is this expected behavior?
I would expect Pulumi to only make a snapshot if something changes, is that not the case?
We have found the skip-checkpoints flag, but would like to better understand the underlying issue (if any) before we enable it.
Our large >3000 resource stacks are currently taking a very long time (>40min) to up
even if there are little or no changes and are looking to speed it up.witty-battery-42692
06/02/2025, 6:46 PMmammoth-memory-47255
06/03/2025, 11:21 AMmammoth-memory-47255
06/03/2025, 8:06 PMechoing-battery-61643
06/04/2025, 5:26 PMmodule "consul" {
source = "github.com/hashicorp/example?ref=v1.2.0"
}
Is there something similar in pulumi? Does this make sense to do or am i trying to follow too closely to what i have done in Terraform?
I have found Pulumi Components: https://www.pulumi.com/docs/iac/using-pulumi/extending-pulumi/build-a-component/#sharing-via-git. This gets me most of the way there but i still have to run a
pulumi package add <repo_url>@<release-version>
Which means i have to run this command and the CI/CD pipeline has to run it as well. This would mean adding a script that runs this command with the version? So the person updating it would have to update the version here? Not the worst thing but the workflow seems to be just a little off as in it is making the user look into another file that is not a Pulumi file to update a version number.
Other notes:
• i am only using python
• I dont want to publish these publicly. Not that there are any secrets or proprietary things in it. For now, we dont want to spend time to make it publicly consumable.purple-pencil-32998
06/05/2025, 10:37 AM