Skip to content

Commit

Permalink
Let k8s_ca_certificates_install depend on var.depends_on_
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Schäffner <[email protected]>
  • Loading branch information
sschaeffner committed Dec 29, 2023
1 parent 79c1861 commit ed49c28
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server_nodes.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ locals {
resource "null_resource" "k8s_ca_certificates_install" {
count = length(local.certificates_files)

depends_on = [var.depends_on_]

connection {
type = try(local.root_server_connection.type, "ssh")

Expand Down

0 comments on commit ed49c28

Please sign in to comment.