We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7243238 commit b18f65cCopy full SHA for b18f65c
examples/test/main.tf
@@ -20,7 +20,7 @@ module "base-network" {
20
21
module "load_balancer" {
22
source = "cn-terraform/ecs-alb/aws"
23
- version = "1.0.0"
+ version = "1.0.1"
24
name_preffix = "test-alb"
25
vpc_id = module.base-network.vpc_id
26
private_subnets = module.base-network.private_subnets_ids
0 commit comments