Adds force_destroy bool, defaults to false
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.