Nicholas Fiorentini

Results 5 comments of Nicholas Fiorentini

👍 for this feature. I'm trying to implement a workaround using the "coupled hover events", yet so far I was unable to have it working. Here my attempt so far:...

I agree that changing the default behavior is not a good idea and this could be a new optional feature. Maybe it's just me, I tend to write a lot...

This is happening to me after having added new hosts to an existing certificates. The new hosts are in a different zone. On AWS everything looks fine (cert is valid...

In my case was a zone_id issue. Here how I solved it: ```terraform variable "alternative_names" { type = list(object({ domain_name = string zone_id = string })) default = [] }...