We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51eabd9 commit 50f4515Copy full SHA for 50f4515
main.tf
@@ -7,7 +7,7 @@ module "lb_logs_s3" {
7
count = var.enable_s3_logs ? 1 : 0
8
9
source = "cn-terraform/logs-s3-bucket/aws"
10
- version = "1.0.4"
+ version = "1.0.5"
11
# source = "../terraform-aws-logs-s3-bucket"
12
13
name_prefix = "${var.name_prefix}-lb"
0 commit comments