You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my company, we experienced that passing an incorrect map doesn't break the plan & apply pipelines but it also doesn't actually apply the required change. The main reason for this change is also that the configuration in this module is slightly different than what is explained on aws_s3_bucket_lifecycle_configuration which users usually confuse with.
I can implement this and I did create an MR to add this support but it was rejected for an unclear reason.
Could you please tell me the best way to do this?
The text was updated successfully, but these errors were encountered:
okanmenevseoglu
changed the title
Add validation for lifecycle_rule along with terraform tests
Add validation for lifecycle_rule variable
Jan 21, 2025
One example I can give to above is that I observed users may pass abort_incomplete_multipart_upload block instead of abort_incomplete_multipart_upload_days variable.
Motivation and Context
In my company, we experienced that passing an incorrect map doesn't break the plan & apply pipelines but it also doesn't actually apply the required change. The main reason for this change is also that the configuration in this module is slightly different than what is explained on aws_s3_bucket_lifecycle_configuration which users usually confuse with.
I can implement this and I did create an MR to add this support but it was rejected for an unclear reason.
Could you please tell me the best way to do this?
The text was updated successfully, but these errors were encountered: