diff --git a/outputs.tf b/outputs.tf index 53fcf5f..e81c16d 100644 --- a/outputs.tf +++ b/outputs.tf @@ -17,7 +17,7 @@ output "helm_client_tls_private_key_pem" { output "helm_client_tls_public_cert_pem" { description = "The public certificate of the TLS certificate key pair to use for the helm client." sensitive = true - value = module.helm_client_tls_certs.tls_certificate_key_pair_private_key_pem + value = module.helm_client_tls_certs.tls_certificate_key_pair_certificate_pem } output "helm_client_tls_ca_cert_pem" {