Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit 2e27da0

Browse files
authored
Merge pull request #40 from gruntwork-io/yorinasub17-patch-1
Fix #39
2 parents 4f89b6b + 112daa4 commit 2e27da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ output "helm_client_tls_private_key_pem" {
1717
output "helm_client_tls_public_cert_pem" {
1818
description = "The public certificate of the TLS certificate key pair to use for the helm client."
1919
sensitive = true
20-
value = module.helm_client_tls_certs.tls_certificate_key_pair_private_key_pem
20+
value = module.helm_client_tls_certs.tls_certificate_key_pair_certificate_pem
2121
}
2222

2323
output "helm_client_tls_ca_cert_pem" {

0 commit comments

Comments
 (0)