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 e0184ee commit 3f9dac5Copy full SHA for 3f9dac5
main.tf
@@ -5,7 +5,7 @@ module "ecs-alb" {
5
count = var.custom_lb_arn == null ? 1 : 0
6
7
source = "cn-terraform/ecs-alb/aws"
8
- version = "1.0.36"
+ version = "1.0.37"
9
10
name_prefix = var.name_prefix
11
vpc_id = var.vpc_id
0 commit comments