Skip to content

Commit

Permalink
remove all objects and remove lb
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman committed Dec 13, 2023
1 parent 09611ec commit 1929998
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
28 changes: 14 additions & 14 deletions terraform/environments/planetfm/locals_development.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@ locals {

# }
}
baseline_lbs = {
# baseline_lbs = {

private = {
internal_lb = true
enable_delete_protection = false
loadbalancer_type = "application"
idle_timeout = 3600
security_groups = ["loadbalancer"]
subnets = module.environment.subnets["private"].ids
enable_cross_zone_load_balancing = true
access_logs = true #default value
# private = {
# internal_lb = true
# enable_delete_protection = false
# loadbalancer_type = "application"
# idle_timeout = 3600
# security_groups = ["loadbalancer"]
# subnets = module.environment.subnets["private"].ids
# enable_cross_zone_load_balancing = true
# access_logs = true #default value

instance_target_groups = {}
# instance_target_groups = {}

listeners = {}
# listeners = {}

}
}
# }
# }
}
}

2 changes: 1 addition & 1 deletion terraform/modules/baseline/lb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ module "lb" {

for_each = var.lbs

source = "git::https://github.com/ministryofjustice/modernisation-platform-terraform-loadbalancer.git?ref=c1215f4811f616117d480e2c6addd6472180a4d6"
source = "git::https://github.com/ministryofjustice/modernisation-platform-terraform-loadbalancer.git?ref=81a12291fee6369c22bae5e653b0a195112e45c2"

providers = {
aws.bucket-replication = aws
Expand Down

0 comments on commit 1929998

Please sign in to comment.