terraform-google-modules/terraform-google-cloud-storage

lifecycle_rule block is missing many conditions

philip-harvey opened this issue · 2 comments

The list of conditions supported in google_storage_bucket is here:
https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/storage_bucket#condition
There are 9 supported conditions, module implements only 6 of these conditions.
e.g. days_since_noncurrent_time is not supported in the module

I'd be happy to review a pull request adding support for the additional conditions.