Skip to content

Commit

Permalink
fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amanpruthi committed Jun 17, 2024
1 parent d7007af commit 9f8c0b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/private_link/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ resource "null_resource" "fetch_lb_details" {
cat lb_details.json | jq -r '.[] | select(.name | test("${var.namespace}-internal")) | .name' > filtered_lb_names.txt
EOT
}
depends_on = [ module.gcloud ]
}

# resource "null_resource" "install_dependencies" {
Expand Down

0 comments on commit 9f8c0b0

Please sign in to comment.