-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Description
We need support for configuring multiple expiry rules for a COS bucket. The latest Terraform module does not support this capability.
Current module (v10.2.12):
https://registry.terraform.io/modules/terraform-ibm-modules/cos/ibm/10.2.12
Limitation: Expiry rule is supported only as a string, not as a list.
Requirement: Ability to define multiple rules as a list, so that multiple expiry policies can be applied to the same bucket.
Note: COS UI already supports multiple expiry rules.
Impact: Inability to manage multiple expiry rules through IaC, requiring manual setup via UI, which is non-compliant with automation standards.
By submitting this issue, you agree to follow our Code of Conduct