Skip to content

Commit

Permalink
Update viewer_certificate.ts.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
jhsinger-klotho authored and DavidSeptimus-Klotho committed Mar 22, 2024
1 parent fcfe488 commit bf8a303
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
iamCertificateId: "{{ .IamCertificateId }}",
{{- end }}
{{- if and .CloudfrontDefaultCertificate (not .AcmCertificateArn) (not .IamCertificateId) }}
cloudfrontDefaultCertificate: "{{ .CloudfrontDefaultCertificate }}",
cloudfrontDefaultCertificate: {{ .CloudfrontDefaultCertificate }},
{{- end }}
{{- if .SslSupportMethod }}
sslSupportMethod: "{{ .SslSupportMethod }}",
{{- end }}
{{- if .MinimumProtocolVersion }}
minimumProtocolVersion: "{{ .MinimumProtocolVersion }}",
{{- end }}
}
}

0 comments on commit bf8a303

Please sign in to comment.