Skip to content

Commit

Permalink
Remove duplicate variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ha7315 committed Oct 10, 2024
1 parent 9178232 commit 2f061cd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions modules/postgres-etl/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ variable "ecs_load_execution_role" {
description = "Details of the role which is assumed by the ECS execution processes"
}

variable "ecs_load_execution_role" {
type = object({
arn = string
name = string
})
description = "Details of the role which is assumed by the ECS execution processes"
}

variable "efs_subnet_ids" {
type = set(string)
default = []
Expand Down

0 comments on commit 2f061cd

Please sign in to comment.