Skip to content

Commit

Permalink
Revert "Removes region variable since it is unused (#26)" (#27)
Browse files Browse the repository at this point in the history
This reverts commit 4990bbe.
  • Loading branch information
lorengordon authored Feb 4, 2025
1 parent 4990bbe commit 7de3059
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iac/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ variable "base_name" {
default = null
}

variable "region" {
type = string
description = "AWS Region where the provider will operate"
}

variable "autoscaler_s3_package" {
type = object({
bucket = string
Expand Down

0 comments on commit 7de3059

Please sign in to comment.