bouwroute-devops/infra/clusters/management/output.tf

6 lines
126 B
HCL

output "rancher_bootstrap_password" {
value = vault_kv_secret_v2.rancher_creds.data["admin_password"]
sensitive = true
}