Skip to content

Commit 4a6538d

Browse files
Update Terraform cn-terraform/ecs-alb/aws to v1.0.30 (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9a0ef26 commit 4a6538d

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.29"
8+
version = "1.0.30"
99

1010

1111
name_prefix = var.name_prefix

0 commit comments

Comments
 (0)