diff --git a/README.md b/README.md index 1d4c0e0..18aeefd 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Available targets: | Name | Source | Version | |------|--------|---------| -| [access\_logs](#module\_access\_logs) | cloudposse/lb-s3-bucket/aws | 0.14.0 | +| [access\_logs](#module\_access\_logs) | cloudposse/lb-s3-bucket/aws | 0.14.1 | | [default\_load\_balancer\_label](#module\_default\_load\_balancer\_label) | cloudposse/label/null | 0.25.0 | | [default\_target\_group\_label](#module\_default\_target\_group\_label) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.24.1 | diff --git a/docs/terraform.md b/docs/terraform.md index cdedb63..7ccfe34 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -18,7 +18,7 @@ | Name | Source | Version | |------|--------|---------| -| [access\_logs](#module\_access\_logs) | cloudposse/lb-s3-bucket/aws | 0.14.0 | +| [access\_logs](#module\_access\_logs) | cloudposse/lb-s3-bucket/aws | 0.14.1 | | [default\_load\_balancer\_label](#module\_default\_load\_balancer\_label) | cloudposse/label/null | 0.25.0 | | [default\_target\_group\_label](#module\_default\_target\_group\_label) | cloudposse/label/null | 0.25.0 | | [this](#module\_this) | cloudposse/label/null | 0.24.1 | diff --git a/main.tf b/main.tf index b5406fb..c45999e 100644 --- a/main.tf +++ b/main.tf @@ -40,7 +40,7 @@ resource "aws_security_group_rule" "https_ingress" { module "access_logs" { source = "cloudposse/lb-s3-bucket/aws" - version = "0.14.0" + version = "0.14.1" enabled = module.this.enabled && var.access_logs_enabled && var.access_logs_s3_bucket_id == null attributes = compact(concat(module.this.attributes, ["alb", "access", "logs"])) lifecycle_rule_enabled = var.lifecycle_rule_enabled