Skip to content

Commit 77b032b

Browse files
committed
Fix warnings
1 parent 9261b3b commit 77b032b

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
source = "cn-terraform/ecs-alb/aws"
66
version = "1.0.7"
77

8-
name_prefix = "${var.name_prefix}"
8+
name_prefix = var.name_prefix
99
vpc_id = var.vpc_id
1010

1111
# Application Load Balancer

0 commit comments

Comments
 (0)