Skip to content

Commit e8a4a3c

Browse files
fix: removing unused variable
1 parent 3e6f938 commit e8a4a3c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

-6
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,6 @@ variable "port" {
99
type = string
1010
}
1111

12-
variable "vpc_name" {
13-
description = "VPC name"
14-
type = string
15-
default = "soat-tech-challenge-vpc"
16-
}
17-
1812
variable "ecs_container_db_username" {
1913
default = "postgres"
2014
type = string

0 commit comments

Comments
 (0)