Skip to content

Commit 9806089

Browse files
authored
Bump cn-terraform/ecs-alb/aws to 1.0.11 (#27)
Fix a race condition in the ALB logs bucket fixed in cn-terraform/terraform-aws-ecs-alb#11
1 parent 0bd1f59 commit 9806089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#------------------------------------------------------------------------------
44
module "ecs-alb" {
55
source = "cn-terraform/ecs-alb/aws"
6-
version = "1.0.10"
6+
version = "1.0.11"
77

88
name_prefix = var.name_prefix
99
vpc_id = var.vpc_id

0 commit comments

Comments
 (0)