We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e302d7c commit 51eabd9Copy full SHA for 51eabd9
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.3"
+ version = "1.0.4"
11
# source = "../terraform-aws-logs-s3-bucket"
12
13
name_prefix = "${var.name_prefix}-lb"
0 commit comments