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 9261b3b commit 77b032bCopy full SHA for 77b032b
main.tf
@@ -5,7 +5,7 @@ module "ecs-alb" {
5
source = "cn-terraform/ecs-alb/aws"
6
version = "1.0.7"
7
8
- name_prefix = "${var.name_prefix}"
+ name_prefix = var.name_prefix
9
vpc_id = var.vpc_id
10
11
# Application Load Balancer
0 commit comments