Skip to content

Commit 2e60c5e

Browse files
committed
Updating example
1 parent 869e52b commit 2e60c5e

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.1"
23+
version = "1.0.2"
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)