*: Fix Terraform fmt and comments
This commit is contained in:
parent
d8e4ac172a
commit
7c046b6206
|
@ -71,8 +71,7 @@ resource "null_resource" "copy-secrets" {
|
||||||
resource "null_resource" "bootkube-start" {
|
resource "null_resource" "bootkube-start" {
|
||||||
# Without depends_on, this remote-exec may start before the kubeconfig copy.
|
# Without depends_on, this remote-exec may start before the kubeconfig copy.
|
||||||
# Terraform only does one task at a time, so it would try to bootstrap
|
# Terraform only does one task at a time, so it would try to bootstrap
|
||||||
# Kubernetes and Tectonic while no Kubelets are running. Ensure all nodes
|
# while no Kubelets are running.
|
||||||
# receive a kubeconfig before proceeding with bootkube.
|
|
||||||
depends_on = ["null_resource.copy-secrets"]
|
depends_on = ["null_resource.copy-secrets"]
|
||||||
|
|
||||||
connection {
|
connection {
|
||||||
|
|
Loading…
Reference in New Issue