Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
huehnerhose committed Jul 26, 2022
1 parent 94210d0 commit ba0bac4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions linkerd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ resource "helm_release" "linkerd" {

set_sensitive {
name = "identityTrustAnchorsPEM"
value = var.external_trustanchor
? var.trustanchor_cert.cert_pem
: tls_self_signed_cert.trustanchor_cert[0].cert_pem
value = var.external_trustanchor ? var.trustanchor_cert.cert_pem : tls_self_signed_cert.trustanchor_cert[0].cert_pem
}

set_sensitive {
Expand Down

0 comments on commit ba0bac4

Please sign in to comment.