adamant-motorcycle-38425
11/23/2019, 10:57 AMpulumi destroy
if the deployed stack contains a bucket with existing objects. I can easily delete such buckets with the AWS CLI (e.g. aws s3 rb --force
<s3://my-bucket-with-objects>
). (I know this is an AWS restriction that we override with the --force
flag).
Question: Is there a way to tell pulumi to destroy bucket resources even if they have objects inside (and let it handle doing a forceful destroy of these buckets?). This is my ideal scenario instead of running special pre-destroy operations by hand.broad-dog-22463
11/23/2019, 11:21 AMadamant-motorcycle-38425
11/23/2019, 11:36 AMbroad-dog-22463
11/23/2019, 7:36 PM