Skip to content

Commit

Permalink
Remove erroneous mention of batch sg
Browse files Browse the repository at this point in the history
  • Loading branch information
dmannarino committed Aug 27, 2024
1 parent da9c03a commit d984f37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ module "fargate_autoscaling" {
// acm_certificate_arn = var.environment == "dev" ? null : data.terraform_remote_state.core.outputs.acm_certificate
security_group_ids = [
data.terraform_remote_state.core.outputs.postgresql_security_group_id,
data.terraform_remote_state.core.outputs.batch_security_group_id
]
task_role_policies = [
data.terraform_remote_state.core.outputs.iam_policy_s3_write_data-lake_arn,
Expand Down
2 changes: 1 addition & 1 deletion terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ variable "load_balancer_arn" {
variable "load_balancer_security_group" {
type = string
default = ""
description = "Optional secuirty group of load balancer with which the task can communicate. Required if load_blancer_arn is not empty"
description = "Optional secuirty group of load balancer with which the task can communicate. Required if load_balancer_arn is not empty"
}

variable "listener_port" {
Expand Down

0 comments on commit d984f37

Please sign in to comment.