Skip to content

Commit 80cc1c0

Browse files
committed
fix: remove unused variables
1 parent 87a3620 commit 80cc1c0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

variables.tf

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ variable "cluster_name" {
66
type = string
77
description = "Name of ECS cluster."
88
}
9-
variable "vpc_id" {
10-
type = string
11-
description = "AWS VPC identifier for ECS cluster"
12-
}
13-
variable "vpc_cidr_block" {
14-
type = string
15-
description = "CIDR block for VPC."
16-
}
179
variable "capacity_providers" {
1810
type = list(object({
1911
name = string

0 commit comments

Comments
 (0)