Skip to content

Commit f4d10c8

Browse files
chore(deps): update terraform cn-terraform/logs-s3-bucket/aws to v1.0.7 (#70)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 48dd4ad commit f4d10c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module "lb_logs_s3" {
88
count = var.enable_s3_logs && var.log_bucket_id == null ? 1 : 0
99

1010
source = "cn-terraform/logs-s3-bucket/aws"
11-
version = "1.0.6"
11+
version = "1.0.7"
1212

1313
name_prefix = "${var.name_prefix}-lb"
1414
aws_principals_identifiers = [data.aws_elb_service_account.default.arn]

0 commit comments

Comments
 (0)