I'm trying to apply a Pulumi update that replaces a security group in AWS. Pulumi first tries to delete the security group before creating the replacement, however, the old security group is still in use and so AWS prevents the deletion (and Pulumi just hangs). How are folks orchestrating this kind of change?
gray-tent-43205
09/25/2024, 7:37 PM
(also please let me know if there's a better channel for this kind of question)