https://pulumi.com logo
#general
Title
# general
v

victorious-dusk-75271

08/06/2022, 3:00 AM
Copy code
aws:ec2:Vpc       rds-vpc-vpc                  deleting...  completing deletion from previous update
How do i remove this task? that resource has dependency but its still trying to delete it
v

victorious-church-57397

08/06/2022, 7:58 AM
Have you tried removing the pending operation from the stacks state? You can do this by running
pulumi stack export > export.json
, removing the pending operation and then running
pulumi stack import < export.json
.
v

victorious-dusk-75271

08/06/2022, 9:24 AM
oh i had no idea you can do that
👍 1
v

victorious-church-57397

08/06/2022, 9:30 AM
Let me know if you get stuck but that should sort it