Skip to content

Adds force_destroy bool, defaults to false

Compare
Choose a tag to compare
@esacteksab esacteksab released this 24 Jan 01:42
78b35bd

In the scenario where during a terraform destroy you want to delete a bucket that isn't empty, force_destroy = true allows a bucket to be deleted even if objects exist in the bucket. These objects are not recoverable! The bool defaults to false.