Skip to content

Commit

Permalink
add one more dep on kubeconfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter committed Sep 26, 2024
1 parent c7fe6ab commit 9074f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/kubeconfig/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ resource "kubernetes_cluster_role_binding" "kubernetes_crb" {

depends_on = [
data.aws_security_group.selected,
local_file.kubeconfig
]
}

Expand Down

0 comments on commit 9074f42

Please sign in to comment.