Skip to content

Commit d9cfafd

Browse files
Update Terraform cn-terraform/ecs-alb/aws to v1.0.27 (#60)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d9af5b7 commit d9cfafd

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
@@ -5,7 +5,7 @@ module "ecs-alb" {
55
count = var.custom_lb_arn == null ? 1 : 0
66

77
source = "cn-terraform/ecs-alb/aws"
8-
version = "1.0.26"
8+
version = "1.0.27"
99

1010
name_prefix = var.name_prefix
1111
vpc_id = var.vpc_id

0 commit comments

Comments
 (0)