Skip to content

Commit

Permalink
Update Terraform cloudposse/s3-log-storage/aws to v1.4.1 (main) (#34)
Browse files Browse the repository at this point in the history
* 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] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Igor Rodionov <[email protected]>
  • Loading branch information
3 people authored Jun 22, 2023
1 parent 6942b18 commit 5955c46
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Available targets:
| Name | Source | Version |
|------|--------|---------|
| <a name="module_aws_config_label"></a> [aws\_config\_label](#module\_aws\_config\_label) | cloudposse/label/null | 0.25.0 |
| <a name="module_storage"></a> [storage](#module\_storage) | cloudposse/s3-log-storage/aws | 1.4.0 |
| <a name="module_storage"></a> [storage](#module\_storage) | cloudposse/s3-log-storage/aws | 1.4.1 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
2 changes: 1 addition & 1 deletion docs/terraform.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
| Name | Source | Version |
|------|--------|---------|
| <a name="module_aws_config_label"></a> [aws\_config\_label](#module\_aws\_config\_label) | cloudposse/label/null | 0.25.0 |
| <a name="module_storage"></a> [storage](#module\_storage) | cloudposse/s3-log-storage/aws | 1.4.0 |
| <a name="module_storage"></a> [storage](#module\_storage) | cloudposse/s3-log-storage/aws | 1.4.1 |
| <a name="module_this"></a> [this](#module\_this) | cloudposse/label/null | 0.25.0 |

## Resources
Expand Down
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
}

0 comments on commit 5955c46

Please sign in to comment.