diff --git a/proxmox/terraform/staging/rancher.tf b/proxmox/terraform/staging/rancher.tf --- a/proxmox/terraform/staging/rancher.tf +++ b/proxmox/terraform/staging/rancher.tf @@ -39,5 +39,6 @@ } output "rancher2_cluster_command" { + sensitive = true value = rancher2_cluster.staging-workers.cluster_registration_token[0].node_command }