From 127f0901788b05a72da18f74d1fd4518335711a6 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 18 Apr 2022 13:31:44 -0400 Subject: [PATCH] update --- examples/fargate-cluster/variables.ecs.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/fargate-cluster/variables.ecs.tf b/examples/fargate-cluster/variables.ecs.tf index ced4139..49005b9 100644 --- a/examples/fargate-cluster/variables.ecs.tf +++ b/examples/fargate-cluster/variables.ecs.tf @@ -11,7 +11,7 @@ variable "ecs_vpc_filter" { type = string } -variable "container_subnet_filter" { +variable "ecs_container_subnet_filter" { description = "Container subnet filter (ex., *-container-*) to use to select the container subents in this VPC" type = string }