Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 27, 2024
1 parent ac268d3 commit 3235cd5
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions terraform/ecs-role/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,3 @@ variable "name" {
description = "name of role"
type = string
}

variable "policy" {
description = "ECS role policy"
type = string
default = ""
}

0 comments on commit 3235cd5

Please sign in to comment.