Skip to content

Commit 88ae3da

Browse files
authored
Merge pull request #2 from gaussb-labs/feature/remove-unused-variables
fix: remove unused variables
2 parents 87a3620 + 80cc1c0 commit 88ae3da

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)