♻️: remove unused variables
All checks were successful
terraform-lint / terraform-lint (push) Successful in 3s

This commit is contained in:
VC
2025-11-10 09:06:46 +01:00
parent 65c3ea5727
commit 7ed247bdf3
2 changed files with 4 additions and 11 deletions

View File

@@ -26,9 +26,3 @@ variable "buckets" {
}))
}))
}
variable "env" {
description = "The target env for Garage configuration"
type = string
default = "prd"
}