sparse-intern-71089
04/22/2022, 2:06 PMbillowy-army-68599
billowy-army-68599
thousands-hairdresser-72380
04/22/2022, 2:34 PMQueue
entity.
So the order of operations was
1. Create the replacement QueuePolicy
a. This equates to updating the policy
attribute for the Queue
b. This is not a separate entity but a property of the Queue
2. Delete the previous QueuePolicy
a. Since the policy
is not a separate entity but a property of the Queue
, it just deleted the policy
attribute altogether.
The resolution ended up being running pulumi refresh
so it detected that the policy had been deleted, then running pulumi up
again.billowy-army-68599
thousands-hairdresser-72380
04/25/2022, 3:06 PM