We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48dd4ad commit f4d10c8Copy full SHA for f4d10c8
main.tf
@@ -8,7 +8,7 @@ module "lb_logs_s3" {
8
count = var.enable_s3_logs && var.log_bucket_id == null ? 1 : 0
9
10
source = "cn-terraform/logs-s3-bucket/aws"
11
- version = "1.0.6"
+ version = "1.0.7"
12
13
name_prefix = "${var.name_prefix}-lb"
14
aws_principals_identifiers = [data.aws_elb_service_account.default.arn]
0 commit comments