Skip to content

Commit

Permalink
Update main.tf (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joost Döbken authored Oct 29, 2020
1 parent 61c01da commit 4b40da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ resource "null_resource" "install" {

provisioner "remote-exec" {
inline = [
"${count.index < length(var.master_nodes) ? data.template_file.master.rendered : "echo skip"}"
count.index < length(var.master_nodes) ? data.template_file.master.rendered : "echo skip"
]
}
}
Expand Down

0 comments on commit 4b40da3

Please sign in to comment.