Skip to content

Commit

Permalink
deploy new cert (#7263)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertsweetman authored Jul 24, 2024
1 parent ae1c9bc commit 338a41a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ locals {
}
listeners = merge(local.lbs.public.listeners, {
https = merge(local.lbs.public.listeners.https, {
certificate_names_or_arns = ["remote_desktop_wildcard_and_planetfm_cert"]
certificate_names_or_arns = ["remote_desktop_wildcard_and_planetfm_cert_v2"]
rules = {
pd-rdgw-1-http = {
priority = 100
Expand Down

0 comments on commit 338a41a

Please sign in to comment.