From 5955c469c47b8d294f459f47775d4055729d0394 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 16:17:08 +0300 Subject: [PATCH] Update Terraform cloudposse/s3-log-storage/aws to v1.4.1 (main) (#34) * Update Terraform cloudposse/s3-log-storage/aws to v1.4.1 * Auto-update README.md * Trigger builds --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] Co-authored-by: Igor Rodionov --- README.md | 2 +- docs/terraform.md | 2 +- main.tf | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2cfdaef..815c09c 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Available targets: | Name | Source | Version | |------|--------|---------| | [aws\_config\_label](#module\_aws\_config\_label) | cloudposse/label/null | 0.25.0 | -| [storage](#module\_storage) | cloudposse/s3-log-storage/aws | 1.4.0 | +| [storage](#module\_storage) | cloudposse/s3-log-storage/aws | 1.4.1 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | ## Resources diff --git a/docs/terraform.md b/docs/terraform.md index 15bb2f0..29f2ff5 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -17,7 +17,7 @@ | Name | Source | Version | |------|--------|---------| | [aws\_config\_label](#module\_aws\_config\_label) | cloudposse/label/null | 0.25.0 | -| [storage](#module\_storage) | cloudposse/s3-log-storage/aws | 1.4.0 | +| [storage](#module\_storage) | cloudposse/s3-log-storage/aws | 1.4.1 | | [this](#module\_this) | cloudposse/label/null | 0.25.0 | ## Resources diff --git a/main.tf b/main.tf index 5535bc8..de8959a 100644 --- a/main.tf +++ b/main.tf @@ -8,7 +8,7 @@ module "aws_config_label" { module "storage" { source = "cloudposse/s3-log-storage/aws" - version = "1.4.0" + version = "1.4.1" count = module.this.enabled ? 1 : 0 acl = "private" @@ -111,3 +111,4 @@ locals { s3_bucket_arn = format("arn:%s:s3:::%s", data.aws_partition.current.id, module.aws_config_label.id) s3_object_prefix = format("%s/AWSLogs/*", local.s3_bucket_arn) } +