Skip to content

Commit

Permalink
Update outputs.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody authored Jun 13, 2024
1 parent ddc89ea commit 6392a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


output "ca_cert_pem" {
value = tls_self_signed_cert.root.*.cert_pem
value = tls_self_signed_cert.root[*].cert_pem
sensitive = true

description = "CA certificate used to verify Vault TLS client connections."
Expand Down

0 comments on commit 6392a70

Please sign in to comment.