reformat
This commit is contained in:
parent
b4fbd8f758
commit
196b06dc01
1 changed files with 1 additions and 1 deletions
2
talos.tf
2
talos.tf
|
|
@ -161,7 +161,7 @@ resource "talos_machine_configuration_apply" "worker" {
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "talos_cluster_kubeconfig" "this" {
|
resource "talos_cluster_kubeconfig" "this" {
|
||||||
depends_on = [ talos_machine_bootstrap.this ]
|
depends_on = [talos_machine_bootstrap.this]
|
||||||
client_configuration = talos_machine_secrets.this.client_configuration
|
client_configuration = talos_machine_secrets.this.client_configuration
|
||||||
node = local.endpoint_ip
|
node = local.endpoint_ip
|
||||||
# wait = true
|
# wait = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue