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

Covert to TF0.12 #24

Closed
wants to merge 7 commits into from
Prev Previous commit
Next Next commit
Bump access_logs from 0.1.4 to 0.2.0
Bumps [access_logs](https://github.com/cloudposse/terraform-aws-lb-s3-bucket) from 0.1.4 to 0.2.0.
- [Release notes](https://github.com/cloudposse/terraform-aws-lb-s3-bucket/releases)
- [Commits](cloudposse/terraform-aws-lb-s3-bucket@tags/0.1.4...tags/0.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jul 15, 2019
commit 3a48f9708015758b77dcd24dcd3ddbe88e7f6937
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "aws_security_group_rule" "https_ingress" {
}

module "access_logs" {
source = "git::https://github.com/cloudposse/terraform-aws-lb-s3-bucket.git?ref=tags/0.1.4"
source = "git::https://github.com/cloudposse/terraform-aws-lb-s3-bucket.git?ref=tags/0.2.0"
attributes = "${compact(concat(var.attributes, list("alb", "access", "logs")))}"
delimiter = "${var.delimiter}"
name = "${var.name}"
Expand Down