Skip to content

Commit

Permalink
Remove name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jul 2, 2024
1 parent 2556487 commit 498d7bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tf/modules/ansible_controller/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ variable "key_name" {
description = "Name of AWS key pair"
}

variable "name" {
description = "Name of the resources"
default = "ooni-backendproxy"
}

variable "instance_type" {
default = "t2.micro"
}
Expand Down

0 comments on commit 498d7bb

Please sign in to comment.