Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Terraform cloudposse/lb-s3-bucket/aws to v0.16.0 #111

Merged
merged 6 commits into from
Jun 27, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(deps): update Terraform cloudposse/lb-s3-bucket/aws to v0.16.0
  • Loading branch information
renovate[bot] committed Jun 27, 2022
commit 87ac8c40fae16d0f9e2861f33a0e7cbaa7050623
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ resource "aws_security_group_rule" "https_ingress" {

module "access_logs" {
source = "cloudposse/lb-s3-bucket/aws"
version = "0.14.1"
version = "0.16.0"
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
Expand Down