Skip to content

Commit

Permalink
fix: remove vault load balancer attachment (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtweeman authored Nov 7, 2024
1 parent 0d4088c commit de3e9bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions components/terraform/instance/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ resource "oci_core_instance_pool" "servers" {
port = 6443
vnic_selection = "PrimaryVnic"
}
load_balancers {
backend_set_name = module.alb_reference.outputs.vault_backend_set_name
load_balancer_id = module.alb_reference.outputs.internal_lb_id
port = 8200
vnic_selection = "PrimaryVnic"
}
}

resource "oci_identity_dynamic_group" "servers" {
Expand Down

0 comments on commit de3e9bb

Please sign in to comment.