Skip to content

Commit

Permalink
remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 10, 2024
1 parent 55d6f21 commit 417905a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,7 @@ module "private_link" {
vpc_id = local.network_id
enable_private_only_traffic = var.private_only_traffic
nlb_security_group = module.app_lb.nlb_security_group
depends_on = [
module.app_lb,
module.wandb
]
depends_on = [module.app_lb]
}

locals {
Expand Down

0 comments on commit 417905a

Please sign in to comment.