Skip to content

Commit 557251a

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

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.30"
8+
version = "1.0.31"
99

1010

1111
name_prefix = var.name_prefix

0 commit comments

Comments
 (0)