Releases: terraform-google-modules/terraform-google-cloud-storage
Releases · terraform-google-modules/terraform-google-cloud-storage
v4.0.1
4.0.1 (2023-08-03)
Bug Fixes
- create random suffix resource on demand (#185) (5050c91)
- lifecycle_rule optional condition is_live failing when missing (#246) (c8111a4)
v4.0.0
4.0.0 (2023-04-06)
⚠ BREAKING CHANGES
- add support for custom_placement_config (#231)
- TPG >= 4.42: add support for public_access_prevention (#218)
- location inverse control in bucket name prefix (#186)
- Add matches_prefix and matches_suffix conditions (#202)
Features
- Add matches_prefix and matches_suffix conditions (#202) (8db2eb3)
- add support for custom_placement_config (#231) (a0bbdbd)
- Hmac access (#181) (e5e4909)
- location inverse control in bucket name prefix (#186) (dbd3c35)
- TPG >= 4.42: add support for public_access_prevention (#218) (4469954)
v3.4.1
3.4.1 (2023-01-04)
Bug Fixes
v3.4.0
3.4.0 (2022-09-12)
Features
- Add var to define different lifecycle rules for each bucket (#169) (4793dd2)
v3.3.0
3.3.0 (2022-07-15)
Features
- add name and url outputs on simple_bucket module (#175) (d76ffa3)
- Add option to enable default_event_based_hold argument (#178) (2ab4888)
v3.2.0
3.2.0 (2022-03-04)
Features
- add support for website configuration to simple_bucket submodule (#150) (839a18c)
terraform-google-cloud-storage v3.1.0
Features
- Add missing lifecycle rules conditions simple_bucket (#145) (bbb681d), closes #144
- update TPG version constraints to allow 4.0 (#143) (2e4c375)
terraform-google-cloud-storage v3.0.0
⚠ BREAKING CHANGES
- The default storage class has been changed from
MULTI_REGIONAL
to STANDARD
. This new default is recommended and can be used for multi-regional storage.
Features
- add additional lifecycle conditions: custom_time_before, days_since_noncurrent_time, noncurrent_time_before (#135) (bd1d1e7)
Bug Fixes
- Change default storage class to
STANDARD
(#137) (af10280)
terraform-google-cloud-storage v2.2.0
Features
- Add ability to append a randomized suffix to all bucket names (#130) (93ff75f)
- Add support for retention policy (#127) (a0982c9)
- Support for CORS in simple bucket (#128) (e6559e9)
Bug Fixes
- Correct behavior of website and cors variables. (#132) (3e6e7f4)
terraform-google-cloud-storage v2.1.0
Features
- add support for days_since_custom_time (#120) (0247454)
- Add support for log bucket configuration (#117) (eca9c57)