Skip to content

v2.0.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 06 May 19:42
a7f02d2
git.io->cloudposse.tools update @dylanbannon (#149)

what and why

Change all references to git.io/build-harness into cloudposse.tools/build-harness, since git.io redirects will stop working on April 29th, 2022.

References

  • DEV-143

🚀 Enhancements

Use object lock enabled @nitrocode (#148)

what

  • Use object lock enabled

why

  • Deprecation of dynamic object_lock_configuration for object_lock_enabled
│ Warning: Argument is deprecated
│
│   with module.bucket.aws_s3_bucket.default,
│   on .terraform/modules/bucket/main.tf line 30, in resource "aws_s3_bucket" "default":30: resource "aws_s3_bucket" "default" {
│
│ Use the top-level parameter object_lock_enabled and the aws_s3_bucket_object_lock_configuration resource instead

references