Skip to content

Commit

Permalink
Merge pull request #164 from sschaeffner/add-certificate-install-depe…
Browse files Browse the repository at this point in the history
…ndency

let k8s_ca_certificates_install depend on var.depends_on_
  • Loading branch information
xunleii authored Jan 7, 2024
2 parents 79c1861 + ed49c28 commit 442266d
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 442266d

Please sign in to comment.