Allow soft_delete_policy configuration for bucket
PatriceGehinKiabi opened this issue · 1 comments
PatriceGehinKiabi commented
TL;DR
Allow soft_delete_policy configuration for bucket.
Terraform Resources
Soft delete is a recent feature on buckets and is activated by default with a default 7 days hold.
Bucket module has been updated to allow its configuration (see https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket#soft_delete_policy), but the google project factory module and submodules do not allow us to configure it. It would be great to be allowed to set the value we want, as we can already set versioning and so on.
Detailed design
No response
Additional information
No response
github-actions commented
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days