Skip to content

Commit b18f65c

Browse files
committed
Updating ALB module version
1 parent 7243238 commit b18f65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/test/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ module "base-network" {
2020

2121
module "load_balancer" {
2222
source = "cn-terraform/ecs-alb/aws"
23-
version = "1.0.0"
23+
version = "1.0.1"
2424
name_preffix = "test-alb"
2525
vpc_id = module.base-network.vpc_id
2626
private_subnets = module.base-network.private_subnets_ids

0 commit comments

Comments
 (0)