github.com/khulnasoft-lab/defsec@v1.0.5-0.20230827010352-5e9f46893d95/avd_docs/digitalocean/spaces/AVD-DIG-0005/Terraform.md (about)

     1  
     2  Don't use force destroy on bucket configuration
     3  
     4  ```hcl
     5  resource "digitalocean_spaces_bucket" "good_example" {
     6    name   = "foobar"
     7    region = "nyc3"
     8  }
     9  ```
    10  
    11  #### Remediation Links
    12   - https://registry.terraform.io/providers/digitalocean/digitalocean/latest/docs/resources/spaces_bucket#force_destroy
    13