Releases: terraform-ibm-modules/terraform-ibm-cos
Releases · terraform-ibm-modules/terraform-ibm-cos
v8.19.3
v8.19.2
v8.19.1
v8.19.0
v8.18.0
8.18.0 (2025-01-27)
Features
- updated the
service_credential_secrets
input object schema of the DA to support creating service specific roles- The
service_credentials_source_service_role
attribute has been renamed toservice_credentials_source_service_role_crn
and now requires a full CRN value. For example:service_credentials_source_service_role_crn = "crn:v1:bluemix:public:cloud-object-storage::::serviceRole:ObjectWriter"`
- For detailed usage, see Service credential secrets
- The
v8.17.2
v8.17.1
v8.17.0
8.17.0 (2025-01-13)
Features (#769) (acd33fc)
- updated configuration to use the new ibm_cos_bucket_lifecycle_configuration for managing lifecycle configuration for a bucket since the legacy approach is now deprecated. Migrating to the new schema addresses the limitations where one cannot create a rule with same rule id that has transition, expiration and abort_incomplete simultaneously, and not being able to create multiple abort_incomplete_multipart_upload rules.
- support has been added to optionally apply an expire or archive prefix filter using new inputs
expire_filter_prefix
andarchive_filter_prefix
Upgrade note: When upgrading to this version, existing buckets will be updated in-place to migrate to the new lifecycle configuration.