Skip to content

Commit

Permalink
added gateway id count
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavcompanieshouse committed Nov 22, 2024
1 parent 3f24861 commit 8103af9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions groups/infrastructure/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,14 @@ variable "enable_container_insights" {
}
variable "secure_data_app_internet_facing" {
default = 0
}

# Count variables for - ECS
variable "secure_file_transfer_create_alb" {
description = "Override with value of 1 if this ALB is required in the environment"
default = 1
}
variable "file_transfer_create_alb" {
description = "Override with value 0 if this ELB is not required in the environment"
default = 1
}

0 comments on commit 8103af9

Please sign in to comment.